Skip to main content
Version: 2.1.1-preview

DPDP.3.6 - Safe Links and Safe Attachments anti-malware policies SHALL be enabled (Rule 8(5)-Sec-6).

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:

  1. Navigate to Microsoft 365 Defender https://security.microsoft.com
  2. Under Email & collaboration select Policies & rules
  3. Select Threat policies then Safe Attachments
  4. Click on Global settings
  5. Click to Enable Turn on Defender for Office 365 for SharePoint, OneDrive, and Microsoft Teams
  6. Click to Enable Turn on Safe Documents for Office clients
  7. Click to Disable Allow people to click through Protected View even if Safe Documents identified the file as malicious
  8. Click Save.
PowerShell
  1. Connect to Exchange Online using Connect-ExchangeOnline.
  2. Run the following PowerShell command:
Set-AtpPolicyForO365 -EnableATPForSPOTeamsODB $true -EnableSafeDocs $true -AllowSafeDocsOpen $false

Test Metadata

FieldValue
Test IDDPDP.3.6
SeverityUnknown
SuiteDPDP Act 2023
CategoryIndiaDPDP
PowerShell testTest-MtCisSafeAttachmentsAtpPolicy
TagsDPDP, DPDP.3.6, DPDP2023, IndiaDPDP

Source

  • Pester test: tests/dpdp/Test-MtDpdpBaselines.Tests.ps1
  • PowerShell source: powershell/public/cis/Test-MtCisSafeAttachmentsAtpPolicy.ps1