Doppel Named Official Partner of the New York Knicks
Partnership to Showcase Doppel to Knicks Widespread Audience Through In-Arena, Digital and Out-Of-Home Assets
Partnership to Showcase Doppel to Knicks Widespread Audience Through In-Arena, Digital and Out-Of-Home Assets
Flipkart sale scams target holiday bargain hunters by using a fraudulent clone of the e-commerce giant’s checkout environment.

Threat actors are pushing Flipkart-themed product listings that redirect mobile visitors off-site to UPI/QR-based payment pages, such as PhonePe, Paytm, and GPay.
The checkout looks legitimate and even shows a beneficiary name, but it’s a scam, and payments made off the platform are extremely hard to recover. The kit deliberately serves only mobile user-agents and redirects desktops to Google to avoid automated analysis.
With the holiday shopping season heating up, shoppers hunting “crazy sale” deals are being targeted by a polished-looking Flipkart clone. A product page advertises an unbelievable discount; clicking Buy takes the victim to a payment page outside Flipkart that accepts UPI apps or shows a QR code and beneficiary name. Victims believe they’re paying for a marketplace order, but the money goes directly to a scammer.
Flipkart is an e-commerce giant based in India. Some of the Flipkart scam sites serve content only to mobile user agents and redirect desktop browsers to Google. That makes automated scanners and many analysts miss the fraud.
Example JavaScript used in some pages:
<script>
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
// mobile: serve scam
} else {
window.location.href = "http://www.google.com"; // desktop: redirect away
}
</script>



Holiday sales drive high search volume and ad-clicks, thus scammers increase activity during these periods to maximize victims. Off-site payments bypass marketplace protections, including seller verification and buyer protection, making UPI/IMPS transfers nearly irreversible.
Strategic evasion (mobile-only serving) reduces detection by automated scanners, takedown platforms, and desktop-focused analysts.
Learn more about how Doppel can help protect your organization from phishing and fraudulent ads – request a demo .