Hostname
spanfusion.tech
Last fetched
spanfusion.tech resolves to 2 IPv4 addresses operated by VODACOM- in ZA. WHOIS lists iana:1913 as the registrar.
Nutrition Label
Resolution chain
spanfusion.tech 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.1.71.226 | 41.1.64.0/18 | AS29975 | VODACOM- | ZA |
| 41.1.95.249 | 41.1.64.0/18 | AS29975 | VODACOM- | ZA |
WHOIS identity
- Registrar
- iana:1913
- Organization
- span fusion
- Contact emails
- —
Subdomains
16 observed subdomains of spanfusion.tech.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for spanfusion.tech.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.smtp2go.com |
| SPF_IP | 35.225.0.89 |
Related pages
Pivot deeper into the graph from spanfusion.tech.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spanfusion.tech"})-[: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.