Hostname
crimea-24.com
Last fetched
crimea-24.com resolves to 2 IPv4 addresses operated by AS29182 in RU. WHOIS lists iana:1418 as the registrar.
Nutrition Label
Resolution chain
crimea-24.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 |
|---|---|---|---|---|
| 62.109.18.52 | 62.109.16.0/21 | AS29182 | — | RU |
| 94.198.54.7 | 94.198.52.0/22 | AS56694 | — | RU |
WHOIS identity
- Registrar
- iana:1418
- Organization
- whoisprotectservice.net protectservice,
- Contact emails
Subdomains
3 observed subdomains of crimea-24.com.
Web-graph footprint
Distinct hostnames that link to or from crimea-24.com in the public web crawl.
772 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for crimea-24.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.mail.ru |
Related pages
Pivot deeper into the graph from crimea-24.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "crimea-24.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.