Skip to content

Commit 2892df0

Browse files
[Test Rules] [PR #4370] modified rule: Fake thread with suspicious indicators
1 parent 2fe6185 commit 2892df0

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

detection-rules/4370_fake_thread_suspicious_indicators.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,16 +148,6 @@ source: |
148148
// body contains recipient SLD
149149
any(recipients.to,
150150
strings.icontains(body.current_thread.text, .email.domain.sld)
151-
),
152-
// mailto mismatch from freemailer
153-
(
154-
any(body.links,
155-
.href_url.scheme == 'mailto'
156-
and .display_text is not null
157-
and strings.icontains(.display_text, "@")
158-
and not strings.icontains(.href_url.url, .display_text)
159-
)
160-
and sender.email.domain.root_domain in $free_email_providers
161151
)
162152
)
163153
and any(body.previous_threads,
@@ -192,4 +182,4 @@ detection_methods:
192182
id: "7aa90055-eac4-545b-adfc-31b2a6eef814"
193183
og_id: "c2e18a57-1f52-544f-bb6d-a578e286cf89"
194184
testing_pr: 4370
195-
testing_sha: 0656ba6fc7ba475ce14ec9d9db985430046a4fd3
185+
testing_sha: ab86b541787daa283ca767afd25d0f9d8d214515

0 commit comments

Comments
 (0)