CIS.M365.2.1.5 - (L2) Ensure Safe Attachments for SharePoint, OneDrive, and Microsoft Teams is Enabled
Overviewβ
2.1.5 (L2) Ensure Safe Attachments for SharePoint, OneDrive, and Microsoft Teams is Enabled
Safe Attachments for SharePoint, OneDrive, and Microsoft Teams scans these services for malicious files.
Rationaleβ
Safe Attachments for SharePoint, OneDrive, and Microsoft Teams protect organizations from inadvertently sharing malicious files. When a malicious file is detected that file is blocked so that no one can open, copy, move, or share it until further actions are taken by the organization's security team.
Impactβ
Impact associated with Safe Attachments is minimal, and equivalent to impact associated with anti-virus scanners in an environment.
Remediation action:β
To enable Safe Attachments for SharePoint, OneDrive, and Microsoft Teams:
- Navigate to Microsoft 365 Defender https://security.microsoft.com
- Under Email & collaboration select Policies & rules
- Select Threat policies then Safe Attachments
- Click on Global settings
- Click to Enable Turn on Defender for Office 365 for SharePoint, OneDrive, and Microsoft Teams
- Click to Enable Turn on Safe Documents for Office clients
- Click to Disable Allow people to click through Protected View even if Safe Documents identified the file as malicious
- Click Save.
PowerShellβ
- Connect to Exchange Online using
Connect-ExchangeOnline. - Run the following PowerShell command:
Set-AtpPolicyForO365 -EnableATPForSPOTeamsODB $true -EnableSafeDocs $true -AllowSafeDocsOpen $false
Related linksβ
- Microsoft 365 Defender
- Safe Attachments for SharePoint, OneDrive, and Microsoft Teams
- CIS Microsoft 365 Foundations Benchmark v6.0.1 - Page 88
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | CIS.M365.2.1.5 |
| Severity | High |
| Suite | CIS |
| Category | CIS E5 Level 2 |
| PowerShell test | Test-MtCisSafeAttachmentsAtpPolicy |
| Tags | CIS, CIS E5, CIS E5 Level 2, CIS M365 v6.0.1, CIS.M365.2.1.5, L2 |
Sourceβ
- Pester test:
tests/cis/Test-MtCisSafeAttachmentsAtpPolicy.Tests.ps1 - PowerShell source:
powershell/public/cis/Test-MtCisSafeAttachmentsAtpPolicy.ps1