Skip to content

Commit 072e31d

Browse files
Update rules/cross-platform/execution_aws_ec2_lolbin_via_ssm.toml
1 parent 8b47c8f commit 072e31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/execution_aws_ec2_lolbin_via_ssm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ FROM logs-aws.cloudtrail*, logs-endpoint.* METADATA _id, _version, _index
109109
AND host.os.type == "linux"
110110
AND (
111111
// SSM shell (_script.sh) runner
112-
process.command_line LIKE "*/document/orchestration/%/awsrunShellScript/*/_script.sh"
112+
process.command_line LIKE "*/document/orchestration/*/awsrunShellScript/*/_script.sh"
113113
// LOLBins / GTFOBins
114114
OR process.executable IN (
115115
"/usr/bin/base64",

0 commit comments

Comments
 (0)