The Cookies Parasite

Amir Shaked
PerimeterX
Published in
5 min readJan 27, 2022

For a bit more background on ATO, see the original post here

Our story starts with the usual suspect — spam messages. Well-crafted spam messages inside platforms have been much more successful than usual phishing attempts, since users tend to trust in-platform messages more, while in fact, in most cases those platforms have fewer capabilities and experience in blocking personal phishing attempts (they usually focus on blocking regular spam).

Once the victim falls for the phishing attempt, either by downloading a file and executing it, or browsing to a website serving n-day exploits for unpatched browsers. Once successfully targeted, the attacker can infect the device with malware like the cookies parasite.

Having in place a good bot-mitigation solution will usually block any automation tools from performing that phase, leaving the scene for the dedicated fraudsters willing to do the manual work of crafting and sending phishing attempts.

So, we have our fraudster(s) send a link, downloaded by an unsuspecting user, and minutes later multiple accounts have been hacked. How did this happen?

Working with a customer of ours to identify and block those accounts from being hacked, we got a hold of a copy of the malware from one of the spam messages. After running it in a secured sandbox, and a bit of reverse engineering, we identified who was running the operation and how.

The fraudsters used a variation of the “Collector Toolkit”, a solid one-time malware collecting a lot of information used for logging into accounts.

The malware used a few common AV evasion techniques. One of those was “bloating”: unzipped, the malware was “bloated” to over 600mb, and its md5 (both zipped and unzipped) was unknown to any AV vendor at the time.

The malware sends all browsers’ active cookies, and specifically looks for the following passwords and tokens: AutoFill, Passwords, Cookies, Cards, Atomic, Armory, Bytecoin, BitcoinCore, DashCore, Litecoin, Electrum, Zcash, Ethereum, Authy (2FA), FileZilla, NordVPN, Telegram, Discord, PSI, Wallet, Pidgin, Steam.

The collected data was sent to http://plarius.space/collect.php where the operator would use the authentication cookies to log in from a different device within the active 30-minute window in which the tokens are valid, changing the security settings by removing the email alerts and siphoning the funds from the account.

Browsing to the website we were welcomed by this page:

C&C login screen

As shown in the screenshot above, the fraudsters didn’t even bother hiding themselves, boasting their Telegram channel.

So… we took the red pill and tried joining the channel. Now we move from identifying the malware, to attempting attribution on who is behind it.

https://t.me/getmineteam

Reading the channel and following the leads we were able to piece together the actual timeline of the malware.

Timeline:

  1. Jun 20, 2020 — hackjopi (username) introduced a malware called “Collector” — Native stealer on a Russian crackers marketplace named “lolz.guru” for 600 Rubles/week.
    The thread reached over 28 million views.
    hack
    jopi shared the same telegram group (“collectorcrack”) mentioned in the response from the C&C (command and control) server (f0566304.xsph.ru).
    This was the only server that responded with that Telegram group “https://lolz.guru/threads/1695028/".
  2. Sep 20, 2020 — the original malware is identified by Anti-Viruses as Win32/Tnega!ml.
  3. Feb 6, 2021 — NCP (username), a user with a long history of fraud reports and even being banned for failure to deliver promises to clients, re-joined the marketplace with a new nickname and published that he cracked the Collector — Native stealer, and gave it for free.
    NCP shared the same telegram group (“getmineteam”) mentioned in the response from the C&C server (plarius.space and six other servers).
  4. Feb 7, 2021 — Hack_jopi admits that Collector — Native Stealer was cracked by NCP.
  5. Mar 2, 2021 — NCP is trying to leverage the exposure to new prospects and buyers and offer a variety of hacking services.
  6. Mar 16, 2021, NCP gets blocked again after the forum admins notice it’s the same user from early blocks.
  7. Jun to Aug, 2021 — One of NCP’s free clients downloads the Collector — Native Stealer cracked version, changes the build name and destination server, and attacks users using social engineering and phishing subdomains.

Identified C&C servers

Looking via various sources (such as publicwww and httparchive) for the webserver C&C signature we discovered a few more targets, some new and some already known by AV vendors.

Final thoughts

While the technical details are fascinating and frightening, what is the long-term lesson here? We, cybersecurity and fraud professionals, are usually highly technical people (you have to be because the security threats and the fraud is highly technical). As technical people, we are tempted to solve the problem of fraud and account takeover through technical means such as stronger authentication or validation. Unfortunately, while these tools are an essential part of any response toolkit, they don’t come without cost — stronger authentication often comes as a significant burden to consumers causing abandonment and direct damage to the business (unlike employees who have no choice). This cost is compounded by threats like those detailed in this post — which render the significant investment moot, cause more damage in the long run and increase operational costs to boot.

Online fraud and account takeover are at heart a behavioral issue. Legitimate users act in a certain way, and that behavior can be taken advantage of by attackers. The fraudsters also behave in a certain manner, which ultimately is the only way to recognize and defeat them. The only conclusion one can reach is that any comprehensive solution must require behavioral analytical analysis of user behavior, in order to mitigate threats and to have a reasonable and cost-effective operational response.

Originally published at https://www.perimeterx.com on January 27, 2022.

--

--

Amir Shaked
PerimeterX

Stories on security, leadership and software engineering