Correlation Rule Medium

Chrome - Known Malicious Site Visit

Unsafe site $xdm.network.http.url was visited by $xdm.source.user.username via chrome profile $xdm.intermediate.user.username.

Module:
Platform Analytics
Data source:
google_workspace_chrome_raw
Category:
Execution
Content pack:
Google Chrome
Execution:
REAL_TIME
Search window:
XQL query:
datamodel dataset = google_workspace_chrome_raw 
| filter xdm.event.type in ("UNSAFE_SITE_VISIT") and xdm.observer.action = "BYPASSED"
| fields xdm.event.type, xdm.event.description, xdm.observer.action, xdm.event.outcome_reason, xdm.source.user.username, xdm.intermediate.user.username, xdm.source.host.hostname, xdm.source.host.os, xdm.source.host.os_family, xdm.network.http.browser, xdm.network.http.url, xdm.source.user_agent, xdm.target.resource.name, xdm.target.resource.id

Open the full correlation rule →