Hostname
www.ebtlr.com
Last fetched
www.ebtlr.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PH.
Nutrition Label
Resolution chain
www.ebtlr.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.130.119 | 13.35.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 13.35.130.15 | 13.35.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 13.35.130.19 | 13.35.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 13.35.130.44 | 13.35.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PH |
| 18.158.128.3 | 18.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 35.158.41.232 | 35.156.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 63.182.60.150 | 63.180.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with www.ebtlr.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for www.ebtlr.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.ebtlr.com |
| SPF_INCLUDE | spf.google.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | zcsend.net |
| SPF_INCLUDE | zoho.com |
| SPF_IP | 198.49.23.145/32 |
| SPF_IP | 85.124.39.25 |
| SPF_IP | 85.124.39.26 |
| SPF_IP | 85.124.39.52 |
| SPF_MX | www.ebtlr.com |
Related pages
Pivot deeper into the graph from www.ebtlr.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.ebtlr.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.