Hostname
cocoonpeak.com
Last fetched
cocoonpeak.com resolves to 2 IPv4 addresses operated by PLANETHOSTER-8 - PlanetHoster in CA. WHOIS lists iana:3240 as the registrar.
Nutrition Label
Resolution chain
cocoonpeak.com 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 |
|---|---|---|---|---|
| 199.59.247.242 | 199.59.247.0/24 | AS53589 | PLANETHOSTER-8 - PlanetHoster | CA |
| 46.250.220.133 | 46.250.192.0/19 | AS28824 | — | NO |
WHOIS identity
- Registrar
- iana:3240
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of cocoonpeak.com.
Web-graph footprint
Distinct hostnames that link to or from cocoonpeak.com in the public web crawl.
10 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for cocoonpeak.com.
| Mechanism | Target |
|---|---|
| SPF_A | cocoonpeak.com |
| SPF_INCLUDE | spf.jabatus.fr |
| SPF_IP | 109.234.161.15 |
| SPF_MX | cocoonpeak.com |
Related pages
Pivot deeper into the graph from cocoonpeak.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cocoonpeak.com"})-[: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.