Skip to content

Commit a930791

Browse files
authored
Update rules/linux/discovery_proc_maps_read.toml
1 parent d3bb88c commit a930791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/discovery_proc_maps_read.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tags = [
6464
timestamp_override = "event.ingested"
6565
type = "eql"
6666
query = '''
67-
process where host.os.type == "linux" and event.type == "start" and event.action ("exec", "exec_event", "start", "ProcessRollup2") and
67+
process where host.os.type == "linux" and event.type == "start" and event.action in ("exec", "exec_event", "start", "ProcessRollup2") and
6868
process.name in ("cat", "grep", "tail", "less", "more", "egrep", "fgrep") and process.args like "/proc/*/maps"
6969
'''
7070
note = """## Triage and analysis

0 commit comments

Comments
 (0)