Skip to content

Hostname

116.xg4ken.com

Last fetched

116.xg4ken.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · 116.xg4ken.comRouting diversity3.9/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/116.xg4ken.com

Resolution chain

116.xg4ken.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
35.75.159.7435.72.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.JP
52.198.27.14452.196.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
52.205.64.17052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.44.218.15452.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.226.132.3954.226.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with 116.xg4ken.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from 116.xg4ken.com in the public web crawl.

223 sites link to this hostname.

5 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from 116.xg4ken.com.

Cypher and MCP

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

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