Skip to content

Hostname

integrations.hello-charles.com

Last fetched

integrations.hello-charles.com resolves to 8 IPv4 addresses operated by ASN-4IXP 4b42 Internet Exchange Point in IE.

Nutrition Label

WHISPER CANON · integrations.hello-charles.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/integrations.hello-charles.com

Resolution chain

integrations.hello-charles.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.227.219.1140.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIE
13.227.219.190.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIE
13.227.219.890.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIE
13.227.219.90.0.0.0/0AS35708ASN-4IXP 4b42 Internet Exchange PointIE
3.161.213.1153.161.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
3.161.213.453.161.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
3.161.213.573.161.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
3.161.213.873.161.208.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

No WHOIS records are currently associated with integrations.hello-charles.com in WhisperGraph.

Subdomains

3 observed subdomains of integrations.hello-charles.com.

Threat posture

History

Related pages

Pivot deeper into the graph from integrations.hello-charles.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "integrations.hello-charles.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.