❌

Reading view

There are new articles available, click to refresh the page.

Imposter Netflix Chrome Extension Dupes 100k Users

Authored by Oliver Devane, Vallabh Chole, and Aayush TyagiΒ 

McAfee has recently observed several malicious Chrome Extensions which, once installed, will redirect users to phishing sites, insert Affiliate IDs and modify legitimate websites to exfiltrate personally identifiable information (PII) data. According to the Google Extension Chrome Store, the combined install base is 100,000Β 

McAfee Labs has observed these extensions are prevalent in USA, Europe and India as we can observe in the heatmap below.Β 

The perpetrator targets over 1,400 domains, where 100 of them belong to the top 10,000 Alexa ranking including hbomax.com, hotels.com and expedia.com.

One extension, β€˜Netflix Party’, mimics the original Netflix Party extension, which allows groups of people to watch Netflix shows at the same time. However, this version monitors all the websites you visit and performs several malicious activities.Β Β 

The malicious actor behind the extensions has created several Twitter accounts and fake review websites to deceive users into trusting and installing the extensions.Β 

The victim will be tricked into installing the extension and their data will be stolen when browsing a gift card site.Β Β 

The details of each step are as follows:Β 

  1. The perpetrator creates malicious extensions and adds them to the Chrome Extension Store. They create fake websites to review the extensions and fake Twitter accounts to publicize them.Β Β 
  2. A victim may perform a web or Twitter search for Netflix Party, read the review and click on a link that will lead them to the Google Chrome Store.Β Β 
  3. They click to install the Extension and accept the permissions.Β 
  4. The victim will either perform a web search or directly navigate to the gift card website. The Extension will identify the website and redirect them to the phishing page.Β 
  5. The victim will enter their gift card information on the phishing page.Β 
  6. The gift card information is posted to the server to which the malicious actor has access. They can now use or sell the stolen data and the victim will lose their funds.Β 

Technical AnalysisΒ 

This section contains the technical analysis of the malicious chrome extension β€œbncibciebfeopcomdaknelhcohiidaoeβ€œ.Β 

Manifest.jsonΒ 

The manifest.json file contains the permissions of the extension. The β€˜unsafe-eval’ permission in the β€˜content_security_policy’ and the allowed use of content.js on any website visited by the user is of particular concernΒ 

Background.jsΒ 

When the extension is installed, the background.js script will be loaded. This file uses a simple obfuscation technique of putting all the code on one line which makes it difficult to read. This is easily cleaned up by using a code beautifier and the image below shows the obfuscated script on the first line and the cleaned-up code below the red arrow.Β Β 

This script accesses https://accessdashboard[.]live to download a script and store it as variable β€˜code’ in Chrome’s local storage. This stored variable is then referenced in the content.js script, which is executed on every visited website.Β Β 

Content.jsΒ 

After beautification, we see the code will read the malicious script from the β€˜code’ variable which was previously stored.Β 

β€˜Code’  

The malicious code has three main functions, redirection for phishing, modifying of cookies to add AffiliateIDs, and modifying of website code to add chat windows.Β Β 

Redirection for PhishingΒ 

Redirection for phishing works by checking if the URL being accessed matches a list, and conditionally redirects to a malicious IP that hosts the phishing site.Β Β 

URLs monitored are:Β 

  • https[:]//www.target.com/guest/gift-card-balanceΒ 
  • https[:]//www.macys.com/account/giftcardbalanceΒ 
  • https[:]//www.nike.com/orders/gift-card-lookupΒ 
  • https[:]//www.nordstrom.com/nordstrom-gift-cardsΒ 
  • https[:]//www.sephora.com/beauty/giftcardsΒ 
  • https[:]//www.sephoragiftcardbalance.comΒ 
  • https[:]//balance.amexgiftcard.comΒ 
  • https[:]//prepaidbalance.americanexpress.com/GPTHBIWeb/validateIPAction.do?clientkey=retail%20sales%20channelΒ 
  • https[:]//amexprepaidcard.comΒ 
  • [:]//secure4.store.apple.com/shop/giftcard/balanceΒ 

Upon navigating to one of the above sites, the user will be redirected to 164[.]90[.]144[.]88. An observant user would notice that the URL would have changed to an IP address, but some users may not.Β 

The image below shows the Apple Phishing site and the various phishing kits being hosted on this server.Β 

The phishing sites share similar codes. If a user enters their gift card information, the data will be posted to 52.8.106.52. A network capture of the post request is shown below:Β 

Modifying of cookies to add AffiliateIDsΒ 

The second malicious function contains AIPStore which is a dictionary containing a list of URLs and their respective monetizing sites which provide affiliate IDs. This function works by loading new tabs which will result in cookies being set on the visited sites. The flow below describes how the extension will work.Β 

  1. A user navigates to a retail websiteΒ 
  2. If the retail website is contained in the AIPStore keymap, the extension will load a new tab with a link to a monetizing site which sets the cookie with the affiliate ID. The new tab is then closed, and the cookie will persist.Β Β 
  3. The user will be unaware that a cookie would have been set and they will continue to browse the website.Β 
  4. Upon purchasing any goods, the Affiliate ID will be recognized by the site vendor and commission will be sent to the Affiliate ID owner which would be the Malicious ActorΒ 

The left image below shows the original site with no affiliate cookie, the one on the right highlights the cookie that has been added by the extension.Β 

Chat WindowsΒ 

The final function checks a list of URLs being accessed and if they match, a JS script will be injected into the HTML code which will result in a chat window being displayed. The image below shows the injected script and the chat window.Β 

The chat window may be used by the malicious actor to request PII data, credit card, and product key information.Β 

ConclusionΒ 

This threat is a good example of the lengths malicious actors will go to trick users into installing malware such as creating Twitter accounts and fake review websites.Β Β 

McAfee advises its customers to be cautious when installing Chrome Extensions and pay attention to the permissions that they are requesting.Β Β 

The permissions will be shown by Chrome before the installation of the Extension. Customers should take extra steps to verify the authenticity if the extension is requesting permissions that enable it to run on every website you visit such as the one detailed in this blogΒ 

McAfee customers are protected against the malicious sites detailed in this blog as they are blocked with McAfee WebAdvisor as shown below.Β Β 

The Malicious code within the extension is detected as Phish-Extension. Please perform a β€˜Full’ scan via the product.Β 

TypeΒ  ValueΒ  ProductΒ  DetectedΒ 
URL – Phishing SitesΒ  164.90.141.88/*Β  McAfee WebAdvisorΒ  BlockedΒ 
Chrome ExtensionΒ  netflix-party – bncibciebfeopcomdaknelhcohiidaoeΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  teleparty – flddpiffdlibegmclipfcnmaibecaobiΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  hbo-max-watch-party – dkdjiiihnadmgmmfobidmmegidmmjobiΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  prime-watch-party – hhllgokdpekfchhhiknedpppjhgicfggΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  private-watch-party – maolinhbkonpckjldhnocgilkabpfodcΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  hotstar-ad-blocker – hacogolfhplehfdeknkjnlblnghglfbpΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  hbo-ad-blocker – cbchmocclikhalhkckeiofpboloaakimΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  blocksite – pfhjfcifolioiddfgicgkapbkfndaodcΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  hbo-enhanced – pkdpclgpnnfhpapcnffgjbplfbmoejbjΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  hulu-watch-party – hkanhigmilpgifamljmnfppnllckkpdaΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  disney-plus-watch-party – flapondhpgmggemifmemcmicjodpmkjbΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  spotify-ad-blocker – jgofflaejgklikbnoefbfmhfohlnockdΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 
Chrome ExtensionΒ  ott-party – lldibibpehfomjljogedjhaldedlmfckΒ  Total Protection and LiveSafeΒ  Phish-ExtensionΒ 

Β 

Β 

The post Imposter Netflix Chrome Extension Dupes 100k Users appeared first on McAfee Blog.

❌