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 type | Query | Notes |
|---|---|---|
domain | example.com | Current 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.
A records
1
93.184.216.34
Subdomains
3
Hostname inventory
Alexa rank
120
Current popularity
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.