Skip to content

Hostname

dev.archetyp.cc

Last fetched

dev.archetyp.cc resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dev.archetyp.ccRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dev.archetyp.cc

Resolution chain

dev.archetyp.cc resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.249.141.3213.249.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.141.3413.249.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.141.3713.249.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.249.141.4813.249.136.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.170.249.1113.170.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.PH
3.170.249.1203.170.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.PH
3.170.249.603.170.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.PH
3.170.249.993.170.248.0/22AS16509AMAZON-02 - Amazon.com, Inc.PH

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.archetyp.cc.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dev.archetyp.cc"})-[: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.