Hostname
cellc.co.za
Last fetched
cellc.co.za resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:zacr as the registrar.
Nutrition Label
Resolution chain
cellc.co.za resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.4.83 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.5.83 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 41.50.26.204 | 41.50.0.0/16 | AS37168 | — | ZA |
WHOIS identity
- Registrar
- registrar:zacr
- Organization
- cell c (pty)
- Contact emails
Subdomains
75 observed subdomains of cellc.co.za.
Showing 25 of 75. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cellc.co.za in the public web crawl.
529 sites link to this hostname.
66 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for cellc.co.za.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.insidedata.co.za |
| SPF_INCLUDE | eversrv.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | za._netblocks.mimecast.com |
| SPF_IP | 148.59.101.16/28 |
| SPF_IP | 18.168.140.58/32 |
| SPF_IP | 18.168.51.200/32 |
| SPF_MX | cellc.co.za |
Related pages
Pivot deeper into the graph from cellc.co.za.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cellc.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.