Skip to content

Hostname

tools4books.com

Last fetched

tools4books.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NO.

Nutrition Label

WHISPER CANON · tools4books.comRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/tools4books.com

Resolution chain

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

IPPrefixASNOperatorCountry
52.84.50.12752.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.8252.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.84.50.9452.84.50.0/24AS16509AMAZON-02 - Amazon.com, Inc.NO
52.85.31.12652.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.4552.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.8352.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.9452.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with tools4books.com in WhisperGraph.

Subdomains

1 observed subdomain of tools4books.com.

Threat posture

History

Related pages

Pivot deeper into the graph from tools4books.com.

Cypher and MCP

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

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