Skills catalog Domain intelligence

DNS Twister

Supports typo, phishing, bit-flip, and homoglyph-adjacent domain intelligence workflows.

dnstwister v1 open-basic live

Use This Skill

Endpoints

Method Path Status Modes
POST /api/v1/dnstwister live json
POST /dns-twister/process web-form-csrf-recaptcha html, json

Input Contract

Provide a fully qualified ASCII domain name.

Output Contract

Returns generated variants, variant type, observed IP address, and available additional information.

Errors

Invalid domain or backend generation process failure. Web form submissions may also return reCAPTCHA errors.

Auth and Limits

Anonymous JSON API for initial rollout. Web form submissions remain protected by reCAPTCHA.

JSON API uses the standard API throttle. Web use is protected by reCAPTCHA.

Examples

Requests

{"domain":"example.com"}

Responses

{"domain":"example.com","rows":[{"type":"homoglyph","domain":"example.com"}]}

FAQ

How is this different from the homoglyph skill?

DNS Twister generates possible lookalike domains for a target. The homoglyph skill analyzes a supplied string or domain.

Related Skills