Hostname
warface.su
Last fetched
warface.su resolves to 3 IPv4 addresses operated by AS21051 in RU. WHOIS lists registrar:rucenter-su as the registrar.
Nutrition Label
Resolution chain
warface.su resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.211.131.161 | 195.211.128.0/22 | AS21051 | — | RU |
| 195.211.131.162 | 195.211.128.0/22 | AS21051 | — | RU |
| 95.181.181.13 | 95.181.181.0/24 | AS210756 | — | RU |
WHOIS identity
- Registrar
- registrar:rucenter-su
- Organization
- astrum
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from warface.su.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "warface.su"})-[: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.