You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`process where process.name : "cmd.exe" and process.parent.name : "explorer.exe"`,
`process where process.name in ("a.exe", "b.exe", "c.exe", "d.exe", "e.exe")`,
`sequence by process.entity_id with maxspan=5m [process where event.type == "start" and process.name : "msxsl.exe"] [network where event.type == "connection" and network.direction : "egress"]`,
`process where not (a : "x" or b : "y") and cidrMatch(source.ip, "10.0.0.0/8") | head 100`,