Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Email details
pcx_content_type: how-to
sidebar:
order: 6
---

Email Security shows you the following email detail information:

- Details
- Action log
- Raw message
- Mail trace

### Details

Email Security displays the following details:

1. **Threat type**: Threat type of the email, for example, [credential harvester](/cloudflare-one/email-security/reference/how-es-detects-phish/#credential-harvesters), and [IP-based spam](/cloudflare-one/email-security/reference/how-es-detects-phish/#ip-based-spam).
2. **Validation**: Email validation methods [SPF](https://www.cloudflare.com/en-gb/learning/dns/dns-records/dns-spf-record/), [DKIM](https://www.cloudflare.com/en-gb/learning/dns/dns-records/dns-dkim-record/), [DMARC](https://www.cloudflare.com/en-gb/learning/dns/dns-records/dns-dmarc-record/).
3. **Sender details**: Information include:
- IP address
- Registered domain
- Autonomous sys number: This number identifies your [autonomous system (AS)](https://www.cloudflare.com/en-gb/learning/network-layer/what-is-an-autonomous-system/).
- Autonomous sys name: This name identifies your autonomous system (AS).
- Country
4. **Links identified**: A list of malicious links identified by Email Security.
5. **Reasons for disposition**: Description of why the email was deemed as malicious, suspicious, or spam.

### Action log

Action log allows you to review post-delivery actions performed on your selected message. The action log displays:

- **Date**: Date when the post-delivery action was performed.
- **Activity**: The activity taken on an email. For example, moving the email to the trash folder, releasing a quarantined email, and more.

### Raw message

Raw message allows you to view the raw details of the message. You can also choose to download the email message. To download the message, select **Download .EML**.

### Mail trace

Mail trace allows you to track the path your selected message took from the sender to the recipient. Mail trace displays:

- **Date**: The date and time when the mail was tracked.
- **Type**: An email can be inbound (email sent to you from another email), or outbound (emails sent from your email address).
- **Activity**: The activity taken on an email. For example, moving the email to the trash folder, releasing a quarantined email, and more.
45 changes: 1 addition & 44 deletions src/content/docs/cloudflare-one/roles-permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,47 +30,4 @@ The Cloudflare Zero Trust PII role should be considered an add-on role, to be co

:::note
The Cloudflare Zero Trust PII role does not apply to Access audit logs. PII is always visible in Access logs.
:::

## Email details

Email Security shows you the following email detail information:

- Details
- Action log
- Raw message
- Mail trace

### Details

Email Security displays the following details:

1. **Threat type**: Threat type of the email, for example, [credential harvester](/cloudflare-one/email-security/reference/how-es-detects-phish/#credential-harvesters), and [IP-based spam](/cloudflare-one/email-security/reference/how-es-detects-phish/#ip-based-spam).
2. **Validation**: Email validation methods [SPF](https://www.cloudflare.com/en-gb/learning/dns/dns-records/dns-spf-record/), [DKIM](https://www.cloudflare.com/en-gb/learning/dns/dns-records/dns-dkim-record/), [DMARC](https://www.cloudflare.com/en-gb/learning/dns/dns-records/dns-dmarc-record/).
3. **Sender details**: Information include:
- IP address
- Registered domain
- Autonomous sys number: This number identifies your [autonomous system (AS)](https://www.cloudflare.com/en-gb/learning/network-layer/what-is-an-autonomous-system/).
- Autonomous sys name: This name identifies your autonomous system (AS).
- Country
4. **Links identified**: A list of malicious links identified by Email Security.
5. **Reasons for disposition**: Description of why the email was deemed as malicious, suspicious, or spam.

### Action log

Action log allows you to review post-delivery actions performed on your selected message. The action log displays:

- **Date**: Date when the post-delivery action was performed.
- **Activity**: The activity taken on an email. For example, moving the email to the trash folder, releasing a quarantined email, and more.

### Raw message

Raw message allows you to view the raw details of the message. You can also choose to download the email message. To download the message, select **Download .EML**.

### Mail trace

Mail trace allows you to track the path your selected message took from the sender to the recipient. Mail trace displays:

- **Date**: The date and time when the mail was tracked.
- **Type**: An email can be inbound (email sent to you from another email), or outbound (emails sent from your email address).
- **Activity**: The activity taken on an email. For example, moving the email to the trash folder, releasing a quarantined email, and more.
:::
Loading