Skip to content

Hostname

supplychainshaman.uthereal.dev

Last fetched

supplychainshaman.uthereal.dev resolves to 8 IPv4 addresses operated by AS18001 in AE.

Nutrition Label

WHISPER CANON · supplychainshaman.uthereal.devRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/supplychainshaman.uthereal.dev

Resolution chain

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

IPPrefixASNOperatorCountry
13.224.236.1260.0.0.0/0AS18001AE
13.224.236.220.0.0.0/0AS18001AE
13.224.236.30.0.0.0/0AS18001AE
13.224.236.830.0.0.0/0AS18001AE
13.35.37.10113.35.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
13.35.37.10913.35.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
13.35.37.11213.35.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
13.35.37.6613.35.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with supplychainshaman.uthereal.dev in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from supplychainshaman.uthereal.dev.

Cypher and MCP

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

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