Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create insights - Org Domains Inbound Pass Auth #2244

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
11 changes: 11 additions & 0 deletions insights/authentication/org_inbound_auth_pass.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Authenticated Inbound Message from Org Domain"
type: "query"
source: |
type.inbound
and sender.email.domain.domain in $org_domains
and headers.auth_summary.spf.pass
and headers.auth_summary.dmarc.pass
and not 'fail' in~ distinct(map(headers.hops, .authentication_results.dkim))
severity: "informational"
tags:
- "Sender authentication"
Loading