Update lnx_file_deletion.yml

This commit is contained in:
Ömer Günal 2020-12-01 21:24:57 +03:00 committed by GitHub
parent 2fa7008363
commit d0bb6e9e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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