Skip to content

Commit 0972364

Browse files
[Shared Samples] [PR #4289] modified rule: PR# 4289 - Fake thread with suspicious indicators
1 parent 044daa7 commit 0972364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detection-rules/4289_fake_thread_suspicious_indicators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ source: |
152152
// mailto mismatch from freemailer
153153
(
154154
any(body.links,
155-
strings.istarts_with(.href_url.url, "mailto:")
155+
.href_url.scheme == 'mailto'
156156
and .display_text is not null
157157
and strings.icontains(.display_text, "@")
158158
and not strings.icontains(.href_url.url, .display_text)

0 commit comments

Comments
 (0)