CriticalSolutionsNetwork / M365FoundationsCISReport

Automated assessment of 51 CIS 365 Foundations v3.0.0 benchmark safeguards.
https://criticalsolutionsnetwork.github.io/M365FoundationsCISReport/
Other
3 stars 0 forks source link

Rec: 2.1.1 - Validate Test-SafeLinksOfficeApps.ps1, ELevel: E5, ProfileLevel: L2, IG1: TRUE, IG2: TRUE, IG3: TRUE, Connection: EXO #93

Open DrIOSX opened 3 weeks ago

DrIOSX commented 3 weeks ago

Validation for Test-SafeLinksOfficeApps.ps1

Recommendation Details

Test-SafeLinksOfficeApps.ps1

Tasks

Validate recommendation details

Validate test for a pass

Validate test for a fail

Add notes and observations

If needed, the helpers folder in .\source\helpers contains a CSV to assist with locating the test definition.

DrIOSX commented 3 weeks ago

Base PowerShell audit:

 Get-SafeLinksPolicy | Format-Table Name

For each Name:

Get-SafeLinksPolicy -Identity "Policy Name"

#Verify the value for the following.
EnableSafeLinksForEmail: True
EnableSafeLinksForTeams: True
EnableSafeLinksForOffice: True
TrackClicks: True
AllowClickThrough: False
ScanUrls: True
EnableForInternalSenders: True
DeliverMessageAfterScan: True
DisableUrlRewrite: False