Skip to content

Hostname

fbw.es

Last fetched

fbw.es resolves to 3 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in BE.

Nutrition Label

WHISPER CANON · fbw.esRouting diversity3.0/10Peering density8.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/fbw.es

Resolution chain

fbw.es resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.77.10.2034.77.0.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCBE
34.77.10.2034.77.0.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCBE
84.32.84.3284.32.84.0/24AS47583LT
46.225.47.13446.224.0.0/15AS24940DE

WHOIS identity

No WHOIS records are currently associated with fbw.es in WhisperGraph.

Subdomains

1 observed subdomain of fbw.es.

Subdomain
www.fbw.es

Threat posture

History

Related pages

Pivot deeper into the graph from fbw.es.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "fbw.es"})-[: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.