Hostname
analyzer.maps.yandex.net
Last fetched
analyzer.maps.yandex.net resolves to 3 IPv4 addresses operated by AS13238 in RU.
Nutrition Label
Resolution chain
analyzer.maps.yandex.net 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 |
|---|---|---|---|---|
| 213.180.204.164 | 213.180.192.0/19 | AS13238 | — | RU |
| 87.250.250.164 | 87.250.224.0/19 | AS13238 | — | RU |
| 93.158.134.164 | 93.158.128.0/18 | AS13238 | — | RU |
WHOIS identity
No WHOIS records are currently associated with analyzer.maps.yandex.net in WhisperGraph.
Subdomains
2 observed subdomains of analyzer.maps.yandex.net.
| Subdomain |
|---|
| ymm.analyzer.maps.yandex.net |
Showing 1 of 2. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from analyzer.maps.yandex.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "analyzer.maps.yandex.net"})-[: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.