Hostname
buchmarkt.de
Last fetched
buchmarkt.de resolves to 2 IPv4 addresses operated by AS34762 in BE.
Nutrition Label
Resolution chain
buchmarkt.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.76.237.128 | 185.76.236.0/23 | AS34762 | — | BE |
| 85.214.196.32 | 85.214.0.0/15 | AS6724 | — | DE |
WHOIS identity
No WHOIS records are currently associated with buchmarkt.de in WhisperGraph.
Subdomains
7 observed subdomains of buchmarkt.de.
Web-graph footprint
Distinct hostnames that link to or from buchmarkt.de in the public web crawl.
853 sites link to this hostname.
409 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for buchmarkt.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ebuch.team |
| SPF_INCLUDE | mail.esono.net |
| SPF_IP | 81.89.200.86/32 |
| SPF_IP | 88.198.115.68/32 |
| SPF_MX | buchmarkt.de |
Related pages
Pivot deeper into the graph from buchmarkt.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "buchmarkt.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.