Hostname
ex.stahl.de
Last fetched
ex.stahl.de resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL.
Nutrition Label
Resolution chain
ex.stahl.de 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 |
|---|---|---|---|---|
| 206.189.242.127 | 206.189.240.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | NL |
WHOIS identity
No WHOIS records are currently associated with ex.stahl.de in WhisperGraph.
Subdomains
1 observed subdomain of ex.stahl.de.
| Subdomain |
|---|
| www.ex.stahl.de |
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for ex.stahl.de.
| Mechanism | Target |
|---|---|
| SPF_A | relay.serverdienst.net |
| SPF_A | stahl.web46.serverdienst.net |
| SPF_A | www.stahl.de |
| SPF_INCLUDE | _spf_eucentral1.prod.hydra.sophos.com |
| SPF_INCLUDE | spf.eqs-externaladdress.com |
| SPF_IP | 116.202.136.136 |
| SPF_IP | 195.180.4.192/26 |
| SPF_IP | 195.180.4.200/32 |
| SPF_IP | 206.81.19.210 |
| SPF_IP | 206.81.27.156 |
| SPF_IP | 217.24.223.15/32 |
| SPF_IP | 217.24.223.46 |
| SPF_IP | 217.24.223.72/32 |
| SPF_IP | 88.215.203.40/24 |
Related pages
Pivot deeper into the graph from ex.stahl.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ex.stahl.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.