Skip to content

Commit 550350c

Browse files
authored
Update collection_linux_clipboard_activity.toml
1 parent c9b5693 commit 550350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/collection_linux_clipboard_activity.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ timestamp_override = "event.ingested"
3939
type = "new_terms"
4040
query = '''
4141
event.category:process and host.os.type:"linux" and event.type:"start" and
42-
event.action:("exec" or "exec_event" or "executed" or "process_started" or "ProcessRollup2") and
42+
event.action:("exec" or "exec_event" or "executed" or "process_started" or "start") and
4343
process.name:("xclip" or "xsel" or "wl-clipboard" or "clipman" or "copyq") and
4444
not process.parent.name:("bwrap" or "micro")
4545
'''

0 commit comments

Comments
 (0)