Skip to content

Commit 4f346b7

Browse files
Update rules/macos/execution_script_via_automator_workflows.toml
1 parent 627209b commit 4f346b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/macos/execution_script_via_automator_workflows.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tags = [
5656
type = "eql"
5757

5858
query = '''
59-
sequence by process.entity_id with maxspan=15s
59+
sequence by host.id, process.entity_id with maxspan=15s
6060
[process where host.os.type == "macos" and event.type in ("start", "process_started") and process.name == "Automator"]
6161
[network where host.os.type == "macos"]
6262
'''

0 commit comments

Comments
 (0)