Hostname
zafuna.com
Last fetched
zafuna.com resolves to 2 IPv4 addresses operated by AS37611 in ZA. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
zafuna.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 41.76.213.113 | 41.76.208.0/21 | AS37611 | — | ZA |
| 41.76.214.120 | 41.76.208.0/21 | AS37611 | — | ZA |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
Subdomains
18 observed subdomains of zafuna.com.
Web-graph footprint
Distinct hostnames that link to or from zafuna.com in the public web crawl.
9 sites link to this hostname.
349 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- zafuna.com
SPF policy
4 SPF mechanisms authorising senders for zafuna.com.
| Mechanism | Target |
|---|---|
| SPF_A | zafuna.com |
| SPF_IP | 197.242.148.129 |
| SPF_IP | 41.76.214.120 |
| SPF_MX | zafuna.com |
Related pages
Pivot deeper into the graph from zafuna.com.
- IP · 41.76.213.113
- ASN · AS37611
- Registrar · iana:1861
- Country · ZA
- Email · af19b6f1f7864445b404cf4d34838df3.protect@whoisguard.com
- TLD · .com
- Browse hostnames · za…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zafuna.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.