Skip to content

Hostname

client2.dev.forewarn.com

Last fetched

client2.dev.forewarn.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in US.

Nutrition Label

WHISPER CANON · client2.dev.forewarn.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/client2.dev.forewarn.com

Resolution chain

client2.dev.forewarn.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.70.121.27104.70.120.0/23AS20940AKAMAI-ASN1US
104.70.121.82104.70.120.0/23AS20940AKAMAI-ASN1US
49.231.114.14649.231.112.0/20AS45430SBN-AWN-IIG-AS-AP SBN-IIGAWN-IIG transit providerTH
49.231.114.24249.231.112.0/20AS45430SBN-AWN-IIG-AS-AP SBN-IIGAWN-IIG transit providerTH

WHOIS identity

No WHOIS records are currently associated with client2.dev.forewarn.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from client2.dev.forewarn.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "client2.dev.forewarn.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.