| name | cis-azure-foundations-6.1.1.8 |
| description | Ensure Microsoft Entra diagnostic setting exists to send Microsoft Graph activity logs |
| category | cis-azure-foundations |
| version | 5.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","logging","monitoring","entra-id","microsoft-graph"] |
| cis_id | 6.1.1.8 |
| cis_benchmark | CIS Microsoft Azure Foundations Benchmark v5.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | ["cis-azure-foundations-6.1.1.9"] |
| prerequisites | [] |
| severity_boost | {} |
Ensure that a Microsoft Entra diagnostic setting exists to send Microsoft Graph activity logs to an appropriate destination
Description
Ensure that a Microsoft Entra diagnostic setting is configured to send Microsoft Graph activity logs to a suitable destination, such as a Log Analytics workspace, storage account, or event hub. This enables centralized monitoring and analysis of all HTTP requests that the Microsoft Graph service receives and processes for a tenant.
Rationale
Microsoft Graph activity logs provide visibility into HTTP requests made to the Microsoft Graph service, helping detect unauthorized access, suspicious activity, and security threats. Configuring diagnostic settings in Microsoft Entra ensures these logs are collected and sent to an appropriate destination for monitoring, analysis, and retention.
Impact
A Microsoft Entra ID P1 or P2 tenant license is required to access the Microsoft Graph activity logs. The amount of data logged and, thus, the cost incurred can vary significantly depending on the tenant size and the applications in your tenant that interact with the Microsoft Graph APIs.
Audit Procedure
Using Azure Portal
- Go to
Microsoft Entra ID.
- Under
Monitoring, click Diagnostic settings.
- Next to each diagnostic setting, click
Edit setting, and review the selected log categories and destination details.
- Ensure that at least one diagnostic setting is configured to send
MicrosoftGraphActivityLogs to an appropriate destination.
Expected Result
At least one Microsoft Entra diagnostic setting should exist that sends MicrosoftGraphActivityLogs to an appropriate destination (Log Analytics workspace, storage account, or event hub).
Remediation
Remediate from Azure Portal
- Go to
Microsoft Entra ID.
- Under
Monitoring, click Diagnostic settings.
- Click
+ Add diagnostic setting.
- Provide a
Diagnostic setting name.
- Under
Logs > Categories, check the box next to MicrosoftGraphActivityLogs.
- Configure an appropriate destination for the logs.
- Click
Save.
Default Value
By default, Microsoft Entra diagnostic settings do not exist.
References
- https://learn.microsoft.com/en-us/entra/identity/monitoring-health/howto-configure-diagnostic-settings