Skip to content

Commit aed9c60

Browse files
[Shared Samples] [PR #4642] modified rule: PR# 4642 - Evasion: Hidden content divs from Gmail sender
1 parent 800b860 commit aed9c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detection-rules/4642_evasion_hidden_content_gmail.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: "rule"
44
severity: "medium"
55
source: |
66
type.inbound
7-
and sender.email.domain.domain == 'gmail.com'
7+
and sender.email.domain.root_domain in $free_email_providers
88
and strings.count(body.html.raw,
99
'<div style="display:none;opacity:0;width:0;height:0;overflow:hidden" aria-hidden="true">'
1010
) >= 3

0 commit comments

Comments
 (0)