Help
RSS
API
Feed
Maltego
Contact
Domain > cashcameldeals.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-08-30
13.225.205.85
(
ClassC
)
2025-11-26
3.175.34.114
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 26 Nov 2025 01:43:24 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://cashcameldeals.com/X-Cache: Redirect from cloudfrontVia: 1.1 6eef5cc48e8050472c6d6d9862d365dc.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: N5VJQmpOTqG3yLjLNwrfW6gXn5bbmQUkD7TYE99XwiA9vvEU19oLmA html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 18218Connection: keep-aliveDate: Wed, 26 Nov 2025 01:43:25 GMTLast-Modified: Thu, 10 Jul 2025 06:45:29 GMTETag: 3932f4c6d42be54b45e258eb3a38d04bServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 fd84a98fca0c092bda874136d6c8db62.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P3X-Amz-Cf-Id: FhdGnld_pvWLAqUa0je8OAl0UwwND_tTGOkfgyBoVRp84bLNY7i1mg !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Cash Camel Deals - Amazon Price Tracker & Alerts/title> meta namedescription contentTrack Amazon prices instantly. Share links, see price history, and unlock deals. Watch an ad or go Pro to save more fast, simple, powerful.> meta namekeywords contentamazon, price tracker, camelcamelcamel, price drop, deals, shopping, wishlist, savings, history, discount> !-- Favicon --> link relicon typeimage/png hrefLogo.png> link relapple-touch-icon hrefLogo.png> !-- Open Graph Meta Tags --> meta propertyog:title contentCash Camel Deals - Amazon Price Tracker & Alerts> meta propertyog:description contentTrack Amazon prices instantly — save cash with your Camel! Share any Amazon link and instantly see its price history on CamelCamelCamel.> meta propertyog:image contentLogo.png> meta propertyog:url content> meta propertyog:type contentwebsite> meta propertyog:site_name contentCash Camel Deals> !-- Twitter Card Meta Tags --> meta nametwitter:card contentsummary_large_image> meta nametwitter:title contentCash Camel Deals - Amazon Price Tracker & Alerts> meta nametwitter:description contentTrack Amazon prices instantly — save cash with your Camel! Share any Amazon link and instantly see its price history on CamelCamelCamel.> meta nametwitter:image contentLogo.png> !-- Additional SEO Meta Tags --> meta nameauthor contentReality Software Entertainment LLC> meta namerobots contentindex, follow> meta namelanguage contentEnglish> meta nametheme-color content#D97834> meta nameapple-mobile-web-app-capable contentyes> meta nameapple-mobile-web-app-status-bar-style contentdefault> meta nameapple-mobile-web-app-title contentCash Camel Deals> !-- Structured Data --> script typeapplication/ld+json> { @context: https://schema.org, @type: SoftwareApplication, name: Cash Camel Deals, description: Track Amazon prices instantly — save cash with your Camel! Share any Amazon link and instantly see its price history on CamelCamelCamel., operatingSystem: iOS, applicationCategory: BusinessApplication, author: { @type: Organization, name: Reality Software Entertainment LLC }, offers: { @type: Offer, price: 0.99, priceCurrency: USD } } /script> style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary-orange: #D97834; --primary-gold: #E5A63B; --dark-brown: #3D2817; --light-cream: #FFF8F0; --white: #FFFFFF; --gray: #6B7280; --success-green: #10B981; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: var(--dark-brown); background-color: var(--white); } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .cta-button { background: var(--primary-orange); color: var(--white); padding: 0.75rem 1.5rem; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s; display: inline-block; } .cta-button:hover { background: var(--primary-gold); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(217, 120, 52, 0.3); } /* Hero Section */ .hero { position: relative; padding: 120px 0; min-height: 80vh; text-align: center; overflow: hidden; display: flex; align-items: center; } .hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; } .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255, 248, 240, 0.9) 0%, rgba(229, 166, 59, 0.7) 100%); z-index: -1; } .hero .container { width: 100%; } .hero-content { max-width: 600px; margin: 0 auto; position: relative; z-index: 1; } .hero-content h1 { font-size: 3.5rem; line-height: 1.2; margin-bottom: 1.5rem; color: var(--dark-brown); } .hero-content .highlight { color: var(--primary-orange); } .hero-content p { font-size: 1.25rem; color: var(--gray); margin-bottom: 2rem; } .hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; } .secondary-button { background: transparent; color: var(--primary-orange); border: 2px solid var(--primary-orange); padding: 0.75rem 1.5rem; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s; display: inline-block; } .secondary-button:hover { background: var(--primary-orange); color: var(--white); } .app-store-button { display: inline-block; transition: transform 0.3s; } .app-store-button:hover { transform: scale(1.05); } /* Features Section */ .features { padding: 80px 0; background: var(--white); } .section-header { text-align: center; margin-bottom: 3rem; } .section-header h2 { font-size: 2.5rem; color: var(--dark-brown); margin-bottom: 1rem; } .section-header p { font-size: 1.125rem; color: var(--gray); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .feature-card { background: var(--light-cream); padding: 2rem; border-radius: 20px; text-align: center; transition: transform 0.3s; } .feature-card:hover { transform: translateY(-5px); } .feature-icon { font-size: 3rem; margin-bottom: 1rem; } .feature-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--dark-brown); } .feature-card p { color: var(--gray); } /* Screenshots Section */ .screenshots { padding: 80px 0; background: var(--light-cream); } .screenshot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem; } .screenshot-item { position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s; } .screenshot-item:hover { transform: scale(1.05); } .screenshot-item img { width: 100%; height: auto; display: block; } /* Video Section */ .demo-videos { padding: 80px 0; background: var(--white); } .video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 2rem; margin-top: 3rem; } .video-item { position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .video-item video { width: 100%; height: auto; display: block; } /* Pricing Section */ .pricing { padding: 80px 0; background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-gold) 100%); color: var(--white); } .pricing-content { text-align: center; } .pricing h2 { font-size: 2.5rem; margin-bottom: 1rem; } .pricing-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; max-width: 800px; margin-left: auto; margin-right: auto; } .pricing-card { background: var(--white); color: var(--dark-brown); padding: 2.5rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s; } .pricing-card:hover { transform: translateY(-5px); } .pricing-card h3 { font-size: 1.75rem; margin-bottom: 1rem; } .price { font-size: 3rem; font-weight: bold; color: var(--primary-orange); margin-bottom: 1rem; } .price span { font-size: 1rem; color: var(--gray); } .pricing-features { list-style: none; margin: 2rem 0; } .pricing-features li { padding: 0.5rem 0; color: var(--gray); } .pricing-features li:before { content: ; color: var(--success-green); font-weight: bold; } /* Footer */ footer { background: var(--dark-brown); color: var(--white); padding: 40px 0; text-align: center; } .footer-content p { margin-bottom: 1rem; opacity: 0.8; } .footer-disclaimer { font-size: 0.875rem; opacity: 0.6; margin-top: 2rem; } /* Mobile Responsiveness */ @media (max-width: 768px) { .hero-content h1 { font-size: 2.5rem; } .screenshot-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } .video-grid { grid-template-columns: 1fr; } } /style>/head>body> !-- Hero Section --> section classhero> video autoplay muted loop playsinline classhero-video> source srcbackgroundCashCamel.mp4 typevideo/mp4> /video> div classhero-overlay>/div> div classcontainer> div classhero-content> div classhero-logo> img srcLogo.png altCash Camel Deals styleheight: 200px; margin-bottom: 2rem; border-radius: 22%; box-shadow: 0 8px 20px rgba(0,0,0,0.15);> /div> h1>Track Prices span classhighlight>Instantly/span>/h1> p>Save cash with your Cash Camel Deals App! Share any Amazon link and instantly see its price history on CamelCamelCamel. Plus, track products on other sites like eBay, Walmart, and more./p> div classhero-buttons> a hrefhttps://apps.apple.com/us/app/cash-camel-deals/id6748365336 classapp-store-button> img srcapple-play.svg altDownload on the App Store styleheight: 50px;> /a> /div> /div> /div> /section> !-- Features Section --> section classfeatures idfeatures> div classcontainer> div classsection-header> h2>Key Features/h2> p>Everything you need to never overpay on Amazon again/p> /div> div classfeatures-grid> div classfeature-card> h3>Share Instantly/h3> p>Share Amazon links directly from Safari or Amazon app with one tap/p> /div> div classfeature-card> h3>Price History/h3> p>View complete price history instantly via CamelCamelCamel integration/p> /div> div classfeature-card> h3>Lightweight/h3> p>No signup required. Just install and start saving immediately/p> /div> div classfeature-card> h3>Multiple Sites/h3> p>Track products on eBay, Walmart, and more with CamelCamelCamel integration/p> /div> div classfeature-card> h3>Manage Your Wishlist/h3> p>Add products to your wishlist from any site and track their prices/p> /div> div classfeature-card> h3>Share With Friends/h3> p>Track deals on products youre interested in and share them with family andfriends./p> /div> /div> /div> /section> !-- Screenshots Section --> section classscreenshots idscreenshots> div classcontainer> div classsection-header> h2>See It In Action/h2> p>Simple, intuitive interface designed for speed/p> /div> div classscreenshot-grid> div classscreenshot-item> img srcs1.png altApp Screenshot 1> /div> div classscreenshot-item> img srcs2.png altApp Screenshot 2> /div> div classscreenshot-item> img srcs3.png altApp Screenshot 3> /div> div classscreenshot-item> img srcs4.png altApp Screenshot 4> /div> div classscreenshot-item> img srcs5.png altApp Screenshot 5> /div> div classscreenshot-item> img srcs6.png altApp Screenshot 6> /div> div classscreenshot-item> img srcs7.png altApp Screenshot 7> /div> div classscreenshot-item> img srcs8.png altApp Screenshot 8> /div> /div> /div> /section> !-- Video Demos Section --> section classdemo-videos> div classcontainer> div classsection-header> h2>Watch Cash Camel in Action/h2> p>See how easy it is to track prices and save money/p> /div> div classvideo-grid> div classvideo-item> video controls posters1.png> source srcdemo1.mp4 typevideo/mp4> Your browser does not support the video tag. /video> /div> div classvideo-item> video controls posters2.png> source srcdemo2.mp4 typevideo/mp4> Your browser does not support the video tag. /video> /div> /div> /div> /section> !-- Footer --> footer> div classcontainer> div classfooter-content> p>Why youll love it: Stop overpaying Know the best time to buy Save time, money, and stress/p> p>Lightweight. No signup. Just deals./p> div classfooter-disclaimer> p>Note: Cash Camel Deals is not affiliated with Amazon.com, CamelCamelCamel.com, or any other third-party services./p> p>It is a utility tool built to help users interact with existing price tracking services in a smarter way./p> p> a hrefhttps://www.realityse.com/legal/privacy styletext-decoration: none; color: #D97834;>Privacy Policy/a> • a hrefhttps://www.realityse.com/legal/terms styletext-decoration: none; color: #D97834;>Terms of Service/a> /p> p>© 2025 Reality Software Entertainment LLC. All rights reserved./p> /div> /div> /div> /footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]