365 Backup Products

https://afi.ai/https://www.n-able.com/products/cove-data-protectionhttps://www.backupify.com/365 Veeam ( Needs Server ) Synology Nas ( Needs Onprem )

Windows Defender Best Practice

https://github.com/directorcia/Office365/blob/master/win10-def-get.ps1 -Enable App Governance -Enable Defender for Identity -Turn all Advanced Features for Endpoints – Enable default Policies for App Discovery

HSTS Enable

Server 1709 And above : https://learn.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/site/hsts Below : Enter the following values in the Add Custom HTTP Response Headers dialog box:<Name: Strict-Transport-Security Value: max-age=31536000 Close the IIS Manager after […]

Cookies Missing Attributes

The HTTPOnly attribute makes cookies inaccessible to JavaScript. Additionally, the Secure attributeensures that the cookie may only be transmitted over HTTPS. Cookies used by the application didnot […]