← Sublime email telemetry sources
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 group | Description |
|---|---|
headers (collection) | Message Data Model attribute: headers |
headers.auth_summary | Message 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_path | Message Data Model attribute: headers.return_path |
headers.x_authenticated_domain | Message Data Model attribute: headers.x_authenticated_domain |
headers.x_authenticated_sender | Message Data Model attribute: headers.x_authenticated_sender |
headers.x_originating_ip | Message Data Model attribute: headers.x_originating_ip |
headers (collection)
#Description
Message Data Model attribute: headers
Fields #
| Name | Description |
|---|---|
domains | All domains found in the Received headers |
hops | List of hops the message took from Sender to Recipient |
in_reply_to | In-Reply-To header value which identifies its parent message if exists |
mailer | X-Mailer or User-Agent extracted from headers |
message_id | Message-ID extracted from the header |
references | The Message-IDs of the other messages within this chain |
references[] | The Message-IDs of the other messages within this chain |
reply_to | Where replies should be delivered to |
Detection Rules #
View all rules referencing this event →Sublime MQL #
Show 17 more (259 total)
References #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.auth_summary
#Description
Message Data Model attribute: headers.auth_summary
Fields #
| Name | Description |
|---|---|
dmarc.details.from.domain | The 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_domain | The root domain, including the TLD |
dmarc.pass | Whether the DMARC check passed |
spf.details.designator | Email or domain of the designating body |
spf.pass | Whether the SPF check passed |
Detection Rules #
View all rules referencing this event →Sublime MQL #
Show 17 more (435 total)
References #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.domains (collection)
#Description
Message Data Model attribute: headers.domains
Fields #
| Name | Description |
|---|---|
domain | The 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_domain | The root domain, including the TLD |
tld | The 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 #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.hops (collection)
#Description
Message Data Model attribute: headers.hops
Fields #
| Name | Description |
|---|---|
authentication_results.compauth.verdict | Verdict of the compauth |
authentication_results.dkim | Verdict of the Domain Keys Identified Mail check |
authentication_results.dkim_details | List of details of the Domain Keys Identified Mail checks |
authentication_results.dkim_details[].domain | Domain identified in the DKIM signature if any. This is the domain that's queried for the public key. |
authentication_results.dmarc | Verdict of the Domain-based Message Authentication, Reporting & Conformance check |
authentication_results.dmarc_details.from.domain | The 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.spf | Verdict of the Sender Policy Framework |
authentication_results.spf_details.designator | Email or domain of the designating body |
fields | List of all raw header fields contained within this hop |
fields[].name | The name of the field |
fields[].value | The value contained within the field |
index | Index indicates the order in which a hop occurred from sender to recipient |
received.server.raw | The raw string of 'by' section |
received.source.raw | The raw string of 'from' section |
received_spf.designator | Email or domain of the designating body |
signature.headers | Header fields signed by the algorithm |
Detection Rules #
View all rules referencing this event →Sublime MQL #
Show 17 more (90 total)
References #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.reply_to (collection)
#Description
Message Data Model attribute: headers.reply_to
Fields #
| Name | Description |
|---|---|
display_name | Display name |
email.domain | |
email.domain.domain | The 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_domain | The root domain, including the TLD |
email.domain.tld | The domain's top-level domain. E.g. the TLD of google.com is 'com' |
email.email | Full email address |
email.local_part | Local-part, i.e. before the @ |
Detection Rules #
View all rules referencing this event →Sublime MQL #
Show 17 more (73 total)
References #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.return_path
#Description
Message Data Model attribute: headers.return_path
Fields #
| Name | Description |
|---|---|
domain | |
domain.domain | The 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_domain | The root domain, including the TLD |
domain.tld | The domain's top-level domain. E.g. the TLD of google.com is 'com' |
email | Full email address |
local_part | Local-part, i.e. before the @ |
Detection Rules #
View all rules referencing this event →Sublime MQL #
Show 17 more (36 total)
References #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.x_authenticated_domain
#Description
Message Data Model attribute: headers.x_authenticated_domain
Fields #
| Name | Description |
|---|---|
domain | The 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 #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.x_authenticated_sender
#Description
Message Data Model attribute: headers.x_authenticated_sender
Fields #
| Name | Description |
|---|---|
email | Full email address |
Detection Rules #
View all rules referencing this event →Sublime MQL #
References #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm
headers.x_originating_ip
#Description
Message Data Model attribute: headers.x_originating_ip
Fields #
| Name | Description |
|---|---|
ip | The IP in canonical form |
Detection Rules #
View all rules referencing this event →Sublime MQL #
References #
- Sublime Message Data Model https://docs.sublime.security/docs/mdm