Hostname
scalefusion.com
Last fetched
scalefusion.com resolves to 15 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
scalefusion.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:1910
- Organization
- ben werther
- Contact emails
Subdomains
84 observed subdomains of scalefusion.com.
Showing 25 of 84. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from scalefusion.com in the public web crawl.
764 sites link to this hostname.
110 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for scalefusion.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf1.scalefusion.com |
| SPF_IP | 103.117.158.0/24 |
| SPF_IP | 103.117.159.0/24 |
| SPF_IP | 103.89.74.0/24 |
| SPF_IP | 103.89.74.17/32 |
| SPF_IP | 103.89.74.18/32 |
| SPF_IP | 104.130.122.0/23 |
| SPF_IP | 104.130.96.0/28 |
| SPF_IP | 108.179.144.0/20 |
| SPF_IP | 139.180.17.0/24 |
| SPF_IP | 141.193.184.128/25 |
Related pages
Pivot deeper into the graph from scalefusion.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scalefusion.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.