Hostname
authorizon.com
Last fetched
authorizon.com resolves to 1 IPv4 address operated by QOSL-AS-AP Qovic Online Solutions LLP in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
authorizon.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.198.14.52 | 104.198.0.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- contact privacy inc. customer 0150647750
- Contact emails
- admin@newvcorp.com
- authorizon.com@contactprivacy.com
- authorizon.com@superprivacyservice.com
- narwhalindustriesco@gmail.com
- 0af1a4f1-748f-4bc2-922b-9a9d7baad70a@identity-protect.org
- 178d125b-2292-4362-84ff-ca7be5eeb5d3@identity-protect.org
- 3ca1c74a-d4bb-4d45-8659-8fbc6297b615@identity-protect.org
- 548186e5-5bbb-48d8-b448-62abe90418af@identity-protect.org
- 9c291e63-994c-45e8-ab51-f79966612521@identity-protect.org
- c9ff3913-bfd8-4858-bd05-cf329e2f527e@identity-protect.org
- d15319d9-60a8-4660-8e68-a817f858418a@identity-protect.org
Subdomains
5 observed subdomains of authorizon.com.
Web-graph footprint
Distinct hostnames that link to or from authorizon.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for authorizon.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from authorizon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "authorizon.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.