[Rule Tuning] Unusual File Modification by dns.exe (#472)

This commit is contained in:
Justin Ibarra
2020-11-30 18:22:27 +01:00
committed by GitHub
parent 310f480027
commit d0ba03230a
@@ -29,7 +29,8 @@ tags = ["Elastic", "Host", "Windows", "Threat Detection", "Execution"]
type = "query"
query = '''
event.category:file and process.name:dns.exe and
event.category:file and process.name:dns.exe and
event.type:(creation or deletion or change) and
not file.name:dns.log
'''