Hostname
alphabank.eu
Last fetched
alphabank.eu resolves to 1 IPv4 address operated by AS9128 in GR. WHOIS lists registrar:papaki.com as the registrar.
Nutrition Label
Resolution chain
alphabank.eu 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 |
|---|---|---|---|---|
| 193.193.185.88 | 193.193.184.0/23 | AS9128 | — | GR |
WHOIS identity
- Registrar
- registrar:papaki.com
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of alphabank.eu.
| Subdomain |
|---|
| api.alphabank.eu |
| www.alphabank.eu |
Showing 2 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for alphabank.eu.
| Mechanism | Target |
|---|---|
| SPF_A | mail.alpha.gr |
| SPF_A | mailrelay01.alpha.gr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 193.193.184.229 |
Related pages
Pivot deeper into the graph from alphabank.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alphabank.eu"})-[: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.