Hostname
eaccelera.at
Last fetched
eaccelera.at resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
eaccelera.at 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 |
|---|---|---|---|---|
| 5.75.220.10 | 5.75.128.0/17 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with eaccelera.at in WhisperGraph.
Subdomains
7 observed subdomains of eaccelera.at.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for eaccelera.at.
| Mechanism | Target |
|---|---|
| SPF_A | atmail.eaccelera.com |
| SPF_A | e4y.com |
| SPF_A | eaccelera.at |
| SPF_A | mail.eaccelera.at |
| SPF_A | mailrelay-2.nexc.net |
| SPF_A | mailrelay.nexc.net |
| SPF_A | web02.nexc.net |
| SPF_A | web03.nexc.net |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 138.201.238.106 |
| SPF_IP | 95.217.24.180 |
| SPF_MX | eaccelera.at |
Related pages
Pivot deeper into the graph from eaccelera.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eaccelera.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.