Hostname
bmwk.de
Last fetched
bmwk.de resolves to 2 IPv4 addresses operated by AS25516 in DE.
Nutrition Label
Resolution chain
bmwk.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 |
|---|---|---|---|---|
| 185.49.16.154 | 185.49.16.0/23 | AS25516 | — | DE |
| 167.17.134.201 | 167.17.134.0/24 | AS48851 | — | NL |
WHOIS identity
No WHOIS records are currently associated with bmwk.de in WhisperGraph.
Subdomains
6 observed subdomains of bmwk.de.
Web-graph footprint
Distinct hostnames that link to or from bmwk.de in the public web crawl.
9,676 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bmwk.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailcontrol.com |
| SPF_INCLUDE | spf.corpex.de |
| SPF_INCLUDE | spf.init.de |
| SPF_MX | bmwk.de |
Related pages
Pivot deeper into the graph from bmwk.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bmwk.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.