Hostname
cps5.com
Last fetched
cps5.com resolves to 2 IPv4 addresses operated by AS139341 in DE. WHOIS lists iana:1556 as the registrar.
Nutrition Label
Resolution chain
cps5.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 |
|---|---|---|---|---|
| 43.152.26.58 | 43.152.26.0/24 | AS139341 | — | DE |
| 43.175.182.15 | 43.175.182.0/24 | AS139341 | — | US |
WHOIS identity
- Registrar
- iana:1556
- Organization
- yang yi
- Contact emails
Subdomains
7 observed subdomains of cps5.com.
Threat posture
History
Related pages
Pivot deeper into the graph from cps5.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cps5.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.