Hostname
cp2.cloudhosting.lv
Last fetched
cp2.cloudhosting.lv resolves to 13 IPv4 addresses operated by AS58269 in LV.
Nutrition Label
Resolution chain
cp2.cloudhosting.lv resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with cp2.cloudhosting.lv in WhisperGraph.
Subdomains
1 observed subdomain of cp2.cloudhosting.lv.
| Subdomain |
|---|
| www.cp2.cloudhosting.lv |
Threat posture
History
Mail and authentication
MX records
- cp2.cloudhosting.lv
SPF policy
13 SPF mechanisms authorising senders for cp2.cloudhosting.lv.
| Mechanism | Target |
|---|---|
| SPF_A | cp2.cloudhosting.lv |
| SPF_A | dzintarukoncertzale.lv |
| SPF_A | mail.jahonts.com |
| SPF_IP | 91.220.43.25 |
| SPF_IP | 91.220.43.26 |
| SPF_IP | 91.220.43.28 |
| SPF_IP | 91.220.43.29 |
| SPF_IP | 91.220.43.32 |
| SPF_IP | 91.220.43.33 |
| SPF_IP | 91.220.43.36 |
| SPF_IP | 91.220.43.37 |
| SPF_IP | 91.220.43.41 |
| SPF_MX | cp2.cloudhosting.lv |
Related pages
Pivot deeper into the graph from cp2.cloudhosting.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cp2.cloudhosting.lv"})-[: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.