Skip to content

Commit d1aa116

Browse files
[Test Rules] [PR #4642] modified rule: Evasion: Hidden content divs from Gmail sender
1 parent 10dac08 commit d1aa116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

detection-rules/4642_evasion_hidden_content_gmail.yml

Lines changed: 2 additions & 2 deletions
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
@@ -20,4 +20,4 @@ detection_methods:
2020
id: "f582e47b-39eb-54d7-aade-44427717376b"
2121
og_id: "15548316-19ca-5f81-91d4-98a877bae765"
2222
testing_pr: 4642
23-
testing_sha: 49914052939580d125e777347597a3530261c826
23+
testing_sha: 54f5b322212d2a425b36234925bfd3cb219799d4

0 commit comments

Comments
 (0)