Hostname
majorca.top
Last fetched
majorca.top resolves to 6 IPv4 addresses operated by AS56694 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
majorca.top resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:463
- Organization
- alexander o kalinichev
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for majorca.top.
| Mechanism | Target |
|---|---|
| SPF_A | majorca.top |
| SPF_INCLUDE | _spf.mail.ru |
| SPF_IP | 185.221.153.94 |
| SPF_IP | 188.127.243.191 |
| SPF_IP | 65.109.37.62 |
| SPF_IP | 78.46.49.7 |
| SPF_IP | 80.93.187.48 |
| SPF_MX | majorca.top |
Related pages
Pivot deeper into the graph from majorca.top.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "majorca.top"})-[: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.