Hostname
weber.cloud
Last fetched
weber.cloud resolves to 1 IPv4 address operated by WEBERCLOUD in DE. WHOIS lists iana:1345 as the registrar.
Nutrition Label
Resolution chain
weber.cloud resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.111.100.88 | 193.111.100.0/24 | AS35710 | WEBERCLOUD | DE |
WHOIS identity
- Registrar
- iana:1345
- Organization
- weber.digital gmbh, abt. weber.cloud
- Contact emails
Subdomains
241 observed subdomains of weber.cloud.
Showing 25 of 241. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from weber.cloud in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for weber.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | lambda.int.weber-ebusiness.de |
| SPF_A | weber.cloud |
| SPF_INCLUDE | _spf.mailrelay.rrpproxy.net |
| SPF_IP | 117.28.255.0/25 |
| SPF_IP | 117.28.255.192/27 |
| SPF_IP | 122.114.57.154 |
| SPF_IP | 193.111.100.0/22 |
| SPF_IP | 2003:68:e025:0:842a:2f84:49d8:52a9 |
| SPF_MX | weber.cloud |
Related pages
Pivot deeper into the graph from weber.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "weber.cloud"})-[: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.