Hostname
imap.ffbh.bg
Last fetched
imap.ffbh.bg resolves to 2 IPv4 addresses operated by AS8717 in BG.
Nutrition Label
Resolution chain
imap.ffbh.bg 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 |
|---|---|---|---|---|
| 212.50.1.157 | 212.50.0.0/19 | AS8717 | — | BG |
| 95.87.252.205 | 95.87.192.0/18 | AS8866 | — | BG |
WHOIS identity
No WHOIS records are currently associated with imap.ffbh.bg in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for imap.ffbh.bg.
| Mechanism | Target |
|---|---|
| SPF_A | imap.ffbh.bg |
| SPF_INCLUDE | fit.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 185.45.66.17 |
| SPF_IP | 185.45.67.17 |
| SPF_IP | 185.80.3.189 |
| SPF_IP | 212.50.1.150 |
| SPF_IP | 212.50.1.157 |
| SPF_IP | 95.87.252.200 |
| SPF_IP | 95.87.252.205 |
| SPF_MX | imap.ffbh.bg |
Related pages
Pivot deeper into the graph from imap.ffbh.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "imap.ffbh.bg"})-[: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.