Skip to content

Commit c9b5693

Browse files
AegrahSamirbous
andauthored
Update rules/linux/command_and_control_aws_cli_endpoint_url_used.toml
Co-authored-by: Samirbous <[email protected]>
1 parent fb8a94b commit c9b5693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/command_and_control_aws_cli_endpoint_url_used.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type = "new_terms"
4747
timestamp_override = "event.ingested"
4848
query = '''
4949
host.os.type:"linux" and event.category:"process" and
50-
event.action:("exec" or "exec_event" or "executed" or "process_started") and
50+
event.action:("exec" or "exec_event" or "executed" or "process_started", "ProcessRollup2") and
5151
process.name:"aws" and process.args:"--endpoint-url"
5252
'''
5353
note = """## Triage and analysis

0 commit comments

Comments
 (0)