Skip to content

Hostname

aic-node-api.jcwork.net

Last fetched

aic-node-api.jcwork.net resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE.

Nutrition Label

WHISPER CANON · aic-node-api.jcwork.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/aic-node-api.jcwork.net

Resolution chain

aic-node-api.jcwork.net resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.139.86.103108.139.86.0/24AS16509AMAZON-02 - Amazon.com, Inc.AE
108.139.86.41108.139.86.0/24AS16509AMAZON-02 - Amazon.com, Inc.AE
108.139.86.64108.139.86.0/24AS16509AMAZON-02 - Amazon.com, Inc.AE
108.139.86.85108.139.86.0/24AS16509AMAZON-02 - Amazon.com, Inc.AE
52.85.31.2052.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.2352.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.5852.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.5952.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with aic-node-api.jcwork.net in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from aic-node-api.jcwork.net.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "aic-node-api.jcwork.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.