Hostname
valueventures.co.za
Last fetched
valueventures.co.za resolves to 1 IPv4 address operated by AS36994 in ZA.
Nutrition Label
Resolution chain
valueventures.co.za 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 |
|---|---|---|---|---|
| 41.0.5.207 | 41.0.5.0/24 | AS36994 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with valueventures.co.za in WhisperGraph.
Subdomains
9 observed subdomains of valueventures.co.za.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for valueventures.co.za.
| Mechanism | Target |
|---|---|
| SPF_A | spf1.gam.co.za |
| SPF_A | spf2.gam.co.za |
| SPF_A | valueventures.co.za |
| SPF_IP | 196.35.198.158 |
| SPF_IP | 197.96.139.236/32 |
| SPF_IP | 41.0.5.0/24 |
| SPF_IP | 41.0.5.1/24 |
| SPF_MX | valueventures.co.za |
Related pages
Pivot deeper into the graph from valueventures.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "valueventures.co.za"})-[: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.