mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
fix rule logic
This commit is contained in:
parent
f75654a3f5
commit
7227ed0721
@ -13,15 +13,17 @@ logsource:
|
||||
category: process_creation
|
||||
detection:
|
||||
selection1:
|
||||
CommandLine|contains|all:
|
||||
- 'truncate'
|
||||
ProcessName|endswith:
|
||||
- '/truncate'
|
||||
CommandLine|contains:
|
||||
- '-s'
|
||||
selection2:
|
||||
CommandLine|contains|all:
|
||||
- 'dd'
|
||||
ProcessName|endswith:
|
||||
- '/dd'
|
||||
CommandLine|contains:
|
||||
- 'if='
|
||||
filter:
|
||||
keywords|contains: 'of='
|
||||
CommandLine|contains: 'of='
|
||||
condition: selection1 or (selection2 and not filter)
|
||||
falsepositives:
|
||||
- 'Legitimate script work'
|
||||
|
Loading…
Reference in New Issue
Block a user