Hostname
mail.vlevski.com
Last fetched
mail.vlevski.com resolves to 1 IPv4 address operated by SUPERHOSTING_AS in BG.
Nutrition Label
Resolution chain
mail.vlevski.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.45.67.217 | 185.45.66.0/23 | AS201200 | SUPERHOSTING_AS | BG |
WHOIS identity
No WHOIS records are currently associated with mail.vlevski.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for mail.vlevski.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.vlevski.com |
| SPF_INCLUDE | _spf.cmailpro.net |
| SPF_INCLUDE | rango.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_INCLUDE | zenhb.spf.superhosting.bg |
| SPF_IP | 164.138.218.11 |
| SPF_IP | 195.69.164.142 |
| SPF_IP | 78.142.50.119 |
| SPF_IP | 79.124.30.120 |
| SPF_IP | 91.215.216.53 |
| SPF_MX | mail.vlevski.com |
Related pages
Pivot deeper into the graph from mail.vlevski.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.vlevski.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.