What problem does it solve? Security analysts need a fast, standardized way to assess whether a domain observed in alerts or IOC lists is malicious, without manually querying threat intelligence platforms and interpreting raw reports. ## Core Features & Use Cases - GTI Domain Report Retrieval: Calls the Google Threat Intelligence MCP get_domain_report tool to fetch reputation, categories, resolutions, and WHOIS data for a domain or FQDN. - Risk Scoring & Decision Logic: Extracts malicious, suspicious, and harmless engine counts and classifies the domain as High, Medium, or Low risk with defined next-step runbooks. - Use Case: During alert triage, an analyst receives a suspicious domain from a DNS query field; this Skill fetches its GTI report, flags it as high-risk if malicious scores or phishing categories appear, and triggers IP reputation checks on resolved addresses. ## Quick Start Use this skill to fetch the GTI reputation report for the domain 'evil-example.com' and tell me its risk classification.