threat_c2_detect
Analyze a batch of domains for Command & Control indicators like DGA entropy, fast-flux, low TTL, and DNSBL listings, returning a C2 probability score per domain.
Instructions
Analyzes a batch of domains for Command & Control (C2) indicators: DGA score (entropy, consonant ratio), fast-flux detection (multiple resolves), very low TTL, and DNSBL listings. Returns per-domain C2 probability score (0-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | Yes | Array of domains to analyze for C2/DGA indicators (e.g. ['abc123xyz.com', 'normal-site.com']) |