Hostname
m.yandex.com
Last fetched
m.yandex.com resolves to 3 IPv4 addresses operated by TELETECH - Edge Technology Plus d.o.o. Beograd in RU.
Nutrition Label
Resolution chain
m.yandex.com 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 |
|---|---|---|---|---|
| 5.255.255.77 | 5.255.255.0/24 | AS208398 | TELETECH - Edge Technology Plus d.o.o. Beograd | RU |
| 77.88.44.55 | 77.88.44.0/24 | AS208398 | TELETECH - Edge Technology Plus d.o.o. Beograd | RU |
| 77.88.55.88 | 77.88.55.0/24 | AS208398 | TELETECH - Edge Technology Plus d.o.o. Beograd | RU |
WHOIS identity
No WHOIS records are currently associated with m.yandex.com in WhisperGraph.
Subdomains
1 observed subdomain of m.yandex.com.
| Subdomain |
|---|
| www.m.yandex.com |
Web-graph footprint
Distinct hostnames that link to or from m.yandex.com in the public web crawl.
21 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for m.yandex.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.yandex.ru |
Related pages
Pivot deeper into the graph from m.yandex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.yandex.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.