Hostname
wienstroer.com
Last fetched
wienstroer.com resolves to 2 IPv4 addresses operated by AS201595 in DK. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
wienstroer.com 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 |
|---|---|---|---|---|
| 185.58.213.31 | 185.58.213.0/24 | AS201595 | — | DK |
| 85.13.165.55 | 85.13.165.0/24 | AS34788 | — | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- michael wienstroer
- Contact emails
Subdomains
1 observed subdomain of wienstroer.com.
| Subdomain |
|---|
| www.wienstroer.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for wienstroer.com.
| Mechanism | Target |
|---|---|
| SPF_A | wienstroer.com |
| SPF_INCLUDE | spf.kasserver.com |
| SPF_MX | wienstroer.com |
Related pages
Pivot deeper into the graph from wienstroer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wienstroer.com"})-[: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.