Hostname
eba-bz.it
Last fetched
eba-bz.it resolves to 1 IPv4 address operated by AS44512 in IT. WHOIS lists registrar:key-systems gmbh as the registrar.
Nutrition Label
Resolution chain
eba-bz.it 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 |
|---|---|---|---|---|
| 195.254.235.41 | 195.254.224.0/19 | AS44512 | — | IT |
WHOIS identity
- Registrar
- registrar:key-systems gmbh
- Organization
- ente bilaterale artigiano della provincia autonoma di bolzano
- Contact emails
- —
Subdomains
4 observed subdomains of eba-bz.it.
Web-graph footprint
Distinct hostnames that link to or from eba-bz.it in the public web crawl.
12 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for eba-bz.it.
| Mechanism | Target |
|---|---|
| SPF_A | bulk.rolbox.net |
| SPF_A | bulk.rolmail.net |
| SPF_A | eba-bz.it |
| SPF_INCLUDE | _spf.rolmail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 151.1.152.34 |
| SPF_IP | 195.254.235.41 |
| SPF_IP | 89.190.176.75 |
| SPF_IP | 93.89.49.206 |
Related pages
Pivot deeper into the graph from eba-bz.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eba-bz.it"})-[: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.