bl_fast_flux_detect
Detect fast-flux DNS behavior by repeatedly resolving a domain and analyzing IP changes, TTL values, and subnet diversity. Returns a flux score from 0 to 100 to flag potentially malicious infrastructure.
Instructions
Detect fast-flux DNS behavior by resolving a domain multiple times with intervals. Fast-flux indicators: rapidly changing IPs, very low TTL (<300), multiple IPs per query, IPs in different /16 subnets. Returns flux score 0-100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check for fast-flux behavior (e.g. 'suspicious-domain.com') | |
| samples | No | Number of DNS resolution samples to take (default: 5) | |
| interval_ms | No | Interval between DNS samples in milliseconds (default: 2000) |