cipp-alerts

Solid

CIPP's read-only alerting and audit surface: the cross-tenant alert queue, tenant-scoped M365 unified audit log queries, the audit operations worth filtering on during a compromise investigation, and audit lag/retention behavior.

DevOps & Infrastructure 45 stars 24 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
55
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CIPP Alerts & Audit Logs CIPP raises alerts based on standards violations, anomaly detection, and configured thresholds. The two tools in this skill let you triage the alert queue and pull underlying audit log evidence. ## Anti-triggers - **A CIPP tool is erroring or a background job failed** — that is CIPP's own application log, `cipp_list_logs`, in `cipp-ops`. It is not `cipp_list_audit_logs`, which reads the customer tenant's M365 unified audit log. - **An endpoint or SIEM detection** — a CIPP alert is a configuration or threshold alert about a tenant, never an EDR finding. Use `huntress-incidents`, `blumira-findings`, `sentinelone-alerts`, or `blackpoint-incident-response` depending on which product raised it. - **The forensic snapshot for one compromised user** — `cipp_bec_check` is in `cipp-users`; the audit-log queries here supplement it rather than replace it. - **Why an alert fired at all** — the standard that raised it, and its Report/Alert/Remediate mode, live in `cipp-standards`. ## Tools ### `cipp_list_alert_queue` ``` cipp_list_alert_queue() ``` Returns queued alerts across all tenants — alert type, tenant, severity, raised time, and current status. This is your daily triage list. ### `cipp_list_audit_logs` ``` cipp_list_audit_logs(tenantFilter='contoso.onmicrosoft.com', startDate?, endDate?, userId?, operation?) ``` Tenant-scoped audit log entries from the M365 unified audit log. Filter by ...

Details

Author
wyre-technology
Repository
wyre-technology/msp-claude-plugins
Created
7 months ago
Last Updated
1 weeks ago
Language
Astro
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category