Skip to content

Commit

Permalink
Update link_credential_phishing_voicemail_language.yml (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmitchell authored Oct 25, 2023
1 parent 99274fa commit aaffe1b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ source: |
and .href_url.domain.root_domain not in (
"unitelvoice.com",
"googleapis.com",
"dialmycalls.com"
"dialmycalls.com",
"ringcentral.biz"
)
)
),
Expand All @@ -47,7 +48,7 @@ source: |
)
// negating legit replies and legitimate audio file attachments and known voicemail senders
and sender.email.domain.root_domain not in ("magicjack.com", "unitelvoice.com", "voipinterface.net")
and sender.email.domain.root_domain not in ("magicjack.com", "unitelvoice.com", "voipinterface.net", "ringcentral.biz")
and not any(attachments, strings.starts_with(.content_type, "audio"))
and not (
(
Expand Down

0 comments on commit aaffe1b

Please sign in to comment.