Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion detection-rules/brand_impersionation_zoom_lookalike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source: |
or strings.contains(.display_url.domain.subdomain, "zoom")
)
)
and length(body.current_thread.links) == 1
and length(distinct(body.current_thread.links, .href_url.url)) == 1
and sender.email.domain.root_domain in $free_email_providers
and length(recipients.to) == 1
and not subject.is_forward
Expand Down
Loading