Hostname
ccoo.app
Last fetched
ccoo.app resolves to 1 IPv4 address operated by CITYLINE-AS Cityline Networks Pvt Ltd in ES. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
ccoo.app 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 |
|---|---|---|---|---|
| 82.152.2.95 | 82.152.2.0/24 | AS214855 | CITYLINE-AS Cityline Networks Pvt Ltd | ES |
WHOIS identity
- Registrar
- iana:106
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of ccoo.app.
Web-graph footprint
Distinct hostnames that link to or from ccoo.app in the public web crawl.
52 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for ccoo.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.ccoo.es |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf1.ccoo.es |
| SPF_INCLUDE | spf.ivcert.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 108.163.201.230/32 |
| SPF_IP | 159.69.114.174 |
| SPF_IP | 195.76.57.0/24 |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 35.246.163.238/32 |
| SPF_IP | 37.60.224.182/32 |
| SPF_IP | 49.13.123.66/32 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 74.125.148.0/22 |
| SPF_IP | 74.125.244.0/22 |
| SPF_IP | 77.104.186.229/32 |
| SPF_IP | 82.152.2.110 |
| SPF_IP | 82.152.2.112 |
Related pages
Pivot deeper into the graph from ccoo.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccoo.app"})-[: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.