Hostname
www.lebara.ch
Last fetched
www.lebara.ch resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
www.lebara.ch resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.91.128 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.91 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.96 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.97 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.60.111 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.112 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.36 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.60.83 | 18.245.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with www.lebara.ch in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for www.lebara.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sunrise.net |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 212.35.62.80 |
| SPF_IP | 212.35.62.81 |
Related pages
Pivot deeper into the graph from www.lebara.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.lebara.ch"})-[: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.