Hostname
weber.com
Last fetched
weber.com resolves to 5 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
weber.com 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 |
|---|---|---|---|---|
| 23.210.118.11 | 23.210.112.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.51.220.155 | 23.51.216.0/21 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.56.206.190 | 23.56.200.0/21 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.57.222.124 | 23.57.192.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | IN |
| 104.81.5.61 | 104.81.0.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from weber.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for weber.com.
| Mechanism | Target |
|---|---|
| SPF_A | production.web.webergrill.demandware.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.msh.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.168.161.36/32 |
| SPF_IP | 213.168.161.67/32 |
| SPF_IP | 34.215.113.156/32 |
Related pages
Pivot deeper into the graph from weber.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "weber.com"})-[: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.