Hostname
eba.at
Last fetched
eba.at resolves to 2 IPv4 addresses operated by GOOGLE - Google LLC in DE. WHOIS lists registrar:a1 telekom austria ag as the registrar.
Nutrition Label
Resolution chain
eba.at 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 |
|---|---|---|---|---|
| 35.207.185.4 | 35.207.128.0/18 | AS15169 | GOOGLE - Google LLC | DE |
| 35.214.252.247 | 35.214.128.0/17 | AS15169 | GOOGLE - Google LLC | NL |
WHOIS identity
- Registrar
- registrar:a1 telekom austria ag
- Organization
- brandl & stelzmueller oeg
- Contact emails
- —
Subdomains
4 observed subdomains of eba.at.
Web-graph footprint
Distinct hostnames that link to or from eba.at in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for eba.at.
| Mechanism | Target |
|---|---|
| SPF_A | eba.at |
| SPF_A | mail.eba.at |
| SPF_INCLUDE | bspf.a1.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_IP | 185.56.87.0/24 |
| SPF_IP | 212.227.48.37/32 |
| SPF_IP | 81.10.230.152 |
| SPF_IP | 83.137.117.118 |
| SPF_IP | 91.113.226.180 |
Related pages
Pivot deeper into the graph from eba.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eba.at"})-[: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.