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 where the sender's display name contains emoji characters alongside financial symbols ($ £ € ¥ ₿) in the subject line. The sender's domain is not present in the Alexa top 1 million sites and has DMARC authentication issues."
3
+
type: "rule"
4
+
severity: "low"
5
+
source: |
6
+
// Hunt for emails with emoji in sender display name and financial symbols in subject
7
+
type.inbound
8
+
// Check for emoji in sender display name using Unicode ranges
0 commit comments