diff --git a/public/_redirects b/public/_redirects index d242bd12fc9151..f64d7da9b7abe8 100644 --- a/public/_redirects +++ b/public/_redirects @@ -415,6 +415,7 @@ /email-security/setup/api-deployment/office365-api/ /email-security/setup/post-delivery-deployment/api/office365-api/ 301 /email-security/email-configuration/retract-settings/gmail-retraction/ /email-security/deployment/api/setup/gsuite-bcc-setup/add-retraction/ 301 /cloudflare-one/insights/email-monitoring/email-security-logs/ /cloudflare-one/insights/email-monitoring/enable-logs/ 301 +/cloudflare-one/insights/email-monitoring/phishing-report/ /cloudflare-one/insights/email-monitoring/download-disposition-report/ 301 # firewall diff --git a/src/content/docs/cloudflare-one/email-security/index.mdx b/src/content/docs/cloudflare-one/email-security/index.mdx index 84c3df46e4c106..ebf7814cd65595 100644 --- a/src/content/docs/cloudflare-one/email-security/index.mdx +++ b/src/content/docs/cloudflare-one/email-security/index.mdx @@ -22,5 +22,4 @@ Email Security allows you to: - Configure [allow policies](/cloudflare-one/email-security/detection-settings/allow-policies/), [blocked senders](/cloudflare-one/email-security/detection-settings/blocked-senders/), [trusted domains](/cloudflare-one/email-security/detection-settings/trusted-domains/), and [additional detections](/cloudflare-one/email-security/detection-settings/additional-detections/). - [Automatically move messages](/cloudflare-one/email-security/auto-moves/) to specific folders based on a [certain disposition](/cloudflare-one/email-security/reference/dispositions-and-attributes/). - [Manage directories](/cloudflare-one/email-security/directories/). -- [Monitor your inbox](/cloudflare-one/insights/email-monitoring/) and perform a thorough [search of your email](/cloudflare-one/insights/email-monitoring/search-email/). -- Generate a [Phishing Risk Assessment report](/cloudflare-one/insights/email-monitoring/phishing-report/) and [submit email phishing reports](/cloudflare-one/insights/email-monitoring/phish-submissions/). \ No newline at end of file +- [Monitor your inbox](/cloudflare-one/insights/email-monitoring/), perform a thorough [search of your email](/cloudflare-one/insights/email-monitoring/search-email/), and download a [disposition report](/cloudflare-one/insights/email-monitoring/download-disposition-report/). \ No newline at end of file diff --git a/src/content/docs/cloudflare-one/insights/email-monitoring/download-disposition-report.mdx b/src/content/docs/cloudflare-one/insights/email-monitoring/download-disposition-report.mdx new file mode 100644 index 00000000000000..fa5b2342d38fbf --- /dev/null +++ b/src/content/docs/cloudflare-one/insights/email-monitoring/download-disposition-report.mdx @@ -0,0 +1,17 @@ +--- +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. Log in to [Zero Trust](https://one.dash.cloudflare.com/). +2. Select **Email Security**. +3. Select **Monitoring** > **Download report**. +4. Select **Date Range**. +5. Select **Disposition**. +6. Select **Export to CSV** to export the report in a CSV file. \ No newline at end of file diff --git a/src/content/docs/cloudflare-one/insights/email-monitoring/phishing-report.mdx b/src/content/docs/cloudflare-one/insights/email-monitoring/phishing-report.mdx deleted file mode 100644 index 8becfed6647d5d..00000000000000 --- a/src/content/docs/cloudflare-one/insights/email-monitoring/phishing-report.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Phishing report -pcx_content_type: how-to -sidebar: - order: 3 ---- - -Email Security allows you to generate a Phishing Risk Assessment Report (PRA) to provide an overview of your email traffic. - -To generate a phishing risk assessment report: - -1. Log in to [Zero Trust](https://one.dash.cloudflare.com/). -2. Select **Monitoring**. -3. Select **Generate summary report**. -4. Select **Generate and download**. - -The report will contain the following information: - -- **Report time range**: You can generate a report up to the last seven, 30, or 90 days. -- **Company name**. -- **Overview**: The Overview displays the total number of emails scanned, total number of detections, and a graph displaying emails deemed as malicious, spoof, suspicious, spam, and bulk. -- **Threat summary**: A summary of malicious threat types, and the top 10 malicious targets, impersonated names, and impersonated targets. -- **Threat origins**: This section lists the countries where the threats originated from. -- **Malicious attachments**: A summary of the top 10 malicious file types, and malicious attachments. \ No newline at end of file