Hostname
copalp.com
Last fetched
copalp.com resolves to 1 IPv4 address operated by AS21217 in CH. WHOIS lists iana:88 as the registrar.
Nutrition Label
Resolution chain
copalp.com 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 |
|---|---|---|---|---|
| 80.80.228.10 | 80.80.224.0/21 | AS21217 | — | CH |
WHOIS identity
- Registrar
- iana:88
- Organization
- copalp
- Contact emails
Subdomains
5 observed subdomains of copalp.com.
Showing 3 of 5. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from copalp.com in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for copalp.com.
| Mechanism | Target |
|---|---|
| SPF_A | copalp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 80.190.129.128/25 |
| SPF_IP | 81.223.29.250/32 |
| SPF_IP | 89.26.13.9/32 |
| SPF_MX | copalp.com |
Related pages
Pivot deeper into the graph from copalp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "copalp.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.