Hostname
bsmd.de
Last fetched
bsmd.de resolves to 1 IPv4 address operated by AS50629 in DE.
Nutrition Label
Resolution chain
bsmd.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 |
|---|---|---|---|---|
| 193.203.2.54 | 193.203.2.0/23 | AS50629 | — | DE |
WHOIS identity
No WHOIS records are currently associated with bsmd.de in WhisperGraph.
Subdomains
15 observed subdomains of bsmd.de.
Web-graph footprint
Distinct hostnames that link to or from bsmd.de in the public web crawl.
6 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for bsmd.de.
| Mechanism | Target |
|---|---|
| SPF_A | bsmd.de |
| SPF_A | mail.afefa.de |
| SPF_A | mail.schiffsmelder.com |
| SPF_IP | 193.203.2.54 |
| SPF_IP | 212.185.197.100 |
| SPF_IP | 212.185.197.101 |
| SPF_IP | 212.185.197.102 |
| SPF_IP | 212.185.197.98 |
| SPF_IP | 212.185.197.99 |
| SPF_IP | 217.91.166.161 |
| SPF_IP | 80.147.224.63 |
| SPF_MX | bsmd.de |
| SPF_MX | mail.afefa.de |
| SPF_MX | mail.schiffsmelder.com |
Related pages
Pivot deeper into the graph from bsmd.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bsmd.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.