Hostname
c2c.buzz
Last fetched
c2c.buzz resolves to 1 IPv4 address operated by WELLMARK - WELLMARK BLUE CROSS AND BLUE SHIELD in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
c2c.buzz 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 |
|---|---|---|---|---|
| 69.48.178.55 | 69.48.176.0/21 | AS55293 | WELLMARK - WELLMARK BLUE CROSS AND BLUE SHIELD | US |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
2 observed subdomains of c2c.buzz.
| Subdomain |
|---|
| mail.c2c.buzz |
| www.c2c.buzz |
Web-graph footprint
Distinct hostnames that link to or from c2c.buzz in the public web crawl.
229 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- c2c.buzz
SPF policy
4 SPF mechanisms authorising senders for c2c.buzz.
| Mechanism | Target |
|---|---|
| SPF_A | c2c.buzz |
| SPF_IP | 66.198.252.135 |
| SPF_IP | 69.48.178.55 |
| SPF_MX | c2c.buzz |
Related pages
Pivot deeper into the graph from c2c.buzz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "c2c.buzz"})-[: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.