Skip to content

Commit 56c40b1

Browse files
Ignore agentless executions in agent_id_status events. (#5295)
1 parent 4d89eab commit 56c40b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/cross-platform/defense_evasion_agent_spoofing_mismatched_id.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
creation_date = "2021/07/14"
33
maturity = "production"
4-
updated_date = "2025/01/15"
4+
updated_date = "2025/11/10"
55

66
[rule]
77
author = ["Elastic"]
@@ -29,7 +29,7 @@ timestamp_override = "event.ingested"
2929
type = "query"
3030

3131
query = '''
32-
event.agent_id_status:(agent_id_mismatch or mismatch)
32+
event.agent_id_status:(agent_id_mismatch or mismatch) and not host.name:agentless-*
3333
'''
3434
note = """## Triage and analysis
3535

0 commit comments

Comments
 (0)