Skip to content

Hostname

buzz.cr

Last fetched

buzz.cr resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · buzz.crRouting diversity1.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/buzz.cr

Resolution chain

buzz.cr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
35.167.5.14135.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with buzz.cr in WhisperGraph.

Subdomains

87 observed subdomains of buzz.cr.

Web-graph footprint

Distinct hostnames that link to or from buzz.cr in the public web crawl.

10 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for buzz.cr.

MechanismTarget
SPF_Abuzz.cr
SPF_INCLUDE45125046.spf03.hubspotemail.net
SPF_INCLUDE_spf.google.com
SPF_INCLUDEone.zoho.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEu1805473.wl.sendgrid.net
SPF_INCLUDEu1886767.wl.sendgrid.net
SPF_IP35.167.5.141
SPF_MXbuzz.cr

Related pages

Pivot deeper into the graph from buzz.cr.

Cypher and MCP

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

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