Hostname
e.apollo.de
Last fetched
e.apollo.de resolves to 5 IPv4 addresses operated by AS20940 in KE.
Nutrition Label
Resolution chain
e.apollo.de resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.161.50 | 2.17.161.0/24 | AS20940 | — | KE |
| 2.17.161.59 | 2.17.161.0/24 | AS20940 | — | KE |
| 23.44.131.196 | 23.44.131.0/24 | AS20940 | — | US |
| 23.44.131.201 | 23.44.131.0/24 | AS20940 | — | US |
| 23.44.131.208 | 23.44.131.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with e.apollo.de in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for e.apollo.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 207.135.8.245 |
| SPF_IP | 207.135.8.246 |
| SPF_IP | 207.135.8.247 |
| SPF_IP | 207.135.8.248 |
| SPF_IP | 207.135.8.249 |
| SPF_IP | 207.135.8.250 |
| SPF_IP | 207.135.8.251 |
| SPF_IP | 207.135.8.252 |
| SPF_IP | 207.135.8.253 |
| SPF_IP | 207.135.8.254 |
| SPF_IP | 207.135.9.52 |
| SPF_IP | 207.135.9.53 |
| SPF_IP | 207.135.9.54 |
| SPF_IP | 207.135.9.55 |
| SPF_IP | 207.135.9.56 |
| SPF_IP | 207.135.9.57 |
| SPF_IP | 207.135.9.58 |
| SPF_IP | 207.135.9.59 |
| SPF_IP | 207.135.9.60 |
| SPF_IP | 207.135.9.61 |
Related pages
Pivot deeper into the graph from e.apollo.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.apollo.de"})-[: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.