Hostname
shoptalkbuzz.blogspot.com
Last fetched
shoptalkbuzz.blogspot.com resolves to 11 IPv4 addresses operated by GOOGLE - Google LLC in JP.
Nutrition Label
Resolution chain
shoptalkbuzz.blogspot.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.250.196.129 | 142.251.40.0/24 | AS15169 | GOOGLE - Google LLC | JP |
| 172.217.162.193 | 172.223.192.0/19 | AS15169 | GOOGLE - Google LLC | US |
| 172.217.162.225 | 172.223.192.0/19 | AS15169 | GOOGLE - Google LLC | US |
| 172.217.172.129 | 172.223.192.0/19 | AS15169 | GOOGLE - Google LLC | BR |
| 172.217.172.161 | 172.223.192.0/19 | AS15169 | GOOGLE - Google LLC | AR |
| 172.217.28.193 | 172.217.208.0/24 | AS15169 | GOOGLE - Google LLC | AR |
| 172.217.29.193 | 172.217.209.0/24 | AS15169 | GOOGLE - Google LLC | BR |
| 172.217.29.33 | 172.217.209.0/24 | AS15169 | GOOGLE - Google LLC | BR |
| 172.217.30.1 | 172.217.210.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 172.217.30.97 | 172.217.210.0/24 | AS15169 | GOOGLE - Google LLC | US |
| 172.253.62.132 | 172.255.0.0/24 | AS15169 | GOOGLE - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with shoptalkbuzz.blogspot.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from shoptalkbuzz.blogspot.com in the public web crawl.
37 sites link to this hostname.
836 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from shoptalkbuzz.blogspot.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shoptalkbuzz.blogspot.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.