mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Update lnx_file_deletion.yml
This commit is contained in:
parent
2fa7008363
commit
d0bb6e9e81
@ -10,15 +10,13 @@ logsource:
|
||||
product: linux
|
||||
category: process_creation
|
||||
detection:
|
||||
keywords:
|
||||
- Commands|contains:
|
||||
- 'rm '
|
||||
- 'shred -u'
|
||||
- 'rmdir'
|
||||
- 'unlink'
|
||||
- 'busybox rm -f *'
|
||||
- 'find * -delete'
|
||||
condition: keywords
|
||||
selection:
|
||||
- ProcessName|endswith:
|
||||
- '/rm'
|
||||
- '/shred'
|
||||
- '/unlink'
|
||||
- '/busybox'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Legitimate administration activities
|
||||
level: low
|
||||
|
Loading…
Reference in New Issue
Block a user