Hostname
buzz.cr
Last fetched
buzz.cr resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
buzz.cr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.167.5.141 | 35.160.0.0/13 | AS16509 | AMAZON-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.
Showing 25 of 87. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from buzz.cr in the public web crawl.
10 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for buzz.cr.
| Mechanism | Target |
|---|---|
| SPF_A | buzz.cr |
| SPF_INCLUDE | 45125046.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | one.zoho.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | u1805473.wl.sendgrid.net |
| SPF_INCLUDE | u1886767.wl.sendgrid.net |
| SPF_IP | 35.167.5.141 |
| SPF_MX | buzz.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.