Update lnx_auditd_clipboard_collection.yml

Changes after suggestion.
This commit is contained in:
zakibro 2021-09-27 07:59:43 +02:00 committed by GitHub
parent 4bbe4962b0
commit 6a2785492d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,20 @@ logsource:
product: linux
service: auditd
detection:
xclip:
type: EXECVE
a0: xclip
a1: '-selection'
a2: clipboard
a3: '-o'
condition: xclip
xclip:
type: EXECVE
a0: xclip
a1:
- '-selection'
- '-sel'
a2:
- clipboard
- clip
a3: '-o'
condition: xclip
tags:
- attack.collection
- attack.t1115
falsepositives:
- Legitimate usage of xclip tools
level: low
level: low