Hostname
caspian-star.com
Last fetched
caspian-star.com resolves to 2 IPv4 addresses operated by AS60631 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
caspian-star.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 |
|---|---|---|---|---|
| 171.22.25.102 | 171.22.25.0/24 | AS60631 | — | IR |
| 82.115.25.55 | 82.115.25.0/24 | AS212552 | — | DE |
WHOIS identity
- Registrar
- iana:113
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of caspian-star.com.
| Subdomain |
|---|
| mail.caspian-star.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for caspian-star.com.
| Mechanism | Target |
|---|---|
| SPF_A | caspian-star.com |
| SPF_IP | 171.22.25.102 |
| SPF_IP | 82.115.25.55 |
| SPF_MX | caspian-star.com |
Related pages
Pivot deeper into the graph from caspian-star.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caspian-star.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.