Skip to content

Commit ae1416b

Browse files
Adding modules 5 and 6
1 parent 4c2a1fb commit ae1416b

File tree

9 files changed

+88
-2
lines changed

9 files changed

+88
-2
lines changed

src/content/docs/learning-paths/secure-o365-email/email-security-configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Initial Email Security Configuration
2+
title: Initial Email Security configuration
33
pcx_content_type: overview
44
sidebar:
55
order: 1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Enable auto-moves
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 4
6+
---
7+
8+
Now that you have configured Email Security, you can start taking action by enabling auto-moves to protect your users from spam and phishing attacks.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Monitor your inbox
3+
pcx_content_type: overview
4+
sidebar:
5+
order: 6
6+
---
7+
8+
Once you have fully deployed Email Security, there is limited tuning and configuration work.
9+
10+
Monitor detections, submit any potential misses and leverage PhishGuard to ensure a seamless experience.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Monitor detections
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 2
6+
---
7+
8+
Spam and Malicious emails are blocked outright by Email Security, but suspicious and spoof dispositions should be monitored. Suspicious messages should be investigated by a security analyst to determine the legitimacy of the message.
9+
10+
[PhishGuard](/cloudflare-one/email-security/phish-guard/), Cloudflare's managed email security service can review these messages for you and move them from the end user inbox if they are deemed malicious.
11+
12+
Messages that receive a Spoof disposition should be investigated as well because it signals that the traffic is either non-compliant with your email authentication process [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/), or has a mismatching Envelope From and Header From value.
13+
14+
In most cases, this disposition is triggered by a legitimate third-party mail service. If you determine that the Spoofed email is a legitimate business use case, you can either:
15+
16+
- Update your email authentication records.
17+
- Add an acceptable sender [allow policy](/cloudflare-one/email-security/detection-settings/allow-policies/) to exempt messages from the Spam, Spoof or Bulk disposition, but not Malicious or Suspicious, so the content of the message can still be monitored.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Phish submissions
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 3
6+
---
7+
8+
While Email Security offers industry leading detection efficacy due to Cloudflare's Threat Intelligence, Preemptive Threat Hunting (actor and campaign infrastructure hunting with 8B, plus campaign threat signals assessed every day) and ML-Based Detection Models (Trust Graphs Computer Vision, Sentiment/Thread/ Structural Analysis, Industry/Natural Language Understanding Modeling) false negatives and false positive can occur.
9+
10+
There are two different ways to [submit a phish](/cloudflare-one/insights/email-monitoring/phish-submissions/) sample:
11+
12+
- User submission:
13+
- Submitted directly by the end user, and used with phish submission buttons. To learn more about user-submitted phish, refer to [PhishNet for Microsoft O365](/cloudflare-one/insights/email-monitoring/phish-submissions/#phishnet-o365).
14+
- User submissions can create another challenge for your organization. While it is important for end users to be vigilant and report what they believe may be a phishing email, they are often wrong. About 90% of the time, when an end user reports a missed phishing email, they are mistaken. This puts an extra burden on busy security teams as they sift through end user reports. The PhishGuard team at Cloudflare can solve this problem for your organization by reviewing end user submissions for you.
15+
- Admin submission:
16+
- To be used when IT administrators or security teams submit to Email Security. Submit original phish samples as an attachment in EML format to the appropriate team submission address.
17+
- Within the Email Security dashboard, Phish submissions will allow you to have a full understanding of what reclassification has been made and what the outcomes of those submissions are.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: PhishGuard
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 5
6+
---
7+
8+
[PhishGuard](/cloudflare-one/email-security/phish-guard/) serves as an extension of your Security Operations team with dedicated Email Security technical resources providing real-time monitoring of your email environment. The Active Defense Service provides:
9+
10+
- Customized notification and responses for fraud and insider threats.
11+
- Reclassification of messages if the disposition is incorrect.
12+
- PhishGuard monitors and reviews Suspicious email traffic.
13+
- Quarantine and auto-move of identified threats.
14+
- Tailored threat hunting for your email environment.
15+
- Custom detections.
16+
17+
As a PhishGuard customer, the following service offerings should be enabled:
18+
19+
- Escalation contacts must be configured in the Email Security dashboard: This allows for email reports to be delivered regarding high risk items identified and responded to by the team.
20+
- Auto-moves should be enabled and configured for quarantine of identified items: `MALICIOUS` should be prioritized, but configuring Spam for a move to junk/trash or even soft delete may also be highly useful to the client.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Report phish
3+
pcx_content_type: how-to
4+
sidebar:
5+
order: 4
6+
---
7+
8+
Email Security gives you multiple ways to keep tabs on the systems to better understand phishing trends, how your organization is being targeted, who your top targets are and more.
9+
10+
Refer to the reporting section in Module 4 for additional details.

src/content/docs/learning-paths/secure-o365-email/pre-production-deployment/enable-auto-move.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 2
66
---
77

8-
When you set up auto-moves in Section 5, you can move messages manually or set up automatic moves to send messages matching certain dispositions to specific folders within a user’s mailbox. You can also enable Post Delivery Response and Phish Submission Response to re-evaluate messages previously delivered against new information gathered by Email Security. Scanned emails that were previously delivered and now match this new phishing information will be moved.
8+
When you set up auto-moves in Section 5, you can move messages manually or set up automatic moves to send messages matching certain dispositions to specific folders within a user’s mailbox.
9+
10+
You can also enable Post Delivery Response and Phish Submission Response to re-evaluate messages previously delivered against new information gathered by Email Security. Scanned emails that were previously delivered and now match this new phishing information will be moved.
911

1012
Refer to the Office 365 guide in section 5 for detailed information.

src/content/docs/learning-paths/secure-o365-email/pre-production-deployment/submit-a-phish.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 2
66
---
77

8+
import { GlossaryTooltip} from "~/components"
9+
810
PhishNet is an add-in button that helps users to submit directly to Email Security phish samples missed by Email Security detection.
911

1012
PhishNet is an add-in button that helps users to submit directly to Email Security <GlossaryTooltip term="phishing">phish</GlossaryTooltip> samples missed by Email Security's detection.

0 commit comments

Comments
 (0)