Hostname
gew-bw.de
Last fetched
gew-bw.de resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
gew-bw.de resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.51.2 | 104.21.48.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 134.119.0.57 | 134.119.0.0/24 | AS34011 | — | DE |
| 172.67.215.122 | 172.67.208.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with gew-bw.de in WhisperGraph.
Subdomains
11 observed subdomains of gew-bw.de.
Web-graph footprint
Distinct hostnames that link to or from gew-bw.de in the public web crawl.
272 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for gew-bw.de.
| Mechanism | Target |
|---|---|
| SPF_A | mx00.schlund.de |
| SPF_A | mx01.schlund.de |
| SPF_INCLUDE | _spf.general.transactional-mail-a.com |
| SPF_INCLUDE | _spf.retarus.com |
| SPF_INCLUDE | ispgateway.de |
| SPF_MX | gew-bw.de |
| SPF_MX | infos.gew-bw.de |
| SPF_MX | mail.gew-bw.de |
| SPF_MX | smtp.gew-bw.de |
Related pages
Pivot deeper into the graph from gew-bw.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gew-bw.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.