Adding auditd compatibility

This commit is contained in:
mrblacyk 2019-11-29 09:32:05 +01:00 committed by GitHub
parent a15c84eb80
commit bf5e6cc56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,15 @@ tags:
- attack.t1485
logsource:
product: linux
service: auditd
detection:
keywords1:
- 'dd'
keywords2:
- 'if=/dev/null'
- 'if=/dev/zero'
condition: keywords1 and keywords2
selection:
type: 'EXECVE'
a0: 'dd'
a1:
- 'if=/dev/null'
- 'if=/dev/zero'
condition: selection
falsepositives:
- Unknown
level: low