Skip to content

Hostname

docs.nframes.com

Last fetched

docs.nframes.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.

Nutrition Label

WHISPER CANON · docs.nframes.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/docs.nframes.com

Resolution chain

docs.nframes.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.33.235.10913.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.12413.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.6713.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.8513.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
18.154.43.10618.154.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
18.154.43.4018.154.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
18.154.43.4118.154.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE
18.154.43.8518.154.40.0/22AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with docs.nframes.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from docs.nframes.com in the public web crawl.

5 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from docs.nframes.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "docs.nframes.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.