Hostname
snaptel.io
Last fetched
snaptel.io resolves to 1 IPv4 address operated by AS37239 in ZA. WHOIS lists iana:1376 as the registrar.
Nutrition Label
Resolution chain
snaptel.io 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.16.27 | 197.234.16.0/22 | AS37239 | — | ZA |
WHOIS identity
- Registrar
- iana:1376
- Organization
- registrant of snaptel.io
- Contact emails
- —
Subdomains
175 observed subdomains of snaptel.io.
Showing 25 of 175. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for snaptel.io.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch1.ictglobe.co.za |
| SPF_A | dispatch2.ictglobe.co.za |
| SPF_A | mail.ictglobe.net |
| SPF_A | mail4.ictglobe.net |
| SPF_A | mx2.snaptel.io |
| SPF_A | relay.ictglobe.co.za |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.203.238.0/24 |
| SPF_MX | snaptel.io |
Related pages
Pivot deeper into the graph from snaptel.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "snaptel.io"})-[: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.