Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain to check for fast-flux behavior (e.g. 'suspicious-domain.com')
samplesNoNumber of DNS resolution samples to take (default: 5)
interval_msNoInterval between DNS samples in milliseconds (default: 2000)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It discloses the method (multiple DNS resolutions with intervals) and the output (flux score 0-100). It does not mention potential wait times or failure modes, but for a read-only detection probe this is reasonably transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three concise sentences, front-loaded with purpose, and every sentence adds useful information: the action, the indicators, and the return value. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

It covers what, how, and what is returned. Given there is no output schema, explaining the flux score is valuable. It lacks explicit notes on duration (samples * interval_ms) and failure handling, but overall it is sufficient for a moderately complex tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaning by connecting the parameters to fast-flux indicators (e.g., 'multiple IPs per query' justifies 'samples', 'very low TTL' relates to resolution timing). This helps the agent understand why to tune samples and interval_ms.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Detect' with a specific resource ('fast-flux DNS behavior') and explains the method (resolving a domain multiple times with intervals). It distinguishes from sibling tools like bl_check_dnsbl by focusing on fast-flux indicators.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear context for when to use the tool (when fast-flux is suspected) and lists observable indicators. However, it does not explicitly mention alternatives or exclusions, such as dns_ttl_analysis for TTL-focused inspection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/badchars/dns-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server