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: "Thread hijacking: Domain spoofing with financial content"
2
+
description: "Detects messages that appear to be part of an existing email thread but originate from a different domain than previous participants, combined with suspicious sender characteristics and financial content indicators."
3
+
type: "rule"
4
+
severity: "medium"
5
+
source: |
6
+
type.inbound
7
+
and (
8
+
// message is part of an existing thread
9
+
length(headers.references) > 0
10
+
or headers.in_reply_to is not null
11
+
)
12
+
and (
13
+
// domain spoofing: sender domain differs from domains in thread history
0 commit comments