fix: rule leads to FPs on systems that don't log the cmdline parameters

This commit is contained in:
Florian Roth
2020-07-23 17:04:16 +02:00
parent db98fe79b0
commit 8a4b53eb3a
@@ -6,6 +6,7 @@ references:
- https://securitybytes.io/blue-team-fundamentals-part-two-windows-processes-759fe15965e2
author: David Burkett
date: 2019/12/28
modified: 2020/07/23
tags:
- attack.t1055
logsource:
@@ -13,13 +14,13 @@ logsource:
product: windows
detection:
selection1:
CommandLine: null
CommandLine|endswith: 'svchost.exe'
selection2:
Image: '*\svchost.exe'
Image|endswith: '\svchost.exe'
filter:
ParentImage:
- '*\rpcnet.exe'
- '*\rpcnetp.exe'
ParentImage|endswith:
- '\rpcnet.exe'
- '\rpcnetp.exe'
condition: (selection1 and selection2) and not filter
fields:
- CommandLine