mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Adding auditd compatibility
This commit is contained in:
parent
a15c84eb80
commit
bf5e6cc56b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user