Hostname
nl.bauhaus
Last fetched
nl.bauhaus resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:3779 as the registrar.
Nutrition Label
Resolution chain
nl.bauhaus resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.33.157 | 104.18.33.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.154.99 | 172.64.154.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 8.47.69.6 | 8.47.69.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.6 | 8.6.112.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
- Registrar
- iana:3779
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of nl.bauhaus.
Web-graph footprint
Distinct hostnames that link to or from nl.bauhaus in the public web crawl.
142 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for nl.bauhaus.
| Mechanism | Target |
|---|---|
| SPF_A | mail.provite.nl |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | antispameurope.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.otys.nl |
| SPF_INCLUDE | spf.rpost.net |
| SPF_IP | 212.19.34.134 |
| SPF_IP | 87.213.68.70/32 |
| SPF_IP | 89.146.30.1/32 |
Related pages
Pivot deeper into the graph from nl.bauhaus.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nl.bauhaus"})-[: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.