Hostname
express.express.ms
Last fetched
express.express.ms resolves to 3 IPv4 addresses operated by YANDEXCLOUD in RU.
Nutrition Label
Resolution chain
express.express.ms 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 |
|---|---|---|---|---|
| 178.154.245.164 | 178.154.245.0/24 | AS200350 | YANDEXCLOUD | RU |
| 51.250.115.218 | 51.250.112.0/21 | AS200350 | YANDEXCLOUD | RU |
| 51.250.126.102 | 51.250.126.0/24 | AS200350 | YANDEXCLOUD | RU |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from express.express.ms.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "express.express.ms"})-[: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.