mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
additional modifications on commands and process names
This commit is contained in:
parent
d17faf8234
commit
c03a696762
@ -12,10 +12,10 @@ logsource:
|
|||||||
detection:
|
detection:
|
||||||
selection_1:
|
selection_1:
|
||||||
ProcessName|endswith:
|
ProcessName|endswith:
|
||||||
- '*/groups'
|
- '/groups'
|
||||||
selection_2:
|
selection_2:
|
||||||
ProcessName|endswith:
|
ProcessName|endswith:
|
||||||
- '*/cat'
|
- '/cat'
|
||||||
CommandLine|contains:
|
CommandLine|contains:
|
||||||
- '/etc/group'
|
- '/etc/group'
|
||||||
condition: 1 of them
|
condition: 1 of them
|
||||||
|
@ -12,19 +12,21 @@ logsource:
|
|||||||
detection:
|
detection:
|
||||||
selection_1:
|
selection_1:
|
||||||
ProcessName|endswith:
|
ProcessName|endswith:
|
||||||
- '*/dscacheutil'
|
- '/dscacheutil'
|
||||||
CommandLine|contains:
|
CommandLine|contains|all:
|
||||||
- '-q group'
|
- '-q'
|
||||||
|
- 'group'
|
||||||
selection_2:
|
selection_2:
|
||||||
ProcessName|endswith:
|
ProcessName|endswith:
|
||||||
- '*/cat'
|
- '/cat'
|
||||||
CommandLine|contains:
|
CommandLine|contains:
|
||||||
- '/etc/group'
|
- '/etc/group'
|
||||||
selection_3:
|
selection_3:
|
||||||
ProcessName|endswith:
|
ProcessName|endswith:
|
||||||
- '*/dscl'
|
- '/dscl'
|
||||||
CommandLine|contains:
|
CommandLine|contains|all:
|
||||||
- '. -list /groups'
|
- '-list'
|
||||||
|
- '/groups'
|
||||||
condition: 1 of them
|
condition: 1 of them
|
||||||
falsepositives:
|
falsepositives:
|
||||||
- Legitimate administration activities
|
- Legitimate administration activities
|
||||||
|
Loading…
Reference in New Issue
Block a user