Skip to content

Commit b841d1f

Browse files
authored
Update rules/linux/credential_access_aws_creds_search_inside_container.toml
1 parent 6918e0d commit b841d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/credential_access_aws_creds_search_inside_container.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type = "eql"
5959
query = '''
6060
process where host.os.type == "linux" and event.type == "start" and event.action == "exec" and
6161
process.entry_leader.entry_meta.type == "container" and
62-
process.name in ("grep", "egrep", "fgrep", "find", "locate", "mlocate", "cat", "sed") and
62+
process.name in ("grep", "egrep", "fgrep", "find", "locate", "mlocate", "cat", "sed", "awk") and
6363
process.command_line like~ (
6464
"*aws_access_key_id*", "*aws_secret_access_key*", "*aws_session_token*", "*accesskeyid*", "*secretaccesskey*",
6565
"*access_key*", "*.aws/credentials*"

0 commit comments

Comments
 (0)