Hostname
cravendrix.info
Last fetched
cravendrix.info resolves to 2 IPv4 addresses operated by AS210756 in RU. WHOIS lists iana:1449 as the registrar.
Nutrition Label
Resolution chain
cravendrix.info 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 |
|---|---|---|---|---|
| 37.9.38.56 | 37.9.64.0/24 | AS210756 | — | RU |
| 37.9.38.59 | 37.9.64.0/24 | AS210756 | — | RU |
WHOIS identity
- Registrar
- iana:1449
- Organization
- —
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from cravendrix.info.
- IP · 37.9.38.56
- ASN · AS210756
- Registrar · iana:1449
- Country · RU
- Email · cravendrix.info.69330586959c9@domains-anonymizer.com
- TLD · .info
- Browse hostnames · cr…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cravendrix.info"})-[: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.