Skip to content

Commit 61e6e6a

Browse files
Update rules/macos/execution_scripting_osascript_exec_followed_by_netcon.toml
1 parent 95bf3fe commit 61e6e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/macos/execution_scripting_osascript_exec_followed_by_netcon.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tags = [
5959
type = "eql"
6060

6161
query = '''
62-
sequence by process.entity_id with maxspan=30s
62+
sequence by host.id, process.entity_id with maxspan=30s
6363
[process where host.os.type == "macos" and event.type == "start" and process.name == "osascript"]
6464
[network where host.os.type == "macos" and event.type == "start" and process.name == "osascript" and
6565
not cidrmatch(destination.ip,

0 commit comments

Comments
 (0)