Skip to main content

Check DNS security

Action ID: tools.domscan.check_dns_security Check DNS security. Calls GET /v1/dns/security directly. Reference: https://domscan.net/docs/dns-security

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Domain to analyze.
string | null
Base URL of the DomScan API.Default: null.

Check domain availability

Action ID: tools.domscan.check_domain_availability Check domain availability. Calls GET /v1/status directly. Reference: https://domscan.net/docs/check-availability

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string | null
Base URL of the DomScan API.Default: null.
string | null
Single-domain shortcut for one TLD, for example “mycompany.com”.Default: null.
string | null
Domain name without TLD. Use together with tlds (e.g., “example” for example.com).Default: null.
boolean | null
Return cached results if available (faster).Default: null.
string | null
Comma-separated list of TLDs to check (max 50). Use together with name.Default: null.

Check domain health

Action ID: tools.domscan.check_domain_health Check domain health. Calls GET /v1/health directly. Reference: https://domscan.net/docs/health

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Domain or subdomain to analyze (e.g. example.com or blog.example.com).
string | null
Base URL of the DomScan API.Default: null.
boolean | null
Include detailed breakdown. DomScan defaults to true.Default: null.

Check social handles

Action ID: tools.domscan.check_social_handles Check social handles. Calls GET /v1/social directly. Reference: https://domscan.net/docs/social

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Social handle to check, without a leading @.
string | null
Base URL of the DomScan API.Default: null.
string | null
Comma-separated platforms to check. Defaults to all known social platforms. Aliases listed by GET /v1/social/info are accepted.Default: null.
string | null
Optional comma-separated resource types. If platforms is omitted, the request checks only these resources. Aliases listed by GET /v1/social/info are accepted.Default: null.

Detect typosquatting

Action ID: tools.domscan.detect_typosquatting Detect typosquatting. Calls GET /v1/typos directly. Reference: https://domscan.net/docs/typosquatting

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Domain to analyze for typosquatting risks.
string | null
Base URL of the DomScan API.Default: null.
boolean | null
Check if generated typos are actually registered. Disabled by default and capped for faster responses.Default: null.
boolean | null
Include TLD variation permutations (e.g., .co instead of .com). DomScan defaults to true.Default: null.
integer | null
Maximum permutations to generate and check. DomScan defaults to 100.Default: null.

Find subdomains

Action ID: tools.domscan.find_subdomains Find subdomains. Calls GET /v1/subdomains directly. Reference: https://domscan.net/docs/subdomains

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Root domain to search.
string | null
Base URL of the DomScan API.Default: null.
boolean | null
Return wildcard certificate SAN patterns in the separate wildcards array. Wildcards are never mixed into the concrete hostname list. DomScan defaults to false.Default: null.
integer | null
Maximum number of concrete hostname entries to return, from 1 through 2000. DomScan defaults to 500.Default: null.
boolean | null
Serve cached results only. If no fresh or stale cache is available, the API returns 202, queues a background refresh, and refunds the request credits. DomScan defaults to false.Default: null.
string | null
Compatibility selector. Only ct is accepted. It starts the passive discovery pipeline, but response entries identify the provider that supplied their evidence.Default: null.
boolean | null
Check DNS only for the returned names. Verification does not discover additional names. DomScan defaults to false.Default: null.

Get certificates

Action ID: tools.domscan.get_certificates Get certificates. Calls GET /v1/certificates directly. Reference: https://domscan.net/docs/ssl-certificates

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Domain to search certificate transparency logs for.
string | null
Base URL of the DomScan API.Default: null.
string | null
Offset cursor from pagination.next_cursor in the previous page.Default: null.
boolean | null
Include certificates that have already expired.Default: null.
boolean | null
Include certificates issued for subdomains of the requested domain. DomScan defaults to true.Default: null.
integer | null
Maximum certificates to return on this page. DomScan defaults to 100.Default: null.

Get coverage

Action ID: tools.domscan.get_coverage Get coverage. Calls GET /v1/coverage directly. Reference: https://domscan.net/docs/coverage

Input fields

string | null
Base URL of the DomScan API.Default: null.
string | null
Set to 1 to include live RDAP endpoint health checks.Default: null.

Get DNS records

Action ID: tools.domscan.get_dns_records Get DNS records. Calls GET /v1/dns directly. Reference: https://domscan.net/docs/dns-lookup

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Domain to query DNS records for.
string | null
Base URL of the DomScan API.Default: null.
string | null
DNS record type to query, one of A, AAAA, MX, NS, TXT, SOA, CNAME, CAA, PTR, or SRV. DomScan defaults to A.Default: null.

Get domain overview

Action ID: tools.domscan.get_domain_overview Get a domain overview. Calls GET /v1/overview directly. Reference: https://domscan.net/docs

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Domain to analyze.
string | null
Base URL of the DomScan API.Default: null.

Get domain reputation

Action ID: tools.domscan.get_domain_reputation Get domain reputation. Calls GET /v1/reputation directly. Reference: https://domscan.net/docs/reputation

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Domain to score for reputation.
string | null
Base URL of the DomScan API.Default: null.

Suggest domains

Action ID: tools.domscan.suggest_domains Suggest domains. Calls GET /v1/suggest directly. Reference: https://domscan.net/docs/suggestions

Secrets

Required secrets:
  • domscan: required values DOMSCAN_API_KEY.

Input fields

string
required
Comma-separated keywords (max 10).
string | null
Base URL of the DomScan API.Default: null.
boolean | null
Check availability of suggestions. DomScan defaults to true.Default: null.
string | null
Industry for targeted suggestions, one of tech, finance, health, ecommerce, education, media, saas, crypto, ai, or gaming.Default: null.
string | null
Language for prefixes/suffixes (romanized for non-Latin scripts). 30 languages supported. DomScan defaults to en.Default: null.
integer | null
Max suggestions (1-100). DomScan defaults to 20.Default: null.
string | null
Suggestion style preference, one of brandable, keyword-rich, short, pronounceable, techy, playful, professional, or minimal. DomScan defaults to brandable.Default: null.
string | null
Target TLDs. DomScan defaults to com,io,ai,co,app.Default: null.