Skip to content

Hostname

i2k.logicsolutions.com

Last fetched

i2k.logicsolutions.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

i2k.logicsolutions.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.51.225.229100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.216.96.15313.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.211.56.1518.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.235.31.16418.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.219.120.1583.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.230.233.2433.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.233.183.8934.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.168.239.22335.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.182.10044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.203.177.24852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.168.19752.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.82.235.854.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with i2k.logicsolutions.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from i2k.logicsolutions.com.

Cypher and MCP

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

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