Hostname
c-data.co.il
Last fetched
c-data.co.il resolves to 1 IPv4 address operated by AS35280 in FR. WHOIS lists iana:10007 as the registrar.
Nutrition Label
Resolution chain
c-data.co.il 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 |
|---|---|---|---|---|
| 185.56.152.252 | 185.56.152.0/24 | AS35280 | — | FR |
WHOIS identity
- Registrar
- iana:10007
- Organization
- erez etzyion
- Contact emails
Subdomains
11 observed subdomains of c-data.co.il.
Web-graph footprint
Distinct hostnames that link to or from c-data.co.il in the public web crawl.
41 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for c-data.co.il.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.cloudingmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.90.203.30/32 |
| SPF_IP | 194.90.203.97/32 |
| SPF_IP | 82.166.97.70/32 |
| SPF_IP | 82.81.169.34/32 |
| SPF_IP | 82.81.169.35/32 |
| SPF_MX | admail365.co.il |
| SPF_MX | c-data.co.il |
Related pages
Pivot deeper into the graph from c-data.co.il.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "c-data.co.il"})-[: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.