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
name: "Link: Suspicious go.php redirect with document lure"
2
+
description: "Detects links ending in 'go.php' with authentication parameters that masquerade as document access links using 'Open Document' display text."
3
+
type: "rule"
4
+
severity: "medium"
5
+
source: |
6
+
type.inbound
7
+
and any(body.current_thread.links,
8
+
strings.ends_with(.href_url.path, "go.php")
9
+
and strings.starts_with(.href_url.query_params, "auth=")
0 commit comments