alert-report

Generate standardized Markdown reports summarizing SOAR alert investigations and entity enrichment.

85|14|Updated May 17, 2025
One-click install
npx skills add https://github.com/dandye/adk_runbooks --skill alert-report-dandye
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: alert-report
Source: https://github.com/dandye/adk_runbooks/tree/main/skills/reporting/alert-report
Command: npx skills add https://github.com/dandye/adk_runbooks --skill alert-report-dandye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security analysts need consistent, documented summaries of alert triage decisions for handover, escalation, and audit purposes, but manually compiling case details, events, and threat intelligence into a report is repetitive and error-prone. ## Core Features & Use Cases - Automated Data Gathering: Pulls case details, alerts, UDM events, and involved entities from Chronicle SOAR and SIEM using MCP tools. - Entity Enrichment: Enriches IPs, domains, hashes, and URLs with Google Threat Intelligence reports and SIEM context. - Structured Report Output: Produces a Markdown report with case summary, alert details, enrichment findings, event timeline, and an initial assessment, optionally posted back as a SOAR case comment. - Use Case: After triaging a phishing alert group in a SOAR case, generate a timestamped alert report file documenting key entities, GTI verdicts, and the triage conclusion for Tier 2 handover. ## Quick Start Generate an alert investigation summary report for SOAR case 12345 covering alert group identifiers ABC and save it as a Markdown file.

Frequently Asked Questions about alert-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an alert investigation summary report from a SOAR case?▼

Provide the SOAR case ID and either alert group identifiers or specific alert IDs. The workflow retrieves case details, alerts, events, and entities, enriches them with SIEM and threat intelligence context, then writes a structured Markdown report file.

What tools are used to enrich alert entities with threat intelligence?▼

Entities are enriched using the secops-mcp lookup_entity tool for SIEM context and Google Threat Intelligence MCP tools such as get_ip_address_report, get_domain_report, get_file_report, and get_url_report based on entity type.

Can the alert report be posted back to the SOAR case?▼

Yes, the workflow includes an optional step that uses the post_case_comment tool to add a comment to the SOAR case noting the generated report filename or including a concise summary of findings.

What inputs are required to run the alert report runbook?▼

The required inputs are a SOAR case ID and either alert group identifiers or a comma-separated list of specific alert IDs. An optional filename suffix can be provided to customize the output report name.

When should I use this report instead of a deep-dive investigation runbook?▼

Use this report for documentation, handover, or escalation summaries of triage decisions. It does not perform deep-dive analysis or containment actions, which are handled by separate investigation and response runbooks.