Skip to content

Hostname

i205484.net

Last fetched

i205484.net resolves to 7 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.

Nutrition Label

WHISPER CANON · i205484.netRouting diversity4.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/i205484.net

Resolution chain

i205484.net resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.20.160.31107.77.68.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.112.140.2033.124.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.JP
34.237.99.4335.7.0.0/18AS14618AMAZON-AES - Amazon.com, Inc.US
44.207.245.15845.2.207.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.196.97.22252.216.11.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP
52.87.53.5852.92.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
54.250.175.24355.1.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

Registrar
iana:468
Organization
domain registration
Contact emails

Subdomains

1 observed subdomain of i205484.net.

Threat posture

History

Related pages

Pivot deeper into the graph from i205484.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "i205484.net"})-[: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.