mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
updating search syntax, splitting process name and cmdline and adding category
This commit is contained in:
parent
476a3c04d9
commit
89c8a589a5
@ -8,12 +8,14 @@ references:
|
||||
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1070.002/T1070.002.md
|
||||
logsource:
|
||||
product: macos
|
||||
category: process_creation
|
||||
detection:
|
||||
selection:
|
||||
- ProcessName: 'rm'
|
||||
CommandLine|contains:
|
||||
- 'rm -rf /var/log'
|
||||
- 'rm -rf /private/var/log'
|
||||
- 'rm -rf /Users/*/Library/Logs/'
|
||||
- '-rf /var/log'
|
||||
- '-rf /private/var/log'
|
||||
- '-rf /Users/*/Library/Logs/'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Legitimate administration activities
|
||||
|
Loading…
Reference in New Issue
Block a user