Hostname
fleek.co
Last fetched
fleek.co resolves to 6 IPv4 addresses operated by CDN77 _ in DE. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
fleek.co resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.199.36.10 | 138.199.36.0/23 | AS60068 | CDN77 _ | DE |
| 143.244.49.177 | 143.244.48.0/22 | AS60068 | CDN77 _ | US |
| 169.150.247.40 | 169.150.247.0/24 | AS60068 | CDN77 _ | DE |
| 185.111.111.159 | 185.111.111.0/24 | AS212238 | CDNEXT | DE |
| 195.181.166.158 | 195.181.166.0/24 | AS60068 | CDN77 _ | SE |
| 79.127.216.111 | 79.127.216.0/24 | AS60068 | CDN77 _ | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- registrant of fleek.co
- Contact emails
- —
Subdomains
30 observed subdomains of fleek.co.
Showing 25 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fleek.co in the public web crawl.
219 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from fleek.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fleek.co"})-[: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.