Skip to content

Hostname

up.ac.za

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
137.215.11.46137.215.0.0/17AS2018ZA

WHOIS identity

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

Subdomains

6,008 observed subdomains of up.ac.za.

Web-graph footprint

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

3,179 sites link to this hostname.

10 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for up.ac.za.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEspf-up2.tuks.co.za
SPF_INCLUDEspf.antispamcloud.com
SPF_INCLUDEspf.smtp2go.com
SPF_INCLUDEspf.watermarkinsights.com
SPF_IP137.215.0.0/16
SPF_IP184.106.13.89/32
SPF_IP63.32.233.163

Related pages

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

Cypher and MCP

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

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