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: "SVG file reference with free file hosting from non-freemail sender"
2
+
description: "Detects messages containing SVG file references in links, body text, subject, or sender display name, combined with links to free file hosting services from non-freemail domains where the linked domains don't match the sender's domain."
3
+
type: "rule"
4
+
severity: "medium"
5
+
source: |
6
+
type.inbound
7
+
// length of body links is greater than 0
8
+
and length(body.links) > 0
9
+
10
+
// sender is not freemail
11
+
and sender.email.domain.root_domain not in $free_email_providers
0 commit comments