Hostname
cosdate.at
Last fetched
cosdate.at resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
cosdate.at resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.154.144.72 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.78 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.81 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.97 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.173.197.65 | 3.173.196.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.197.7 | 3.173.196.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.197.88 | 3.173.196.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.197.95 | 3.173.196.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.192.151.104 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.127 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.29 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.36 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with cosdate.at in WhisperGraph.
Subdomains
1 observed subdomain of cosdate.at.
| Subdomain |
|---|
| wildcard.cosdate.at |
Threat posture
History
Related pages
Pivot deeper into the graph from cosdate.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cosdate.at"})-[: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.