Hostname
m-bildung.de
Last fetched
m-bildung.de resolves to 3 IPv4 addresses operated by AS15817 in DE.
Nutrition Label
Resolution chain
m-bildung.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.215.158.114 | 185.215.156.0/22 | AS15817 | — | DE |
| 192.124.249.33 | 192.124.249.0/24 | AS30148 | SUCURI-SEC - Sucuri | US |
| 92.204.37.235 | 92.204.37.0/24 | AS34011 | — | DE |
WHOIS identity
No WHOIS records are currently associated with m-bildung.de in WhisperGraph.
Subdomains
32 observed subdomains of m-bildung.de.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from m-bildung.de in the public web crawl.
9 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for m-bildung.de.
| Mechanism | Target |
|---|---|
| SPF_IP | 82.135.22.154 |
| SPF_IP | 82.135.22.155 |
| SPF_IP | 82.135.22.156 |
| SPF_IP | 82.135.22.157 |
| SPF_MX | m-bildung.de |
Related pages
Pivot deeper into the graph from m-bildung.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m-bildung.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.