Hostname
5werk.de
Last fetched
5werk.de resolves to 2 IPv4 addresses operated by AS8560 in DE.
Nutrition Label
Resolution chain
5werk.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.154.149.164 | 217.154.148.0/23 | AS8560 | — | DE |
| 91.98.131.0 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with 5werk.de in WhisperGraph.
Subdomains
19 observed subdomains of 5werk.de.
Web-graph footprint
Distinct hostnames that link to or from 5werk.de in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for 5werk.de.
| Mechanism | Target |
|---|---|
| SPF_A | 5werk.de |
| SPF_A | mail.5werk.de |
| SPF_IP | 89.163.216.219 |
| SPF_MX | 5werk.de |
Related pages
Pivot deeper into the graph from 5werk.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "5werk.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.