Skip to content

Commit 69c6d16

Browse files
authored
Add timestamp override to netcat execution rule
1 parent 17180dd commit 69c6d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/linux/execution_file_transfer_or_listener_established_via_netcat.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ tags = [
128128
"Data Source: Crowdstrike",
129129
"Data Source: SentinelOne",
130130
]
131+
timestamp_override = "event.ingested"
131132
type = "eql"
132133
query = '''
133134
process where host.os.type == "linux" and event.type == "start" and

0 commit comments

Comments
 (0)