diff --git a/public/__redirects b/public/__redirects index c314a81faff85e..4b33284efdf50d 100644 --- a/public/__redirects +++ b/public/__redirects @@ -582,6 +582,7 @@ /cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/office365-journaling/ /cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/m365-journaling/ 301 /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/microsoft365-email-security-mx/ /cloudflare-one/email-security/setup/pre-delivery-deployment/prerequisites/m365-email-security-mx/ 301 /cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/journaling-setup/manage-domains/ /cloudflare-one/email-security/setup/manage-domains/ 301 +/cloudflare-one/email-security/email-monitoring/download-disposition-report/ /cloudflare-one/email-security/email-monitoring/download-report/ 301 # firewall /firewall/api/cf-lists/ /waf/tools/lists/lists-api/ 301 diff --git a/src/content/docs/cloudflare-one/email-security/email-monitoring/download-disposition-report.mdx b/src/content/docs/cloudflare-one/email-security/email-monitoring/download-disposition-report.mdx deleted file mode 100644 index 30dc9cbfd422af..00000000000000 --- a/src/content/docs/cloudflare-one/email-security/email-monitoring/download-disposition-report.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Download disposition report -pcx_content_type: how-to -sidebar: - order: 3 ---- - -Email Security allows you to download a report that shows you all the email messages based on the [disposition](/cloudflare-one/email-security/reference/dispositions-and-attributes/#dispositions) type you selected. - -To download a disposition report: - -1. In [Zero Trust](https://one.dash.cloudflare.com/), select **Email Security**. -2. Select **Monitoring** > **Download report**. -4. Select the **Report type**. Choose between **Email disposition report** or **Retro scan report**. - -If you select **Email disposition report**: -1. Select the **Date Range** (required). -2. Select the **Disposition**. -3. Select **Export to CSV**. - -If you choose **Retro scan report**, select **View report** to view a report of your last 14 days of emails. Refer to [Retro Scan](/cloudflare-one/email-security/retro-scan/) for more details. \ No newline at end of file diff --git a/src/content/docs/cloudflare-one/email-security/email-monitoring/download-report.mdx b/src/content/docs/cloudflare-one/email-security/email-monitoring/download-report.mdx new file mode 100644 index 00000000000000..784196def5ae11 --- /dev/null +++ b/src/content/docs/cloudflare-one/email-security/email-monitoring/download-report.mdx @@ -0,0 +1,52 @@ +--- +title: Download a report +pcx_content_type: how-to +sidebar: + order: 3 +--- + +Email Security allows you to download three types of reports: + +- Disposition report +- Retro scan report +- Security report + +## Download a disposition report + +A disposition report shows you all the email messages based on the type of disposition you selected. + +1. In [Zero Trust](https://one.dash.cloudflare.com/), select **Email Security**. +2. Select **Monitoring** > **Download report**. +3. In **Report type**, select **Email disposition report**. +4. Under **Email disposition report**, select the **Date Range** (required), and the **Disposition**. +5. Select **Export to CSV**. + +Refer to [Dispositions and attributes](/cloudflare-one/email-security/reference/dispositions-and-attributes/) to learn more. + +## Download a retro scan report + +Retro scan scans the last 14 days of your emails, and gives you a report on bulk, spam, spoof, suspicious and malicious emails. + +1. In [Zero Trust](https://one.dash.cloudflare.com/), select **Email Security**. +2. Select **Monitoring** > **Download report**. +4. In **Report type**, select **Retro Scan report**. +5. Select **View report** to view a report of your last 14 days of emails. + +Refer to [Retro Scan](/cloudflare-one/email-security/retro-scan/) to learn more. + +## Download a security report + +A security report provides an overview of your email traffic. The reports contains: + +- An executive summary: A summary of the threats detected in your organization's email traffic in the last 30 days. +- Threat detection: Review metrics regarding dispositions, policy detection, and impersonation attempts. +- Reclassifications: Review the metrics of emails your security team or users have requested to reclassify. +- Account takeover risks: Review users who are at risk based on Microsoft's Risky User score. + +To download a security report: + +1. In [Zero Trust](https://one.dash.cloudflare.com/), select **Email Security**. +2. Select **Monitoring** > **Download report**. +4. In **Report type**, select **Security report** and the **Date range**. +5. Select **Generate report**. +6. Your security report is being generated. You will receive an email with the security report attached once it is ready. \ No newline at end of file