Sublime-Message-headers

9 attribute groups in the headers section of the Sublime Message Data Model. Each is addressed by its dotted attribute path, not a numbered event.

Attribute groupDescription
headers (collection)Message Data Model attribute: headers
headers.auth_summaryMessage Data Model attribute: headers.auth_summary
headers.domains (collection)Message Data Model attribute: headers.domains
headers.hops (collection)Message Data Model attribute: headers.hops
headers.reply_to (collection)Message Data Model attribute: headers.reply_to
headers.return_pathMessage Data Model attribute: headers.return_path
headers.x_authenticated_domainMessage Data Model attribute: headers.x_authenticated_domain
headers.x_authenticated_senderMessage Data Model attribute: headers.x_authenticated_sender
headers.x_originating_ipMessage Data Model attribute: headers.x_originating_ip

headers (collection)

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers

Fields #

NameDescription
domainsAll domains found in the Received headers
hopsList of hops the message took from Sender to Recipient
in_reply_toIn-Reply-To header value which identifies its parent message if exists
mailerX-Mailer or User-Agent extracted from headers
message_idMessage-ID extracted from the header
referencesThe Message-IDs of the other messages within this chain
references[]The Message-IDs of the other messages within this chain
reply_toWhere replies should be delivered to

Detection Rules #

View all rules referencing this event →

Sublime MQL #

Show 17 more (259 total)

References #

headers.auth_summary

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.auth_summary

Fields #

NameDescription
dmarc.details.from.domainThe fully qualified domain name (FQDN). This may not *always* be routable, e.g. when an email address contains a domain that is just a TLD with no SLD, e.g. foo@WIN-bar
dmarc.details.from.root_domainThe root domain, including the TLD
dmarc.passWhether the DMARC check passed
spf.details.designatorEmail or domain of the designating body
spf.passWhether the SPF check passed

Detection Rules #

View all rules referencing this event →

Sublime MQL #

Show 17 more (435 total)

References #

headers.domains (collection)

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.domains

Fields #

NameDescription
domainThe fully qualified domain name (FQDN). This may not *always* be routable, e.g. when an email address contains a domain that is just a TLD with no SLD, e.g. foo@WIN-bar
root_domainThe root domain, including the TLD
tldThe domain's top-level domain. E.g. the TLD of google.com is 'com'

Detection Rules #

View all rules referencing this event →

Sublime MQL #

Show 17 more (50 total)

References #

headers.hops (collection)

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.hops

Fields #

NameDescription
authentication_results.compauth.verdictVerdict of the compauth
authentication_results.dkimVerdict of the Domain Keys Identified Mail check
authentication_results.dkim_detailsList of details of the Domain Keys Identified Mail checks
authentication_results.dkim_details[].domainDomain identified in the DKIM signature if any. This is the domain that's queried for the public key.
authentication_results.dmarcVerdict of the Domain-based Message Authentication, Reporting & Conformance check
authentication_results.dmarc_details.from.domainThe fully qualified domain name (FQDN). This may not *always* be routable, e.g. when an email address contains a domain that is just a TLD with no SLD, e.g. foo@WIN-bar
authentication_results.spfVerdict of the Sender Policy Framework
authentication_results.spf_details.designatorEmail or domain of the designating body
fieldsList of all raw header fields contained within this hop
fields[].nameThe name of the field
fields[].valueThe value contained within the field
indexIndex indicates the order in which a hop occurred from sender to recipient
received.server.rawThe raw string of 'by' section
received.source.rawThe raw string of 'from' section
received_spf.designatorEmail or domain of the designating body
signature.headersHeader fields signed by the algorithm

Detection Rules #

View all rules referencing this event →

Sublime MQL #

Show 17 more (90 total)

References #

headers.reply_to (collection)

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.reply_to

Fields #

NameDescription
display_nameDisplay name
email.domain
email.domain.domainThe fully qualified domain name (FQDN). This may not *always* be routable, e.g. when an email address contains a domain that is just a TLD with no SLD, e.g. foo@WIN-bar
email.domain.root_domainThe root domain, including the TLD
email.domain.tldThe domain's top-level domain. E.g. the TLD of google.com is 'com'
email.emailFull email address
email.local_partLocal-part, i.e. before the @

Detection Rules #

View all rules referencing this event →

Sublime MQL #

Show 17 more (73 total)

References #

headers.return_path

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.return_path

Fields #

NameDescription
domain
domain.domainThe fully qualified domain name (FQDN). This may not *always* be routable, e.g. when an email address contains a domain that is just a TLD with no SLD, e.g. foo@WIN-bar
domain.root_domainThe root domain, including the TLD
domain.tldThe domain's top-level domain. E.g. the TLD of google.com is 'com'
emailFull email address
local_partLocal-part, i.e. before the @

Detection Rules #

View all rules referencing this event →

Sublime MQL #

Show 17 more (36 total)

References #

headers.x_authenticated_domain

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.x_authenticated_domain

Fields #

NameDescription
domainThe fully qualified domain name (FQDN). This may not *always* be routable, e.g. when an email address contains a domain that is just a TLD with no SLD, e.g. foo@WIN-bar

Detection Rules #

View all rules referencing this event →

Sublime MQL #

References #

headers.x_authenticated_sender

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.x_authenticated_sender

Fields #

NameDescription
emailFull email address

Detection Rules #

View all rules referencing this event →

Sublime MQL #

References #

headers.x_originating_ip

#
Section
Sublime-Message-headers

Description

Message Data Model attribute: headers.x_originating_ip

Fields #

NameDescription
ipThe IP in canonical form

Detection Rules #

View all rules referencing this event →

Sublime MQL #

References #