Securitytrails Dns History
securitytrails_dns_historyHistorical DNS records for . Returns past record values with first/last-seen dates for a given record type (a, aaaa, mx, ns, soa, txt). Example: securitytrails_dns_history({ hostname: "github.com", type: "a", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | DNS record type: a, aaaa, mx, ns, soa, or txt (default "a") | |
| _apiKey | Yes | SecurityTrails API key | |
| hostname | Yes | Apex domain / hostname, e.g. "github.com" |