Skip to content

Commit

Permalink
Merge branch 'main' into aiden.dropbox.fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Nov 29, 2023
2 parents 84d1ee2 + 888954b commit 501eedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/links/recipient_address_in_link.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Recipient email in link"
type: "query"
source: |
distinct(map(filter(body.links, any(recipients.to, strings.icontains(..href_url.url, .email.email))), .href_url.url), .)
distinct(map(filter(body.links, any(recipients.to, strings.icontains(..href_url.url, .email.email) and any(recipients.to, .email.domain.valid))), .href_url.url), .)
severity: "low"
tags:
- "Suspicious links"

0 comments on commit 501eedf

Please sign in to comment.