Skip to content

Commit e6f36a2

Browse files
added SSM tag
1 parent 0088820 commit e6f36a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rules/cross-platform/execution_aws_ec2_lolbin_via_ssm.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ tags = [
8989
"Data Source: AWS CloudTrail",
9090
"Data Source: AWS EC2",
9191
"Data Source: AWS SSM",
92+
"Data Source: AWS Systems Manager",
9293
"Data Source: Elastic Defend",
9394
"Resources: Investigation Guide",
9495
]
@@ -205,8 +206,8 @@ FROM logs-aws.cloudtrail*, logs-endpoint.events.process-* METADATA _id, _version
205206
VALUES(CASE(Esql.is_lolbin_process, process.pid, null)),
206207
Esql.process_parent_command_line_lolbin_values =
207208
VALUES(CASE(Esql.is_lolbin_process, process.parent.command_line, null)),
208-
209-
Esql.data_stream_namespace_values = VALUES(data_stream.namespace)
209+
210+
Esql.data_stream_namespace_values = VALUES(data_stream.namespace)
210211
BY Esql.aws_ssm_command_id
211212
212213
// Detection condition: SSM SendCommand + AWS-RunShellScript + LOLBin on endpoint

0 commit comments

Comments
 (0)