Hostname
kuick.co
Last fetched
kuick.co resolves to 2 IPv4 addresses operated by AS7195 in CL. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
kuick.co 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 |
|---|---|---|---|---|
| 200.25.22.6 | 200.25.22.0/24 | AS7195 | — | CL |
| 84.17.59.117 | 84.17.58.0/23 | AS60068 | — | IT |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
12 observed subdomains of kuick.co.
Web-graph footprint
Distinct hostnames that link to or from kuick.co in the public web crawl.
7 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for kuick.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | grawtapp.com |
| SPF_INCLUDE | relay.cloudcone.email |
Related pages
Pivot deeper into the graph from kuick.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kuick.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.