Application Permissions - Ensure Office 365 SharePoint Infected Files are Disallowed for Download
Summary
Reason
As the name suggests, Defender for Office 365 for SharePoint, OneDrive, and Microsoft Teams protects your organization from inadvertently sharing malicious files and whenever an infected file is detected, it is automatically blocked so that no one can open, copy, move, or share it until further actions are taken by the organization's security team.
What If?
The only potential impact associated with implementation of this setting is potential inconvenience related with the small percentage of false positive detections that may occur.
How to?
- Connect using Connect-SPOService, you will need to enter the URL for your Sharepoint Online admin page https://*-admin.sharepoint.com as well as a Global Admin account.
- Run the following PowerShell command to set the value to True.
3. After several minutes run the following to verify the value for DisallowInfectedFileDownload has been set to True.
Get-SPOTenant | Select-Object DisallowInfectedFileDownload
Monitor:
- Connect using Connect-SPOService, you will need to enter the URL for your Sharepoint Online admin page https://*-admin.sharepoint.com as well as a Global Admin account.
- Run the following PowerShell command.
Get-SPOTenant | Select-Object DisallowInfectedFileDownload
Comments
Post a Comment