Skip to content

Hostname

static.karaconnect.com

Last fetched

static.karaconnect.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.160.10.1518.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.10.2218.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.10.5818.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.160.10.9518.160.8.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.2718.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.5218.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.6318.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.219.7518.173.218.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with static.karaconnect.com in WhisperGraph.

Subdomains

2 observed subdomains of static.karaconnect.com.

Threat posture

History

Related pages

Pivot deeper into the graph from static.karaconnect.com.

Cypher and MCP

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

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