Application Permissions - Ensure Safe Attachments for SharePoint, OneDrive, and Microsoft Teams is Enabled
Summary
Safe attachments for SharePoint, OneDrive, and Microsoft Teams scans these services for malicious files.
Reason
The safe attachments stated above, protects your organization from inadvertently sharing malicious files. Whenever a malicious file is detected, it will be blocked so that no one can open, copy, move, or share it, until further actions are take by the organization's security team.
What If?
The impact of this one is minimal and equivalent to the impact associated with anti-virus scanners in an environment.
How to?
To enable Safe Attachments for SharePoint, OneDrive, and Microsoft Teams use the Microsoft 365 Admin Center:
- Under Admin centers click Security, in order to open the Microsoft 365 Defender.
- Under Email & collaboration select Policies & rules.
- Now, click on Global Settings.
- Click the toggle to Turn on Defender for Office 365 for SharePoint, OneDrive, and Microsoft Teams.
- Select Save.
To enable Safe Attachments for SharePoint, OneDrive, and Microsoft Teams, use the Exchange Online PowerShell Module:- Connect to Exchange Online using Connect-ExchangeOnline.
- Now, run the following command:
- Connect to Exchange Online using Connect-ExchangeOnline.
- Now, run the following command:
Set -AtpPolicyFor0365 -EnableATPForSPOTeamsODB $True
Monitor:
To verify that Safe Attachments for SharePoint, OneDrive, and Microsoft Teams is enabled, use the Microsoft 365 Admin Center:
- Under Admin centers click Security, in order to open the Microsoft 365 Defender.
- Under Email & collaboration select Policies & rules.
- Now, select Threat policies then Safe Attachments.
- Click on Global settings.
- Verify that toggle is selected to Turn on Defender for Office 365 for SharePoint, OneDrive, and Microsoft Teams.
To verify that Safe Attachments is enabled for SharePoint, OneDrive, and Microsoft Teams, use the Exchange Online PowerShell Module:- Connect to Exchange Online using Connect-ExchangeOnline.
- Now, run the following command:
- Connect to Exchange Online using Connect-ExchangeOnline.
- Now, run the following command:
Get-AtpPolicyFor0365 | fl Name, EnableATPForSPOTeamsODB
3. Now, verify the value for EnableATPForSPOTeamsODB is set to True.
Comments
Post a Comment