Hostname
ubb.bg
Last fetched
ubb.bg resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in FR.
Nutrition Label
Resolution chain
ubb.bg resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.200.86.3 | 23.200.86.0/23 | AS20940 | AKAMAI-ASN1 | FR |
| 23.200.86.33 | 23.200.86.0/23 | AS20940 | AKAMAI-ASN1 | FR |
| 23.212.110.42 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.9 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.36.163.231 | 23.36.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.163.233 | 23.36.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.163.243 | 23.36.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.163.244 | 23.36.163.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.98.106 | 95.100.98.0/24 | AS20940 | AKAMAI-ASN1 | IE |
| 95.100.98.81 | 95.100.98.0/24 | AS20940 | AKAMAI-ASN1 | IE |
WHOIS identity
- Registrar
- —
- Organization
- united bulgarian bank
- Contact emails
- —
Subdomains
56 observed subdomains of ubb.bg.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ubb.bg in the public web crawl.
397 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ubb.bg.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.34.112.36 |
| SPF_IP | 195.34.112.37 |
| SPF_IP | 195.34.112.41 |
| SPF_IP | 213.91.196.41 |
Related pages
Pivot deeper into the graph from ubb.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ubb.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.