Hostname
ef-express.de
Last fetched
ef-express.de resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
ef-express.de resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 176.34.77.139 | 176.40.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.215.103.234 | 52.216.8.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.72.92.39 | 54.86.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 79.125.87.33 | 79.126.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with ef-express.de in WhisperGraph.
Subdomains
2 observed subdomains of ef-express.de.
| Subdomain |
|---|
| mail.ef-express.de |
| www.ef-express.de |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ef-express.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.flash-global.net |
| SPF_MX | ef-express.de |
Related pages
Pivot deeper into the graph from ef-express.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ef-express.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.