additional modifications on commands and process names

This commit is contained in:
Alejandro Ortuno 2020-10-13 11:00:06 +02:00
parent d17faf8234
commit c03a696762
2 changed files with 11 additions and 9 deletions

View File

@ -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

View File

@ -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