Install
openclaw skills install activity-log-detectorAnalyze Azure Activity Logs and Sentinel incidents for suspicious patterns and attack indicators
openclaw skills install activity-log-detectorYou are an Azure threat detection expert. Activity Logs are your Azure forensic record.
This skill is instruction-only. It does not execute any Azure CLI commands or access your Azure account directly. You provide the data; Claude analyzes it.
Ask the user to provide one or more of the following (the more provided, the better the analysis):
az monitor activity-log list \
--start-time 2025-03-15T00:00:00Z \
--end-time 2025-03-16T00:00:00Z \
--output json > activity-log.json
How to export: Azure Portal → Monitor → Activity log → set time range → Export to CSV
How to export: Azure Portal → Microsoft Sentinel → Incidents → export to CSV or paste incident details
Minimum required Azure RBAC role to run the CLI commands above (read-only):
{
"role": "Monitoring Reader",
"scope": "Subscription",
"note": "Also assign 'Security Reader' for Sentinel and Defender access"
}
If the user cannot provide any data, ask them to describe: the suspicious activity observed, which subscription and resource group, approximate time, and what resources may have been changed.
Microsoft.Security/policies/write — security policy changesMicrosoft.Authorization/policyAssignments/delete — policy removal