Skip to content

Hostname

client.findigs.com

Last fetched

client.findigs.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.225.196.10013.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
13.225.196.11813.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
13.225.196.12013.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
13.225.196.813.225.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.CA
52.84.50.2352.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.4452.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.6052.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.9852.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO

WHOIS identity

No WHOIS records are currently associated with client.findigs.com in WhisperGraph.

Subdomains

2 observed subdomains of client.findigs.com.

Threat posture

History

Related pages

Pivot deeper into the graph from client.findigs.com.

Cypher and MCP

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

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