Hostname
ipo.bg
Last fetched
ipo.bg resolves to 2 IPv4 addresses operated by SUPERHOSTING_AS in BG.
Nutrition Label
Resolution chain
ipo.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 |
|---|---|---|---|---|
| 195.191.148.123 | 195.191.148.0/23 | AS201200 | SUPERHOSTING_AS | BG |
| 45.158.31.86 | 45.158.30.0/23 | AS201200 | SUPERHOSTING_AS | BG |
WHOIS identity
No WHOIS records are currently associated with ipo.bg in WhisperGraph.
Subdomains
13 observed subdomains of ipo.bg.
Web-graph footprint
Distinct hostnames that link to or from ipo.bg in the public web crawl.
12 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- ipo.bg
SPF policy
7 SPF mechanisms authorising senders for ipo.bg.
| Mechanism | Target |
|---|---|
| SPF_A | ipo.bg |
| SPF_INCLUDE | kimba.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 195.191.148.24 |
| SPF_IP | 195.191.149.24 |
| SPF_IP | 45.158.31.86 |
| SPF_MX | ipo.bg |
Related pages
Pivot deeper into the graph from ipo.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipo.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.