Skip to content

Commit b7afd0f

Browse files
Fixing image issue + styling
1 parent 74165da commit b7afd0f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

src/content/docs/learning-paths/secure-o365-email/concepts/prevent-phishing-attack.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Emails without a Malicious URL or attachment typically fall into the Business Em
1515

1616
To detect these low volume, malicious emails that do not contain malware, malicious links or email attachments, Cloudflare uses machine learning analysis, analyzing email threads, content, sentiment and context via message lexical analysis, subject analysis, word count assessment and sender analysis. Display names are also compared with known executive names for similarity using several matching modeling including the [Levenshtein Algorithm](https://en.wikipedia.org/wiki/Levenshtein_distance), and if matched, lagged when a sender is organization from an unknown domain.
1717

18+
## Type of malicious attacks
19+
1820
When malicious payloads or URLs are included or attached to an email, additional steps are taken to protect your users. For example:
1921

2022
- **Attack type**: Malicious payload attached to the message.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
title: What is a Email Security?
2+
title: What is Email Security?
33
pcx_content_type: overview
44
sidebar:
55
order: 3
66
---
77

8-
Email security is the process of preventing [email-based](https://www.cloudflare.com/learning/email-security/what-is-email/) cyber attacks and unwanted communications. It spans protecting inboxes from takeover, protecting domains from spoofing, stopping phishing attacks, preventing fraud, blocking malware delivery, filtering spam, and using encryption to protect the contents of emails from unauthorized persons.
8+
Email security is the process of preventing [email-based](https://www.cloudflare.com/learning/email-security/what-is-email/) cyber attacks and unwanted communications.
9+
10+
It spans protecting inboxes from takeover, protecting domains from spoofing, stopping phishing attacks, preventing fraud, blocking malware delivery, filtering spam, and using encryption to protect the contents of emails from unauthorized persons.
11+
912
Security and privacy were not built into email when it was first invented, and despite email's importance as a communication method, these are still not built into email by default. As a result, email is a major attack vector for large and small organizations, and for individuals well.

src/content/docs/learning-paths/secure-o365-email/get-started/create-email-security-account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ From there, your account team will create an Email Security account for you. To
1414
- *Average Monthly Inbound Message Volume*
1515
- *Number of Active Email Users*
1616
- *Domain(s)*
17-
- *Admin Email Address *
17+
- *Admin Email Address*

src/content/docs/learning-paths/secure-o365-email/get-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ In this learning path, you will learn how to protect your organization from phis
99
Your users will experience a reduction in spam and phishing emails and have simple ways to report any suspicious activity.
1010
Administrators will be able to review detections and phishing trends that target their organization without having to tune Email Security.
1111

12-
[Microsoft O365 API deployment diagram](/assets/images/email-security/deployment/api-setup/ms365-api-deployment.png)
12+
[Microsoft O365 API deployment diagram](~/assets/images/email-security/deployment/api-setup/ms365-api-deployment.png)

src/content/docs/learning-paths/secure-o365-email/get-started/recommended-deployment-model.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The API deployment with Email Security offers:
1313
- Agentless deployment for Microsoft O365.
1414
- Office 365 directory integration to retrieve user and group information and prevent user impersonation.
1515

16-
[Api and journaling deployment diagram](/assets/images/email-security/deployment/api-setup/api-and-journaling-deployment.png)
16+
[Api and journaling deployment diagram](~/assets/images/email-security/deployment/api-setup/api-and-journaling-deployment.png)

0 commit comments

Comments
 (0)