Control: 5.2 Ensure Microsoft 365 audit log search is Enabled
Description
When audit log search is enabled in the Microsoft Purview compliance portal, user and admin activity within the organization is recorded in the audit log and retained for 90 days. However, some organizations may prefer to use a third-party security information and event management (SIEM) application to access their auditing data. In this scenario, a global admin can choose to turn off audit log search in Microsoft 365.
Enabling audit log search in the Microsoft Purview compliance portal can help organizations improve their security posture, meet regulatory compliance requirements, respond to security incidents, and gain valuable operational insights.
Remediation
To enable Microsoft 365 audit log search:
- Navigate to
Microsoft Purview
https://compliance.microsoft.com. - Select
Audit
to open the audit search. - Click
Start recording user and admin activity
next to the information warning at the top. - Click
Yes
on the dialog box to confirm.
To enable Microsoft 365 audit log search using PowerShell:
- Connect to Exchange Online using Connect-ExchangeOnline.
- Run the following PowerShell command:
Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true
Usage
Run the control in your terminal:
powerpipe control run microsoft365_compliance.control.cis_v200_5_2
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run microsoft365_compliance.control.cis_v200_5_2 --share
SQL
This control uses a named query:
azuread_audit_log_search_enabled