Hostname
g-cdn.globbook.com
Last fetched
g-cdn.globbook.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA.
Nutrition Label
Resolution chain
g-cdn.globbook.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.160.170.124 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.30 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.72 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.91 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.171.61.106 | 3.171.60.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.61.107 | 3.171.60.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.61.114 | 3.171.60.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.61.117 | 3.171.60.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.26 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.31 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.40 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.43 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with g-cdn.globbook.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from g-cdn.globbook.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from g-cdn.globbook.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "g-cdn.globbook.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.