Skip to content

Hostname

blue-berlin.blogspot.com

Last fetched

blue-berlin.blogspot.com resolves to 3 IPv4 addresses operated by AS132883 in CN.

Nutrition Label

WHISPER CANON · blue-berlin.blogspot.comRouting diversity3.0/10Peering density8.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/blue-berlin.blogspot.com

Resolution chain

blue-berlin.blogspot.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.56.16.112103.56.16.0/24AS132883CN
142.251.140.161142.251.140.0/24AS15169GOOGLE - Google LLCUS
142.251.221.1142.250.0.0/15AS15169GOOGLE - Google LLCPH

WHOIS identity

No WHOIS records are currently associated with blue-berlin.blogspot.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from blue-berlin.blogspot.com.

Cypher and MCP

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

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

Or query Whisper from your own LLM workflow via the Whisper MCP server.