Skip to content

Commit 627209b

Browse files
Update rules/macos/execution_installer_package_spawned_network_event.toml
1 parent 61e6e6a commit 627209b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/macos/execution_installer_package_spawned_network_event.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tags = [
6969
type = "eql"
7070

7171
query = '''
72-
sequence by process.entity_id with maxspan=15s
72+
sequence by host.id, process.entity_id with maxspan=15s
7373
[process where host.os.type == "macos" and event.type == "start" and event.action == "exec" and process.parent.name like~ ("installer", "package_script_service") and ((process.name in ("bash", "sh", "zsh") and process.args == "-c") or (process.name like~ ("python*", "osascript", "tclsh*", "curl", "nscurl")))]
7474
[network where host.os.type == "macos" and event.type == "start"]
7575
'''

0 commit comments

Comments
 (0)