Hostname
bolha.com
Last fetched
bolha.com resolves to 2 IPv4 addresses operated by AS51577 in HR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
bolha.com 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 |
|---|---|---|---|---|
| 193.25.220.107 | 193.25.220.0/24 | AS51577 | — | HR |
| 193.25.220.108 | 193.25.220.0/24 | AS51577 | — | HR |
WHOIS identity
- Registrar
- iana:113
- Organization
- bolha d.o.o.
- Contact emails
Subdomains
64 observed subdomains of bolha.com.
Showing 25 of 64. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bolha.com in the public web crawl.
486 sites link to this hostname.
298 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
30 SPF mechanisms authorising senders for bolha.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spfdmailer.bolha.com |
| SPF_INCLUDE | gwgraz.styria-it.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_IP | 138.201.23.200/29 |
| SPF_IP | 159.69.76.116 |
| SPF_IP | 185.35.77.134 |
| SPF_IP | 185.35.77.135 |
| SPF_IP | 185.35.77.136 |
| SPF_IP | 185.35.77.137 |
| SPF_IP | 185.35.77.235 |
| SPF_IP | 185.35.77.236/30 |
| SPF_IP | 185.35.77.240/28 |
| SPF_IP | 193.25.220.252/32 |
| SPF_IP | 193.25.220.61/32 |
| SPF_IP | 193.25.220.62/32 |
| SPF_IP | 195.206.228.109 |
| SPF_IP | 195.206.228.110 |
| SPF_IP | 195.206.228.111 |
| SPF_IP | 195.206.228.112/28 |
| SPF_IP | 195.206.228.128/27 |
| SPF_IP | 195.206.228.160/29 |
| SPF_IP | 195.206.228.168/30 |
| SPF_IP | 195.206.228.172 |
| SPF_IP | 212.44.102.137/32 |
| SPF_IP | 5.32.143.128/26 |
| SPF_IP | 91.185.192.86/32 |
| SPF_IP | 94.130.113.16/28 |
| SPF_IP | 95.216.249.192/29 |
| SPF_MX | bolha.com |
Related pages
Pivot deeper into the graph from bolha.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bolha.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.