Add file.extension to SxS .local rule
This commit is contained in:
@@ -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"
|
||||
'''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user