mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
fix: FPs with Suspect Svchost Activity
This commit is contained in:
parent
0489d4bfa4
commit
f8b6b9d68e
@ -6,7 +6,7 @@ references:
|
||||
- https://securitybytes.io/blue-team-fundamentals-part-two-windows-processes-759fe15965e2
|
||||
author: David Burkett
|
||||
date: 2019/12/28
|
||||
modified: 2020/08/28
|
||||
modified: 2021/02/24
|
||||
tags:
|
||||
- attack.defense_evasion
|
||||
- attack.privilege_escalation
|
||||
@ -20,9 +20,10 @@ detection:
|
||||
selection2:
|
||||
Image|endswith: '\svchost.exe'
|
||||
filter:
|
||||
ParentImage|endswith:
|
||||
- ParentImage|endswith:
|
||||
- '\rpcnet.exe'
|
||||
- '\rpcnetp.exe'
|
||||
- CommandLine: null # no CommandLine value available
|
||||
condition: (selection1 and selection2) and not filter
|
||||
fields:
|
||||
- CommandLine
|
||||
|
Loading…
Reference in New Issue
Block a user