Hostname
edu.za
Last fetched
edu.za resolves to 1 IPv4 address operated by POSIX-AFRICA in ZA. WHOIS lists registrar:za domain name authority as the registrar.
Nutrition Label
Resolution chain
edu.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 |
|---|---|---|---|---|
| 192.96.24.1 | 192.96.24.0/24 | AS6083 | POSIX-AFRICA | ZA |
WHOIS identity
- Registrar
- registrar:za domain name authority
- Organization
- cedrick lumadi
- Contact emails
Subdomains
171 observed subdomains of edu.za.
Showing 25 of 171. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from edu.za in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from edu.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edu.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.