Hostname
ek-leipzig.de
Last fetched
ek-leipzig.de resolves to 1 IPv4 address operated by SCALEUP - ScaleUp Technologies GmbH & Co. KG in DE.
Nutrition Label
Resolution chain
ek-leipzig.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 |
|---|---|---|---|---|
| 81.28.228.233 | 81.28.224.0/21 | AS29014 | SCALEUP - ScaleUp Technologies GmbH & Co. KG | DE |
WHOIS identity
No WHOIS records are currently associated with ek-leipzig.de in WhisperGraph.
Subdomains
7 observed subdomains of ek-leipzig.de.
Web-graph footprint
Distinct hostnames that link to or from ek-leipzig.de in the public web crawl.
94 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for ek-leipzig.de.
| Mechanism | Target |
|---|---|
| SPF_A | ek-leipzig.de |
| SPF_INCLUDE | _spf.prod.hydra.sophos.com |
| SPF_INCLUDE | mail.inworks.de |
| SPF_INCLUDE | mail.pi-asp.de |
| SPF_INCLUDE | spf.heyrecruit.de |
| SPF_IP | 81.28.228.233 |
| SPF_IP | 85.239.106.96/29 |
| SPF_IP | 85.239.113.224/29 |
| SPF_MX | ek-leipzig.de |
Related pages
Pivot deeper into the graph from ek-leipzig.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ek-leipzig.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.