Hostname
internect.co.za
Last fetched
internect.co.za resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
internect.co.za 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 |
|---|---|---|---|---|
| 104.21.46.187 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.141.99 | 172.67.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with internect.co.za in WhisperGraph.
Subdomains
14 observed subdomains of internect.co.za.
Showing 13 of 14. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for internect.co.za.
| Mechanism | Target |
|---|---|
| SPF_A | internect.co.za |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 185.199.220.0/22 |
| SPF_IP | 185.199.220.51 |
| SPF_IP | 197.85.186.210 |
| SPF_IP | 31.216.48.1/32 |
| SPF_IP | 41.79.92.203 |
| SPF_IP | 77.72.0.154/24 |
| SPF_MX | internect.co.za |
Related pages
Pivot deeper into the graph from internect.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "internect.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.