Skip to content

Hostname

staging.dexzcodes.com

Last fetched

staging.dexzcodes.com resolves to 6 IPv4 addresses operated by AWS-GOVCLOUD AWS-GOVCLOUD in US.

Nutrition Label

WHISPER CANON · staging.dexzcodes.comRouting diversity3.5/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/staging.dexzcodes.com

Resolution chain

staging.dexzcodes.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.31.180.2253.30.0.0/15AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
3.32.10.1063.32.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
3.32.118.1233.32.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
52.61.206.7952.61.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
52.61.82.11952.61.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
56.137.83.16356.137.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

No WHOIS records are currently associated with staging.dexzcodes.com in WhisperGraph.

Subdomains

1 observed subdomain of staging.dexzcodes.com.

Threat posture

History

Related pages

Pivot deeper into the graph from staging.dexzcodes.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "staging.dexzcodes.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 20

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