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
description: "Detects messages impersonating McAfee through display name, subject line, body content, or NLU entity detection when the sender is not from verified McAfee domains or other high-trust domains with valid DMARC authentication."
3
+
type: "rule"
4
+
severity: "medium"
5
+
source: |
6
+
type.inbound
7
+
and (
8
+
regex.icontains(body.current_thread.text,
9
+
'McAfee.{0,30}(?:Defense|Protection)'
10
+
)
11
+
or regex.icontains(subject.base, 'McAfee.{0,30}(?:Defense|Protection)')
0 commit comments