Skip to content

Commit d3bb88c

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

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
@@ -65,7 +65,7 @@ timestamp_override = "event.ingested"
6565
type = "eql"
6666
query = '''
6767
process where host.os.type == "linux" and event.type == "start" and event.action ("exec", "exec_event", "start", "ProcessRollup2") and
68-
process.name in ("cat", "grep", "tail", "less", "egrep", "fgrep") and process.args : "/proc/*/maps"
68+
process.name in ("cat", "grep", "tail", "less", "more", "egrep", "fgrep") and process.args like "/proc/*/maps"
6969
'''
7070
note = """## Triage and analysis
7171

0 commit comments

Comments
 (0)