Domain Lookup
GET {{baseUrl}}/domain-lookup?host=<string>&live=true
Retrieve domain name details and detect potentially malicious or dangerous domains
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
host | string | (Required) A domain name, hostname, FQDN, URL, HTML link or email address to lookup | |
live | boolean | For domains that we have never seen before then perform various live checks and realtime reconnaissance. <br>NOTE: this option may add additional non-deterministic delay to the request, if you require consistently fast API response times or just want to check our domain blocklists then you can disable this option |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"domain":"\u003cstring\u003e","is-malicious":"\u003cboolean\u003e","blocklists":["\u003cstring\u003e","\u003cstring\u003e"],"sensors":[{"id":"\u003cinteger\u003e","blocklist":"\u003cstring\u003e","description":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","blocklist":"\u003cstring\u003e","description":"\u003cstring\u003e"}],"valid":"\u003cboolean\u003e","fqdn":"\u003cstring\u003e","is-subdomain":"\u003cboolean\u003e","tld":"\u003cstring\u003e","tld-cc":"\u003cstring\u003e","rank":"\u003cinteger\u003e","is-gov":"\u003cboolean\u003e","is-opennic":"\u003cboolean\u003e","is-pending":"\u003cboolean\u003e","is-adult":"\u003cboolean\u003e","registered-date":"\u003cstring\u003e","age":"\u003cinteger\u003e","registrar-name":"\u003cstring\u003e","registrar-id":"\u003cinteger\u003e","dns-provider":"\u003cstring\u003e","mail-provider":"\u003cstring\u003e"}