Hostname
reverse.letsdeel.com
Last fetched
reverse.letsdeel.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
reverse.letsdeel.com 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 |
|---|---|---|---|---|
| 18.245.143.116 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.143.25 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.143.29 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.143.62 | 18.245.140.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.66.255.100 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.255.110 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.255.35 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.255.97 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with reverse.letsdeel.com in WhisperGraph.
Subdomains
1 observed subdomain of reverse.letsdeel.com.
| Subdomain |
|---|
| o1.reverse.letsdeel.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for reverse.letsdeel.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | letsdeel.zendesk.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.outreach.io |
Related pages
Pivot deeper into the graph from reverse.letsdeel.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reverse.letsdeel.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.