Skip to content

Hostname

buecher.de

Last fetched

buecher.de resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · buecher.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/buecher.de

Resolution chain

buecher.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.16.146.108104.16.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.16.147.108104.16.144.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
185.5.82.66185.5.82.0/24AS20546SOPRADO-ANYDE

WHOIS identity

No WHOIS records are currently associated with buecher.de in WhisperGraph.

Subdomains

20 observed subdomains of buecher.de.

Web-graph footprint

Distinct hostnames that link to or from buecher.de in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for buecher.de.

MechanismTarget
SPF_INCLUDEde._netblocks.mimecast.com
SPF_IP62.138.118.133
SPF_IP62.138.118.134
SPF_IP62.138.119.86
SPF_IP62.245.226.158
SPF_IP80.237.140.134
SPF_IP80.237.140.185
SPF_IP80.237.140.186
SPF_MXbuecher.de

Related pages

Pivot deeper into the graph from buecher.de.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "buecher.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.