osint_domain_age
Check a domain's age, registration date, and expiry from live WHOIS data to evaluate trustworthiness and registration lifecycle. Returns age in days and human-readable string, registrar, name servers, and status.
Instructions
Domain Age Checker. Check a domain's age and registration lifecycle from live WHOIS data: creation/registration date, expiry date, computed age (in days plus a human string like "5 years, 2 months"), registrar, name servers, domain status, and whether privacy/proxy protection is in use. Sends an outbound WHOIS lookup at call time (port 43 to whois.iana.org / whois.internic.net / whois.verisign-grs.com, with an HTTP WHOIS-API fallback), so it reaches the public network and results reflect live registry state. Use this when you specifically want age/expiry/trust signals for a single domain; use network_whois for the full raw registration record of a domain or IP, and network_dns for live DNS records. Read-only and non-destructive but not idempotent (registry data and computed age change over time). CAPTCHA-gated and rate-limited (anonymous 5/min, 30/hour, 100/day). Returns a result object with the parsed fields plus an analysis list of trust/expiry notes and the raw WHOIS text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to check, without a URL path, for example youtube.com. A leading http:// or https:// scheme, a trailing path, and a :port are stripped before lookup; the host must be a valid dotted domain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | True when the request was processed (the WHOIS lookup itself may still have partially failed; check result.error). | |
| result | No | Parsed domain-age report. |