mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 09:25:17 +00:00
fix detection
This commit is contained in:
parent
b08b3e2b0d
commit
3b8282c221
@ -14,16 +14,17 @@ date: 2019/10/26
|
|||||||
modified: 2020/09/06
|
modified: 2020/09/06
|
||||||
logsource:
|
logsource:
|
||||||
product: windows
|
product: windows
|
||||||
category: registry_event
|
category: process_creation
|
||||||
detection:
|
detection:
|
||||||
selection:
|
selection:
|
||||||
|
|
||||||
IntegrityLevel: 'Medium'
|
IntegrityLevel: 'Medium'
|
||||||
TargetObject|contains: '\services\'
|
CommandLine|contains|all:
|
||||||
TargetObject|endswith:
|
- ControlSet
|
||||||
- '\ImagePath'
|
- services
|
||||||
- '\FailureCommand'
|
CommandLine|contains:
|
||||||
- '\Parameters\ServiceDll'
|
- \ImagePath
|
||||||
|
- \FailureCommand
|
||||||
|
- \ServiceDll
|
||||||
condition: selection
|
condition: selection
|
||||||
falsepositives:
|
falsepositives:
|
||||||
- Unknown
|
- Unknown
|
Loading…
Reference in New Issue
Block a user