Skip to content

Commit f1ee62d

Browse files
authored
Update brand_impersonation_godaddy.yml (#3079)
1 parent 3234f5e commit f1ee62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection-rules/brand_impersonation_godaddy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source: |
1111
or strings.ilike(sender.email.domain.domain, '*godaddy*')
1212
)
1313
and not (
14-
sender.email.domain.root_domain == "godaddy.com"
14+
sender.email.domain.root_domain in ("godaddy.com", "registry.godaddy")
1515
and headers.auth_summary.dmarc.pass
1616
)
1717
and not profile.by_sender().solicited

0 commit comments

Comments
 (0)