Skip to content

Hostname

view.dev-knowledgevision.com

Last fetched

view.dev-knowledgevision.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in MY.

Nutrition Label

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

Resolution chain

view.dev-knowledgevision.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.161.179.1018.161.179.0/24AS16509AMAZON-02 - Amazon.com, Inc.MY
18.161.179.10318.161.179.0/24AS16509AMAZON-02 - Amazon.com, Inc.MY
18.161.179.12718.161.179.0/24AS16509AMAZON-02 - Amazon.com, Inc.MY
18.161.179.5418.161.179.0/24AS16509AMAZON-02 - Amazon.com, Inc.MY
3.163.60.1043.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO
3.163.60.493.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO
3.163.60.533.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO
3.163.60.823.163.60.0/24AS16509AMAZON-02 - Amazon.com, Inc.CO

WHOIS identity

No WHOIS records are currently associated with view.dev-knowledgevision.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from view.dev-knowledgevision.com.

Cypher and MCP

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

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