Skip to content

Hostname

sun.ac.za

Last fetched

sun.ac.za resolves to 1 IPv4 address operated by AS2018 in ZA.

Nutrition Label

WHISPER CANON · sun.ac.zaRouting diversity1.5/10Peering density6.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/sun.ac.za

Resolution chain

sun.ac.za resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
146.232.21.213146.232.0.0/17AS2018ZA

WHOIS identity

No WHOIS records are currently associated with sun.ac.za in WhisperGraph.

Subdomains

685 observed subdomains of sun.ac.za.

Web-graph footprint

Distinct hostnames that link to or from sun.ac.za in the public web crawl.

2,802 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for sun.ac.za.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf_c.oraclecloud.com
SPF_IP146.232.128.49
SPF_IP146.232.128.59
SPF_IP146.232.20.42
SPF_IP146.232.20.66
SPF_IP146.232.21.91
SPF_IP146.232.64.12/30

Related pages

Pivot deeper into the graph from sun.ac.za.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "sun.ac.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.