Hostname
weleda.de
Last fetched
weleda.de resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
weleda.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.251.85.138 | 35.5.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.213.220.96 | 52.216.9.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.155.36.182 | 54.171.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with weleda.de in WhisperGraph.
Subdomains
28 observed subdomains of weleda.de.
Showing 24 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from weleda.de in the public web crawl.
1,122 sites link to this hostname.
130 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for weleda.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.anpdm.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.senders.dc.aeb.com |
| SPF_INCLUDE | _spf.zimpel.de |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp.net |
| SPF_INCLUDE | spf.sosafe.de |
| SPF_IP | 18.153.184.0/27 |
| SPF_IP | 194.37.255.0/24 |
| SPF_IP | 212.87.146.213 |
| SPF_IP | 212.87.154.11 |
| SPF_IP | 212.87.154.12 |
| SPF_IP | 212.87.154.20 |
| SPF_IP | 212.87.155.230 |
| SPF_IP | 213.30.239.130 |
| SPF_IP | 2a05:d014:b6d:df06::1000/124 |
| SPF_IP | 31.25.152.39 |
| SPF_IP | 31.25.152.40 |
| SPF_IP | 5.79.89.162/32 |
| SPF_IP | 5.9.121.188 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_IP | 62.245.157.195 |
| SPF_IP | 83.149.85.240 |
| SPF_IP | 91.198.224.0/24 |
| SPF_MX | weleda.de |
Related pages
Pivot deeper into the graph from weleda.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "weleda.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.