Hostname
cloud.tspk.org
Last fetched
cloud.tspk.org resolves to 2 IPv4 addresses operated by AS39323 in RU.
Nutrition Label
Resolution chain
cloud.tspk.org 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 |
|---|---|---|---|---|
| 193.25.190.84 | 193.25.190.0/24 | AS39323 | — | RU |
| 80.234.47.144 | 80.234.0.0/17 | AS12389 | — | RU |
WHOIS identity
No WHOIS records are currently associated with cloud.tspk.org in WhisperGraph.
Subdomains
2 observed subdomains of cloud.tspk.org.
Web-graph footprint
Distinct hostnames that link to or from cloud.tspk.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for cloud.tspk.org.
| Mechanism | Target |
|---|---|
| SPF_A | cloud.tspk.org |
| SPF_IP | 90.156.128.160 |
| SPF_IP | 90.156.128.178 |
| SPF_MX | cloud.tspk.org |
Related pages
Pivot deeper into the graph from cloud.tspk.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud.tspk.org"})-[: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.