Hostname
cozmos.com
Last fetched
cozmos.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cozmos.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 75.2.63.224 | 75.2.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.202.199 | 99.83.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of cozmos.com owner
- Contact emails
- domains@ttsauto.com
- 1f994425-60f9-4dfa-834b-3e3f76a037a6@identity-protect.org
- 5c2ed487-ceb6-4d2f-ad39-9183ad593dbc@identity-protect.org
- 7f8e4c1a-e13f-43d9-9916-8a167b677a87@identity-protect.org
- 8d0486ac-bcc4-48d6-b369-7844b5ba0c41@identity-protect.org
- a7aa0311-66ef-42f9-869e-a1a802c00571@identity-protect.org
- e85d2230-0be6-432d-b462-28b83b627141@identity-protect.org
- f082a5f2-6a48-4758-9868-ec7c5f745799@identity-protect.org
Subdomains
7 observed subdomains of cozmos.com.
Web-graph footprint
Distinct hostnames that link to or from cozmos.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for cozmos.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from cozmos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cozmos.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.