Hostname
cp.50plus.ch
Last fetched
cp.50plus.ch resolves to 2 IPv4 addresses operated by TELE2LV-AS in US.
Nutrition Label
Resolution chain
cp.50plus.ch 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 |
|---|---|---|---|---|
| 143.244.49.180 | 143.244.48.0/22 | AS60068 | TELE2LV-AS | US |
| 185.111.111.154 | 185.111.111.0/24 | AS212238 | MIKRONIKA | DE |
WHOIS identity
No WHOIS records are currently associated with cp.50plus.ch in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from cp.50plus.ch in the public web crawl.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from cp.50plus.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cp.50plus.ch"})-[: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.