What problem does it solve? Security analysts need external threat intelligence context when triaging domains or FQDNs found in alerts, but manually querying Chronicle SecOps for each indicator is slow and inconsistent. This Skill standardizes the retrieval of threat intelligence summaries and IOC matches via the secops-mcp get_threat_intel tool. ## Core Features & Use Cases - Threat Intel Retrieval: Queries the Chronicle secops-mcp get_threat_intel tool with a natural-language query for any domain or FQDN. - Risk Classification: Applies keyword-based decision logic to flag domains as High_Risk, Medium_Risk, or Low_Risk based on the returned summary. - Workflow Integration: Accepts optional GTI confidence context from prior checks and routes results to follow-on runbooks like entity lookup or escalation. - Use Case: During alert triage, an analyst receives a suspicious domain. After an inconclusive GTI check, this Skill pulls the SecOps threat intel summary, extracts keywords like "phishing campaign", and flags the domain for containment. ## Quick Start Get the Chronicle SecOps threat intelligence summary for the domain evil-example.com and classify its risk level.