Hostname
gpge.co.za
Last fetched
gpge.co.za resolves to 1 IPv4 address operated by Vodacom - Vodacom in ZA.
Nutrition Label
Resolution chain
gpge.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.21.130.33 | 41.21.128.0/20 | AS36994 | Vodacom - Vodacom | ZA |
WHOIS identity
No WHOIS records are currently associated with gpge.co.za in WhisperGraph.
Subdomains
2 observed subdomains of gpge.co.za.
| Subdomain |
|---|
| mail.gpge.co.za |
| www.gpge.co.za |
Web-graph footprint
Distinct hostnames that link to or from gpge.co.za in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for gpge.co.za.
| Mechanism | Target |
|---|---|
| SPF_A | gpge.co.za |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.209.115 |
| SPF_IP | 41.0.33.166/32 |
| SPF_IP | 41.0.7.123/32 |
Related pages
Pivot deeper into the graph from gpge.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gpge.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.