Add UK incident reporting compliance assistant Logic App#75
Merged
Conversation
… App Triggered on High/Critical Sentinel incidents; calculates 24h CSR Bill and 72h GDPR/ICO deadlines, drafts ICO/NCSC-format report, emails compliance contact. Never auto-files with any government body. Closes #74
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The file was stored with literal \n sequences instead of real newlines (MCP push_files encoding bug from previous session), causing syntax errors in pytest and flake8 on every branch forked from dev.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #74
Adds a new Logic App playbook (
logic-apps/incident-reporting/) that acts as a UK compliance assistant for High and Critical severity Sentinel incidents. It automates the drafting and notification steps required under the Cyber Security and Resilience Bill (24-hour early-warning) and GDPR/ICO (72-hour full-report deadline) — without ever auto-submitting to any government system.What's included
logic-apps/incident-reporting/workflow.json— ARM template for the Logic Applogic-apps/incident-reporting/README.md— UK regulatory context, configuration guide, and critical design noteslogic-apps/README.md— Updated to list the new playbook alongside block-ip, isolate-endpoint, quarantine-email, and suspend-terminalHow the playbook works
Critical design note
This playbook assists compliance — it never auto-files official government reports. That requires human judgement and legal review. False or premature government filings carry their own regulatory risk.
How to test
Deploy the ARM template to a resource group with an existing Sentinel workspace:
Authorise API connections — after deployment, open the Logic App in the Azure portal and authorise both
azuresentinelandoffice365connections under API Connections.Grant Sentinel Responder role to the Logic App's system-assigned managed identity on the Log Analytics workspace.
Create a test Sentinel incident with severity High or Critical in the workspace. You can do this via the Sentinel portal → Incidents → Create incident (or fire a test analytics rule).
Verify:
Check_severitycondition gates all downstream actions)Generated by Claude Code