Hostname
wealthfundzone.com
Last fetched
wealthfundzone.com resolves to 3 IPv4 addresses operated by NOCIX - Nocix, LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
wealthfundzone.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.54.160.194 | 142.54.160.0/19 | AS33387 | NOCIX - Nocix, LLC | US |
| 15.235.34.146 | 15.235.0.0/17 | AS16276 | — | CA |
| 192.111.152.92 | 192.111.144.0/20 | AS31863 | DACEN-2 - Centrilogic, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
9 observed subdomains of wealthfundzone.com.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for wealthfundzone.com.
| Mechanism | Target |
|---|---|
| SPF_A | wealthfundzone.com |
| SPF_IP | 128.177.131.74/32 |
| SPF_IP | 128.177.131.75/32 |
| SPF_IP | 128.177.131.78/32 |
| SPF_IP | 128.177.131.79/32 |
| SPF_IP | 66.181.58.12/32 |
| SPF_IP | 66.181.58.3/32 |
| SPF_MX | wealthfundzone.com |
Related pages
Pivot deeper into the graph from wealthfundzone.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wealthfundzone.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.