Hostname
betterfly.maykor.com
Last fetched
betterfly.maykor.com resolves to 4 IPv4 addresses operated by AS197258 in RU.
Nutrition Label
Resolution chain
betterfly.maykor.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 91.217.180.161 | 91.217.180.0/24 | AS197258 | — | RU |
| 91.217.180.162 | 91.217.180.0/24 | AS197258 | — | RU |
| 91.217.180.163 | 91.217.180.0/24 | AS197258 | — | RU |
| 91.217.180.164 | 91.217.180.0/24 | AS197258 | — | RU |
WHOIS identity
No WHOIS records are currently associated with betterfly.maykor.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for betterfly.maykor.com.
| Mechanism | Target |
|---|---|
| SPF_A | betterfly.maykor.com |
| SPF_INCLUDE | _spf.mail.ru |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | smtp.send-box.ru |
| SPF_IP | 94.139.244.5 |
| SPF_IP | 94.139.244.6 |
| SPF_MX | betterfly.maykor.com |
Related pages
Pivot deeper into the graph from betterfly.maykor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "betterfly.maykor.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.