Skip to content

Hostname

branzeo.com

Last fetched

branzeo.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · branzeo.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.6/10canon.whisper.security/host/branzeo.com

Resolution chain

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

IPPrefixASNOperatorCountry
162.159.56.118162.159.48.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
46.101.74.2846.101.72.0/21AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCGB
95.215.108.16995.215.108.0/24AS207713RU

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

8 observed subdomains of branzeo.com.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for branzeo.com.

MechanismTarget
SPF_Abranzeo.com
SPF_INCLUDEspf.stackmail.com
SPF_MXbranzeo.com

Related pages

Pivot deeper into the graph from branzeo.com.

Cypher and MCP

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

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