Skip to content

Hostname

platform.boxknight.com

Last fetched

platform.boxknight.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AT.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
3.165.206.1123.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
3.165.206.303.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
3.165.206.373.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
3.165.206.803.165.206.0/23AS16509AMAZON-02 - Amazon.com, Inc.AT
3.171.139.113.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.123.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.303.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.503.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with platform.boxknight.com in WhisperGraph.

Subdomains

1 observed subdomain of platform.boxknight.com.

Threat posture

History

Related pages

Pivot deeper into the graph from platform.boxknight.com.

Cypher and MCP

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

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