[Rule Tuning] Exclude Windows Error Reporting & Printer Driver (#929)

This commit is contained in:
Nic
2021-02-10 11:53:04 -06:00
committed by GitHub
parent 497ddcbb58
commit cbe1b66b87
@@ -23,7 +23,8 @@ type = "query"
query = '''
event.category:process and event.type:(start or process_started) and
process.parent.name:conhost.exe
process.parent.name:conhost.exe and
not process.executable:("C:\Windows\splwow64.exe" or "C:\Windows\System32\WerFault.exe" or "C:\\Windows\System32\conhost.exe")
'''
@@ -39,4 +40,3 @@ reference = "https://attack.mitre.org/techniques/T1055/"
id = "TA0005"
name = "Defense Evasion"
reference = "https://attack.mitre.org/tactics/TA0005/"