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:
|
||||
selection_1:
|
||||
ProcessName|endswith:
|
||||
- '*/groups'
|
||||
- '/groups'
|
||||
selection_2:
|
||||
ProcessName|endswith:
|
||||
- '*/cat'
|
||||
- '/cat'
|
||||
CommandLine|contains:
|
||||
- '/etc/group'
|
||||
condition: 1 of them
|
||||
|
@ -12,19 +12,21 @@ logsource:
|
||||
detection:
|
||||
selection_1:
|
||||
ProcessName|endswith:
|
||||
- '*/dscacheutil'
|
||||
CommandLine|contains:
|
||||
- '-q group'
|
||||
- '/dscacheutil'
|
||||
CommandLine|contains|all:
|
||||
- '-q'
|
||||
- 'group'
|
||||
selection_2:
|
||||
ProcessName|endswith:
|
||||
- '*/cat'
|
||||
- '/cat'
|
||||
CommandLine|contains:
|
||||
- '/etc/group'
|
||||
selection_3:
|
||||
ProcessName|endswith:
|
||||
- '*/dscl'
|
||||
CommandLine|contains:
|
||||
- '. -list /groups'
|
||||
- '/dscl'
|
||||
CommandLine|contains|all:
|
||||
- '-list'
|
||||
- '/groups'
|
||||
condition: 1 of them
|
||||
falsepositives:
|
||||
- Legitimate administration activities
|
||||
|
Loading…
Reference in New Issue
Block a user