Hostname
applebees.com
Last fetched
applebees.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
applebees.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.67.119 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.28 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.31 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.94 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.144.33 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.48 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.61 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.144.72 | 18.164.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.245.46.100 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.50 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.51 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.46.54 | 18.245.44.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:292
- Organization
- ******** ********
- Contact emails
Subdomains
35 observed subdomains of applebees.com.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from applebees.com in the public web crawl.
3,099 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for applebees.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.lunchbox.io |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.133.38.16/28 |
| SPF_IP | 12.178.20.176/28 |
| SPF_IP | 129.146.199.122 |
| SPF_IP | 13.108.0.0/14 |
| SPF_IP | 135.84.68.123/32 |
| SPF_IP | 159.183.106.117 |
| SPF_IP | 159.183.136.109 |
| SPF_IP | 159.183.136.112 |
| SPF_IP | 174.128.1.0/24 |
| SPF_IP | 174.128.7.0/24 |
| SPF_IP | 174.143.11.196 |
| SPF_IP | 206.152.14.54/32 |
| SPF_IP | 208.86.168.0/22 |
| SPF_IP | 208.86.168.7/32 |
| SPF_IP | 50.17.211.192/28 |
| SPF_IP | 50.56.137.176 |
| SPF_IP | 52.26.107.143 |
| SPF_IP | 64.49.210.64/28 |
| SPF_IP | 72.32.182.2 |
| SPF_IP | 74.201.71.42/32 |
| SPF_IP | 74.205.89.224/28 |
| SPF_IP | 98.142.88.0/26 |
Related pages
Pivot deeper into the graph from applebees.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "applebees.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.