We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b5693 commit 550350cCopy full SHA for 550350c
rules/linux/collection_linux_clipboard_activity.toml
@@ -39,7 +39,7 @@ timestamp_override = "event.ingested"
39
type = "new_terms"
40
query = '''
41
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
+event.action:("exec" or "exec_event" or "executed" or "process_started" or "start") and
43
process.name:("xclip" or "xsel" or "wl-clipboard" or "clipman" or "copyq") and
44
not process.parent.name:("bwrap" or "micro")
45
'''
0 commit comments