There was an error while loading. Please reload this page.
1 parent 800b860 commit aed9c60Copy full SHA for aed9c60
1 file changed
detection-rules/4642_evasion_hidden_content_gmail.yml
@@ -4,7 +4,7 @@ type: "rule"
4
severity: "medium"
5
source: |
6
type.inbound
7
- and sender.email.domain.domain == 'gmail.com'
+ and sender.email.domain.root_domain in $free_email_providers
8
and strings.count(body.html.raw,
9
'<div style="display:none;opacity:0;width:0;height:0;overflow:hidden" aria-hidden="true">'
10
) >= 3
0 commit comments