Add file.extension to SxS .local rule

This commit is contained in:
Ross Wolf
2020-11-30 15:26:28 -07:00
committed by GitHub
parent 2465a70dac
commit 710f4bda10
@@ -24,7 +24,7 @@ tags = ["Elastic", "Host", "Windows", "Threat Detection", "Execution"]
type = "eql"
query = '''
file where file.path : "C:\\*\\*.exe.local\\*.dll"
file where file.extension : "dll" and file.path : "C:\\*\\*.exe.local\\*.dll"
'''