Skip to content
Open
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
4 changes: 2 additions & 2 deletions detection-rules/brand_impersonation_procore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ source: |
or (
strings.iends_with(sender.display_name, 'via Procore')
and any(body.current_thread.links,
.href_url.domain.root_domain == "blogspot.com"
.href_url.domain.root_domain in $free_subdomain_hosts
)
)
)
and not (
sender.email.domain.root_domain in ("procore.com", "procoretech.com")
and coalesce(headers.auth_summary.dmarc.pass, false)
)

// negating legit replies/forwards
and not (
(
Expand Down
Loading