OSINTverse

SecurityTrails

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

  • Current DNS records with first-seen dates and shared-IP counts
  • Subdomain inventory for the queried hostname (first page, free-tier cap)

What you get back

  • DNS overview with A/MX/NS/TXT
  • Filterable subdomain list

UI workflow

Open SearchIn and choose Domain.

Select SecurityTrails as the provider.

Review current DNS first, then filter subdomains.

Sample queries

Input typeQueryNotes
domainexample.comCurrent DNS + subdomains

Pricing

domain $0.50

Best for

  • Checking a domain's live DNS footprint
  • Enumerating known subdomains without a paid SecurityTrails plan

API example

$0.50 per query. Live runs charge the active workspace wallet — the same rates as the dashboard.

Sample data
Investigation results
completed

SecurityTrails · domain · example.com

A records

1

93.184.216.34

Subdomains

3

Hostname inventory

Alexa rank

120

Current popularity

example.com
Current DNS

A

93.184.216.34

AAAA

2606:2800:220:1:248:1893:25c8:1946

MX

10 mail.example.com

NS

a.iana-servers.net, b.iana-servers.net

SOA email

dns.example.com

TXT

v=spf1 -all

Subdomains
3
www.example.com
Subdomain
mail.example.com
Subdomain
api.example.com
Subdomain
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"}'

Invalid provider + input_type pairs return HTTP 422. Confirm combinations with GET /v1/providers or the pricing matrix.

Run this in the SearchIn UI or create an API key. Full HTTP reference: search workflow. Marketing overview: SecurityTrails integration.

On this page