Hostname
miranda-ng.org
Last fetched
miranda-ng.org resolves to 2 IPv4 addresses operated by AS49505 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
miranda-ng.org 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 |
|---|---|---|---|---|
| 92.53.65.196 | 92.53.65.0/24 | AS49505 | — | RU |
| 139.100.207.143 | 139.100.204.0/22 | AS49505 | — | FR |
WHOIS identity
- Registrar
- iana:463
- Organization
- domain admin
- Contact emails
Subdomains
5 observed subdomains of miranda-ng.org.
Web-graph footprint
Distinct hostnames that link to or from miranda-ng.org in the public web crawl.
131 sites link to this hostname.
38 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- emx.mail.ru
- miranda-ng.org
SPF policy
2 SPF mechanisms authorising senders for miranda-ng.org.
| Mechanism | Target |
|---|---|
| SPF_A | miranda-ng.org |
| SPF_MX | miranda-ng.org |
Related pages
Pivot deeper into the graph from miranda-ng.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "miranda-ng.org"})-[: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.