Skip to content

Hostname

cosdate.at

Last fetched

cosdate.at resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · cosdate.atRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/cosdate.at

Resolution chain

cosdate.at resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.154.144.7218.154.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.144.7818.154.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.144.8118.154.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.154.144.9718.154.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.173.197.653.173.196.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.197.73.173.196.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.197.883.173.196.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.173.197.953.173.196.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
54.192.151.10454.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.12754.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.2954.192.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
54.192.151.3654.192.148.0/22AS16509AMAZON-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.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.