Hostname
megapolys.com
Last fetched
megapolys.com resolves to 2 IPv4 addresses operated by AS198610 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
megapolys.com 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 |
|---|---|---|---|---|
| 45.141.79.20 | 45.141.79.0/24 | AS198610 | — | RU |
| 159.194.204.6 | 159.194.204.0/24 | AS198610 | — | SE |
WHOIS identity
- Registrar
- iana:463
- Organization
- ltd. 'megapolis-baltika'
- Contact emails
Subdomains
4 observed subdomains of megapolys.com.
Web-graph footprint
Distinct hostnames that link to or from megapolys.com in the public web crawl.
164 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for megapolys.com.
| Mechanism | Target |
|---|---|
| SPF_A | megapolys.com |
| SPF_MX | megapolys.com |
Related pages
Pivot deeper into the graph from megapolys.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "megapolys.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.