Hostname
ictglobe.co.za
Last fetched
ictglobe.co.za resolves to 1 IPv4 address operated by AS37239 in ZA.
Nutrition Label
Resolution chain
ictglobe.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 |
|---|---|---|---|---|
| 197.234.20.223 | 197.234.20.0/23 | AS37239 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with ictglobe.co.za in WhisperGraph.
Subdomains
101 observed subdomains of ictglobe.co.za.
Showing 25 of 101. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for ictglobe.co.za.
| Mechanism | Target |
|---|---|
| SPF_A | ictglobe.co.za |
| SPF_A | mx2.snaptel.io |
| SPF_A | relay.ictglobe.co.za |
| SPF_A | spf-za.ro |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 154.72.62.203/32 |
| SPF_IP | 172.16.6.18/32 |
| SPF_IP | 172.16.88.254/32 |
| SPF_IP | 197.189.255.250/32 |
| SPF_IP | 197.234.23.100/32 |
| SPF_IP | 41.76.200.36/32 |
| SPF_IP | 41.76.201.120/32 |
| SPF_IP | 41.76.201.172/32 |
| SPF_IP | 41.76.201.209/32 |
| SPF_IP | 41.76.203.24/32 |
| SPF_IP | 41.76.206.227/32 |
| SPF_MX | ictglobe.co.za |
Related pages
Pivot deeper into the graph from ictglobe.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ictglobe.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.