What problem does it solve? Security analysts need a quick way to check whether a suspicious domain or FQDN has generated internal activity before deciding how deep to investigate. This Skill queries Chronicle SIEM for a domain's entity graph associations, related alerts, and first/last seen times, eliminating manual console lookups during triage. ## Core Features & Use Cases - Entity Lookup via MCP: Calls the secops-mcp lookup_entity tool with a domain name and configurable lookback window (default 24 hours). - Structured Decision Logic: Classifies results as Success, NoInfoFound, or Failure, and routes high-activity domains to follow-up DNS and network traffic runbooks. - Use Case: During alert triage, an analyst receives a suspicious FQDN from a phishing alert. After checking external reputation, they run this Skill to see whether internal hosts queried the domain, which IPs it resolved to, and whether related Chronicle alerts exist. ## Quick Start Look up the domain 'evil-example.com' in Chronicle for the last 48 hours and summarize its internal activity and related alerts.