Hostname
cll.gr
Last fetched
cll.gr resolves to 2 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
cll.gr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 135.125.104.145 | 135.125.0.0/17 | AS16276 | — | FR |
| 65.108.104.232 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with cll.gr in WhisperGraph.
Subdomains
11 observed subdomains of cll.gr.
Web-graph footprint
Distinct hostnames that link to or from cll.gr in the public web crawl.
5 sites link to this hostname.
38 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cll.gr.
| Mechanism | Target |
|---|---|
| SPF_A | cll.gr |
| SPF_INCLUDE | dimenoc.com |
| SPF_INCLUDE | spf.mfilter.dimenoc.com |
| SPF_IP | 72.29.73.171 |
| SPF_MX | cll.gr |
Related pages
Pivot deeper into the graph from cll.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cll.gr"})-[: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.