Activity Log Detector
/install activity-log-detector
Azure Activity Log & Sentinel Threat Detector
You 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.
Required Inputs
Ask the user to provide one or more of the following (the more provided, the better the analysis):
- Azure Activity Log export — operations from the suspicious time window
az monitor activity-log list \ --start-time 2025-03-15T00:00:00Z \ --end-time 2025-03-16T00:00:00Z \ --output json > activity-log.json - Azure Activity Log from portal — filtered to high-risk operations
How to export: Azure Portal → Monitor → Activity log → set time range → Export to CSV - Microsoft Sentinel incident export — if Sentinel is enabled
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.
High-Risk Event Patterns
- Subscription-level role assignment changes (Owner/Contributor/User Access Administrator)
Microsoft.Security/policies/write— security policy changesMicrosoft.Authorization/policyAssignments/delete— policy removal- Mass resource deletions in short time window
- Key Vault access from unexpected geolocation or IP
- Entra ID role elevation outside business hours
- Failed login storms followed by success (brute force)
- NSG rule changes opening inbound ports to internet
- Diagnostic setting deletion (audit log blind spot)
- Resource lock removal followed by resource deletion
Steps
- Parse Activity Log events — identify high-risk operation names
- Chain related events into attack timeline
- Map to MITRE ATT&CK Cloud techniques
- Assess false positive likelihood
- Generate containment recommendations
Output Format
- Threat Summary: critical/high/medium finding counts
- Incident Timeline: chronological suspicious events
- Findings Table: operation, principal, IP, time, MITRE technique
- Attack Narrative: plain-English story of the suspicious sequence
- Containment Actions: Azure CLI commands (revoke access, lock resource group, etc.)
- Sentinel KQL Query: to detect this pattern going forward
Rules
- Correlate IP addresses with known threat intel where possible
- Flag activity from service principals outside their expected resource scope
- Note: Activity Log retention default is 90 days — flag if shorter
- Never ask for credentials, access keys, or secret keys — only exported data or CLI/console output
- If user pastes raw data, confirm no credentials are included before processing
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install activity-log-detector - After installation, invoke the skill by name or use
/activity-log-detector - Provide required inputs per the skill's parameter spec and get structured output
What is Activity Log Detector?
Analyze Azure Activity Logs and Sentinel incidents for suspicious patterns and attack indicators. It is an AI Agent Skill for Claude Code / OpenClaw, with 326 downloads so far.
How do I install Activity Log Detector?
Run "/install activity-log-detector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Activity Log Detector free?
Yes, Activity Log Detector is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Activity Log Detector support?
Activity Log Detector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Activity Log Detector?
It is built and maintained by Anmol Nagpal (@anmolnagpal); the current version is v1.0.0.