All integrations
Domain intelligence

SecurityTrails OSINT integration

Current DNS records and subdomain inventory from SecurityTrails.

SecurityTrails on the free API returns live DNS (A, AAAA, MX, NS, TXT) and a subdomain list for a hostname. WHOIS, reverse WHOIS, reverse IP, and historical lookups are not included on this plan.

Capabilities
What this integration is designed to return.
Current DNS records with first-seen dates and shared-IP counts
Subdomain inventory for the queried hostname (first page, free-tier cap)
Best for
Typical investigation fits.
Checking a domain's live DNS footprint
Enumerating known subdomains without a paid SecurityTrails plan

Supported inputs & pricing

Prices are USD. LeakRadar tiers include unlock ceilings; other integrations are flat per query.

SecurityTrails SearchIn pricing by input type
Input typePrice
Domaindomain$0.50

How to access SecurityTrails

Access via SearchIn UI
Run the integration without leaving the dashboard.
  1. Open SearchIn and choose Domain.
  2. Select SecurityTrails as the provider.
  3. Review current DNS first, then filter subdomains.

What you'll see

  • ·DNS overview with A/MX/NS/TXT
  • ·Filterable subdomain list
Open with this integration
Access via API
Authenticate with x-api-key, then create a search job.

Use POST /v1/search with provider securitytrails. Poll GET /v1/search/{id} when status is running (FaceCheck).

curl -X POST "https://apiv1.osintverse.com/v1/search" \
  -H "Content-Type: application/json" \
  -H "x-api-key: ov_your_api_key" \
  -d '{"provider":"securitytrails","input_type":"domain","query":"example.com"}'

Sample queries

domain
example.com
Current DNS + subdomains

FAQ

How do I use SecurityTrails in SearchIn?

Open SearchIn and choose Domain. Select SecurityTrails as the provider. Review current DNS first, then filter subdomains.

How do I call SecurityTrails from the API?

Send POST /v1/search with provider: "securitytrails" and a supported input_type. Create an API key in the dashboard first.

What does it cost?

Domain: $0.50.