{"id":8221,"date":"2020-05-14T12:00:00","date_gmt":"2020-05-14T09:00:00","guid":{"rendered":"https:\/\/blog.eset.ee\/et\/2020\/05\/14\/mikroceen-spying-backdoor-leveraged-in-high-profile-networks-in-central-asia\/"},"modified":"2020-05-14T12:00:00","modified_gmt":"2020-05-14T09:00:00","slug":"mikroceen-spying-backdoor-leveraged-in-high-profile-networks-in-central-asia","status":"publish","type":"post","link":"https:\/\/blog.eset.ee\/et\/en\/2020\/05\/14\/mikroceen-spying-backdoor-leveraged-in-high-profile-networks-in-central-asia\/","title":{"rendered":"Mikroceen: Spying backdoor leveraged in high-profile networks in Central Asia"},"content":{"rendered":"<p>In this joint blogpost with fellow researchers from <a href=\"https:\/\/decoded.avast.io\/luigicamastra\/apt-group-planted-backdoors-targeting-high-profile-networks-in-central-asia\/\">Avast<\/a>, we provide a technical analysis of a constantly developed RAT that has been used in various targeted campaigns against both public and private subjects since late 2017. We observed multiple instances of attacks involving this RAT, and all of them happened in Central Asia. Among the targeted subjects were several important companies in the telecommunications and gas industries, and governmental entities.<\/p>\n<p>Moreover, we connect the dots between the latest campaign and three previously published reports: Kaspersky\u2019s <a href=\"https:\/\/media.kasperskycontenthub.comhttps\/\/web-assets.esetstatic.com\/wls\/sites\/43\/2018\/03\/07170759\/Microcin_Technical_4PDF_eng_final_s.pdf\">Microcin against Russian military personnel<\/a>, <a href=\"https:\/\/unit42.paloaltonetworks.com\/unit42-threat-actors-target-government-belarus-using-cmstar-trojan\">Palo Alto Networks\u2019 BYEBY against the Belarussian government<\/a> and Checkpoint\u2019s <a href=\"https:\/\/research.checkpoint.com\/2020\/vicious-panda-the-covid-campaign\">Vicious Panda against the Mongolian public sector<\/a>. Also, we discuss other malware that was typically a part of the attacker\u2019s toolset together with the RAT. We chose the name Mikroceen to cover all instances of the RAT, in acknowledgement of Kaspersky\u2019s initial report on the family. The misspelling is intentional, in order to avoid the established <a href=\"https:\/\/en.wikipedia.org\/wiki\/Microcin\">microbiological notion<\/a>, but also to have at least phonemic agreement.<\/p>\n<h2>Clustering<\/h2>\n<p>First let\u2019s discuss the clustering of Mikroceen, which is a simple RAT, and show our reasons for thinking reports from Kaspersky, Palo Alto Networks and Checkpoint write about the same specific malware family (among other malicious tools mentioned). Figure 1 provides a comparison of the decryption loop that is used for configuration data consisting of the C&amp;C domain, a name and a password associated with each sample of the RAT. The loop is practically the same and it is implemented in three copies in a row. Checkpoint also discussed the similarities of the HTTP headers in the data sections between BYEBY and Vicious Panda, and a shared logging message <span>V09SS0lO<\/span> that base64 decodes to <span>WORKIN<\/span>. The encoded string is also present in Microcin.<\/p>\n<\/p>\n<div><a  href=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-1-3.png\" data-rel=\"lightbox-gallery-0\" data-rl_title=\"\" data-rl_caption=\"\" data-magnific_type=\"gallery\" title=\"\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" height=\"269\" src=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-1-3.png\" width=\"700\"><\/a><\/p>\n<p><i>Figure 1. Part of the code used to decipher internal data; the exported DLL name is at the bottom<\/i><\/p>\n<\/div>\n<p>In the section <em><a href=\"#Attackers%E2%80%99%20arsenal\">Attackers\u2019 arsenal<\/a><\/em> below we also compare the command grammars of the RAT\u2019s features and typical error messages that are logged during execution with its previous instances. To support the evidence, the preferred provider of the attackers&#8217; infrastructure and the most typical malware simultaneously found on the compromised networks. All these clues should evoke strong confidence that it\u2019s the same malware family.<\/p>\n<h2>Timeline &amp; victimology<\/h2>\n<p>Figure 2 sketches the evolution how the threat was tracked in time. As we mentioned earlier, the Central Asian region joined Russia, Belarus and Mongolia as areas with victims of Mikroceen intrusions. These victims were not desktop users, but endpoints in corporate networks where a higher level of security is expected.<\/p>\n<\/p>\n<div><a  href=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-2-2.png\" data-rel=\"lightbox-gallery-0\" data-rl_title=\"\" data-rl_caption=\"\" data-magnific_type=\"gallery\" title=\"\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" height=\"249\" src=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-2-2.png\" width=\"700\"><\/a><\/p>\n<p><i>Figure 2. Timeline of events related to Mikroceen<\/i><\/p>\n<\/div>\n<div><a  href=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-3-new.png\" data-rel=\"lightbox-gallery-0\" data-rl_title=\"\" data-rl_caption=\"\" data-magnific_type=\"gallery\" title=\"\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" height=\"324\" src=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-3-new.png\" width=\"700\"><\/a><\/p>\n<p><i>Figure 3. The recent campaigns in Central Asia surrounded by the previously reported ones<\/i><\/p>\n<\/div>\n<h2>Attackers\u2019 arsenal<a><\/a><\/h2>\n<p>Let us describe the tools the attackers used in their campaign in Central Asia. Unfortunately, we were unable to discover how they got into the compromised networks.<\/p>\n<h3>RAT (client-side backdoor)<\/h3>\n<p>Once the intruders establish a foothold on a victim machine, the code in Figure 4 serves to install the RAT on the system. Note the parameter <span>start= auto<\/span>, which establishes the malware\u2019s persistence after a reboot.<\/p>\n<pre title=\"\"><code>@echo off sc stop PCAudit sc delete PCAudit sc create PCAudit binpath= \"C:WINDOWSsyswow64svchost.exe -k netsvcs\" type= share start= auto displayname= \"Windows Upload Manager\" sc description PCAudit \"Windows Help Service is a microsoft Windows component for System(Important). If this service is stopped, users will be unable to get useful information\" sc failure PCAudit reset= 0 actions= restart\/0 reg add HKLMSYSTEMCurrentControlSetServicesPCAuditParameters \/v ServiceDll \/t REG_EXPAND_SZ \/d %SystemRoot%Syswow64pcaudit.dll reg add HKLMSYSTEMCurrentControlSetServicesPCAuditParameters \/v ServiceMain \/t REG_SZ \/d NtHelpServiceMain reg add HKLMSYSTEMCurrentControlSetServicesPCAuditParameters \/v ServiceDllUnloadOnStop \/t REG_DWORD \/d 1 sc start PCAudit del %0 <\/code><\/pre>\n<p><em>Figure 4. Installation batch code<\/em><\/p>\n<p>As we mentioned earlier, each bot comes with configuration data: C&amp;C, client name and client password. The name of the bot appears in the server-side interface. What is quite unusual is that an operator needs to authenticate by entering the client\u2019s password in order to control the client. We can only speculate about the purpose, but it could serve as protection against botnet takeover, in case a competing actor or law enforcement seize their infrastructure. So, we see that certain effort was put on the security of the client-server connection. Moreover, the client can connect directly to the C&amp;C server or route the traffic via a proxy, which could be useful \u2013 especially in corporate networks. The connection is further secured by a certificate and this is a feature that distinguishes Mikroceen from the legion of backdoors we have seen since previously.<\/p>\n<p>Mikroceen uses the same basic features as already described Palo Alto Networks about BYEBY. The grammar of commands is quite specific, because each command is truncated to 6 letters and then base64 encoded. That results an 8-letter incomprehensible word in the code. While in previous cases the encoding was straightforward, in the campaign in Central Asia there\u2019s additional unknown encryption layer added. The connection of the 8-letter words with the commands in that case was done by agreement on the code level.<\/p>\n<\/p>\n<table>\n<thead>\n<tr>\n<th>Command<\/th>\n<th>Microcin, BYEBY, Vicious Panda<\/th>\n<th>Mikroceen<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>hello!<\/td>\n<td>aGVsbG8h<\/td>\n<td>AmbZDkEx<\/td>\n<\/tr>\n<tr>\n<td>GOODBY<\/td>\n<td>R09PREJZ<\/td>\n<td>eYTS5IwW<\/td>\n<\/tr>\n<tr>\n<td>BYE BY<\/td>\n<td>QllFIEJZ<\/td>\n<td>bo7aO8Nb<\/td>\n<\/tr>\n<tr>\n<td>DISCON<\/td>\n<td>RElTQ09O<\/td>\n<td>6GEI6owo<\/td>\n<\/tr>\n<tr>\n<td>LIST D<\/td>\n<td>TElTVCBE<\/td>\n<td>Ki0Swb7I<\/td>\n<\/tr>\n<tr>\n<td>STARTC<\/td>\n<td>U1RBUlRD <\/td>\n<td>h71RBG8X<\/td>\n<\/tr>\n<tr>\n<td>COMMAN<\/td>\n<td>Q09NTUFO<\/td>\n<td>5fdi2TfG<\/td>\n<\/tr>\n<tr>\n<td>TRANSF + (UPLOAD, DOWNLO)<\/td>\n<td>VFJBTlNG + (VVBMT0FE, RE9XTkxP)<\/td>\n<td>J8AoctiB + (QHbU0hQo, hwuvE43y)<\/td>\n<\/tr>\n<tr>\n<td>EXECUT<\/td>\n<td>RVhFQ1VU<\/td>\n<td>gRQ7mIYr<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><em>Table 1. Command grammar of various instances of the RAT<\/em><\/p>\n<p>During execution, the client logs debug messages in a temporary file. This varies among various Mikroceen instances. Table 2 provides a comparison of these messages from case to case and gives additional evidence that links the instances of Mikroceen.<\/p>\n<\/p>\n<table>\n<thead>\n<tr>\n<th><\/th>\n<th><strong>Microcin<\/strong><\/th>\n<th><strong>BYEBY<\/strong><\/th>\n<th><strong>Vicious Panda<\/strong><\/th>\n<th><strong>Mikroceen<\/strong><\/th>\n<th>#rowspan#<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td rowspan=\"2\">#rowspan#<\/td>\n<td>#rowspan#<\/td>\n<td>#rowspan#<\/td>\n<td>32-bit<\/td>\n<td>64-bit<\/td>\n<\/tr>\n<tr>\n<td>Folder<\/td>\n<td>% CSIDL_COMMON_DOCUMENTS%<\/td>\n<td>%TEMP%<\/td>\n<td>% CSIDL_COMMON_DOCUMENTS%<\/td>\n<td>%TEMP%<\/td>\n<td>%TEMP%<\/td>\n<\/tr>\n<tr>\n<td>Filename<\/td>\n<td>7B296FB0.CAB<\/td>\n<td>vmunisvc.cab<\/td>\n<td>5E8C6FF0.CAB<\/td>\n<td>7B296FB0.CAB<\/td>\n<td>W52G86ST.TMP<\/td>\n<\/tr>\n<tr>\n<td>Keywords at main<\/td>\n<td>V09SS0lO<br \/> U3RhcnQ=<\/td>\n<td>V09SS0lO<br \/> U3RhcnQ=<\/td>\n<td>V09SS0lO<br \/> U3RhcnQ=<\/td>\n<td>V09SS0lO<\/td>\n<td>GvFa8Sei<\/td>\n<\/tr>\n<tr>\n<td>Keyword at connect<\/td>\n<td>ZGlyZWN0<\/td>\n<td>ZGlyZWN0<\/td>\n<td>ZGlyZWN0<\/td>\n<td>wfZ155bJ<\/td>\n<td>wfZ155bJ<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><em>Table 2. Logging messages in a temporary file<\/em><\/p>\n<h3>Simultaneously occurring malware<\/h3>\n<p>The previous reports always mention a wide arsenal of tools that are used in the attacks. In our case it was the same \u2013 not just Mikroceen, but other malware as well. Here are the three most important tools we observed in the compromised networks.<\/p>\n<h4><strong>Lateral movement via Mimikatz<\/strong><\/h4>\n<p>The attackers used their implementation of Mimikatz, delivered via a two-stage mechanism: the first stage was a dropper usually called<span> installer.exe<\/span> or <span>Yokel64.exe<\/span><em>, <\/em>which dropped the main payload with an indicative external DLL name <span>mktz64.dll<\/span> in the second stage. While Mikroceen has never come with debug information, here we can see the string <span>E:2018_MimHashmimikatzBinmktzx64.pdb<\/span><\/p>\n<\/p>\n<div><a  href=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-5-2.png\" data-rel=\"lightbox-gallery-0\" data-rl_title=\"\" data-rl_caption=\"\" data-magnific_type=\"gallery\" title=\"\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" height=\"176\" src=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-5-2.png\" width=\"700\"><\/a><\/p>\n<p><i>Figure 5. A PDB string in the Mimikatz payload<\/i><\/p>\n<\/div>\n<p>Mimikatz is an open source project by French security researcher Benjamin Delpy, developed since 2007. It\u2019s a robust tool that, among other things, can bypass various Windows authentication schemes, basically by dumping credential data from the Windows Local Security Account database. It\u2019s mainly used by red teams in IT security but also misused across the spectrum of APT actors, e.g. <a href=\"https:\/\/www.welivesecurity.com\/2018\/04\/03\/lazarus-killdisk-central-american-casino\/\">Lazarus Group<\/a>, <a href=\"http:\/\/welivesecurity.com\/2018\/10\/11\/new-telebots-backdoor-linking-industroyer-notpetya\/\">Telebots<\/a>, <a href=\"https:\/\/www.welivesecurity.com\/2019\/07\/18\/okrum-ke3chang-targets-diplomatic-missions\/\">Okrum<\/a> etc. After running it in a test virtual environment, its output is (the incorrect spaces before the commas are in the original):<\/p>\n<pre title=\"\"><code>#1 domain = MSEDGEWIN10, user = Administrator , nthash=FC525C9683E8FE067095BA2DDC971889. #2 domain = MSEDGEWIN10, user = IEUser , nthash=FC525C9683E8FE067095BA2DDC971889.<\/code><\/pre>\n<h4><strong>Lateral movement via WMI<\/strong><\/h4>\n<p>The attackers use an additional tool to spread in the hosting network. This time they leverage Windows Management Instrumentation (WMI). All relevant data is needed as the file\u2019s name, as during the execution it expects<span> @@&lt;ComputerName&gt;,&lt;UserName&gt;,&lt;Password&gt;,.exe<\/span><em>. <\/em>In the first step, a console to a remote computer is established, where the connection is identified by <span>&lt;ComputerName&gt;<\/span> and authenticated with (<span>&lt;UserName&gt;, &lt;Password&gt;<\/span>). Afterwards, proxy security is set to the strict level, which means arguments of each remote procedure call are encrypted and the server\u2019s access to local resources is allowed. Then WMI is used again to retrieve the <span>Win32_Process class<\/span>, which in turn is used to create a process with given parameters. When all the work is done, the tool terminates itself.<\/p>\n<h4><strong>Gh0st RAT<\/strong><\/h4>\n<p>This <a href=\"https:\/\/citizenlab.ca\/2009\/03\/tracking-ghostnet-investigating-a-cyber-espionage-network\/\">infamous, old RAT<\/a> was created around 2008. In this instance it was found as<span> rastls.dll<\/span> on the compromised systems, while the exported DLL name is usually <span>svchost.dll<\/span>. It tries to connect with <span>https:\/\/yuemt.zzux[.]com:443<\/span>, which resolves to an IP address in China. This is an exception with no explanation, because the server doesn\u2019t belong to any of the C&amp;C providers used by Mikroceen. From our point of view, it seems redundant to use this additional backdoor, whose capacity is fully provided by Mikroceen itself.<\/p>\n<p>To recognize this backdoor, one observes the string <span>Gh0st<\/span> within the binary. The character string <span>uwqixgze}<\/span> is used as a placeholder for the C&amp;C domain.\u00ad<\/p>\n<\/p>\n<div><a  href=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-6-2.png\" data-rel=\"lightbox-gallery-0\" data-rl_title=\"\" data-rl_caption=\"\" data-magnific_type=\"gallery\" title=\"\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" height=\"386\" src=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-6-2.png\" width=\"700\"><\/a><\/p>\n<p><i>Figure 6. Gh0st RAT malware (fragment)<\/i><\/p>\n<\/div>\n<h3>C&amp;C panel (server-side interface)<\/h3>\n<p>The previous reports already mention the poor operational security of the attackers (their open directories were observed by Kaspersky and Checkpoint), and the actors behind continue to leak tools not necessarily leveraged on the victims&#8217; side. We were able to get our hands on an older version of RAT\u2019s control panel. On the lower part of Figure 7 there\u2019s a graphical interface through which all bots are commanded. It is very minimalistic, which may be due to an older version from 2017, but still, just compare it with the greater than 10-year-old panel of Gh0st RAT. There\u2019s not much improved since, visually or functionally, so the introduction of SSL connections seems like the main shift between the projects (the text box for \u201cCN Name\u201d on the figure). It seems that the operators of the botnet are content customers of Vultr services, a child company of Choopa LLC, as their operational infrastructure is mostly hosted there, and this was also observed in the Vicious Panda campaign by Checkpoint. This is a bullet-proof provider, documented by researchers from <a href=\"https:\/\/umbrella.cisco.com\/blog\/2015\/09\/14\/phishing-spiking-and-bad-hosting\">Cisco as early as 2015<\/a>.<\/p>\n<\/p>\n<p>\n<a  href=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-7-1.png\" data-rel=\"lightbox-gallery-0\" data-rl_title=\"\" data-rl_caption=\"\" data-magnific_type=\"gallery\" title=\"\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" height=\"639\" src=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-7-1.png\" width=\"900\"><\/a><\/p>\n<div><a  href=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-7b.png\" data-rel=\"lightbox-gallery-0\" data-rl_title=\"\" data-rl_caption=\"\" data-magnific_type=\"gallery\" title=\"\"><img loading=\"lazy\" decoding=\"async\" alt=\"\" height=\"342\" src=\"https:\/\/web-assets.esetstatic.com\/wls\/2020\/05\/Figure-7b.png\" width=\"900\"><\/a><\/p>\n<p><i>Figure 7. Interfaces for controlling bots: Gh0st RAT (2008) vs. Mikroceen\u2019s interface (2017)<\/i><\/p>\n<\/div>\n<h2>Conclusion<\/h2>\n<p>We have presented the analysis of a custom implementation of a client-server model developed for spying purposes. The malware developers put great effort into the security and robustness of the connection with their victims and the operators managed to penetrate high-profile corporate networks. Moreover, they have a larger toolset of attack tools at their disposal and their projects are under constant development, mostly visible as variations in obfuscation.<\/p>\n<h2>Indicators of Compromise (IoCs)<\/h2>\n<p>Here are the hashes of samples described in the article. Additional IoCs collected from the attacks can be found on <a href=\"https:\/\/github.com\/eset\/malware-ioc\/tree\/master\/mikroceen\/\">ESET\u2019s GitHub<\/a> or <a href=\"https:\/\/github.com\/avast\/ioc\">Avast\u2019s GitHub<\/a>.<\/p>\n<\/p>\n<table>\n<thead>\n<tr>\n<th>SHA<\/th>\n<th>Timestamp<\/th>\n<th>Description<\/th>\n<th>ESET detection name<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>d215bb8af5581b31f194248fc3bd13d999a5991c<\/td>\n<td>2016-06-29 00:34:42<\/td>\n<td>Microcin (Kaspersky)<br \/> 7771e1738fc2e4de210ac06a5e62c534<\/td>\n<td>Win32\/Mikroceen.A<\/td>\n<\/tr>\n<tr>\n<td>7a63fc9db2bc1e9b1ef793723d5877e6b4c566b8<\/td>\n<td>2017-07-06 08:15:31<\/td>\n<td>BYEBY (PANW) 383a2d8f421ad2f243cbc142e9715c78f867a114b037626c2097cb3e070f67d6<\/td>\n<td>Win32\/Mikroceen.B<\/td>\n<\/tr>\n<tr>\n<td>2f80f51188dc9aea697868864d88925d64c26abc<\/td>\n<td>2017-01-28 11:33:43<\/td>\n<td>Vicious Panda (Checkpoint)<\/td>\n<td>Win32\/Mikroceen.C<\/td>\n<\/tr>\n<tr>\n<td>302cf1a90507efbded6b8f53e380591a3eaf6dcb<\/td>\n<td>2019-04-25 01:15:40<\/td>\n<td>Mikroceen 32-bit<\/td>\n<td>Win32\/Mikroceen.H<\/td>\n<\/tr>\n<tr>\n<td>21ffd24b8074d7cffdf4cc339d1fa8fe892eba27<\/td>\n<td>2018-12-10 07:46:25<\/td>\n<td>Mikroceen 64-bit<\/td>\n<td>Win64\/Mikroceen.C<\/td>\n<\/tr>\n<tr>\n<td>5192023133dce042da8b6220e4e7e2e0dcb000b3<\/td>\n<td>2019-03-11 12:14:09<\/td>\n<td>Mimikatz<\/td>\n<td>Win64\/Riskware.Mimikatz.AQ<\/td>\n<\/tr>\n<tr>\n<td>c18602552352fee592972603262fe15c2cdb215a<\/td>\n<td>2015-03-16 03:29:39<\/td>\n<td>Lateral Movement via WMI<\/td>\n<td>Win32\/HackTool.Agent.NEZ<\/td>\n<\/tr>\n<tr>\n<td>4de4b662055d3083a1bccf2bc49976cdd819bc01<\/td>\n<td>2015-12-31 03:10:15<\/td>\n<td>Gh0st RAT<\/td>\n<td>Win32\/Farfli.CSY<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>References<\/h2>\n<ul>\n<li>Vasily Berdnikov, Dmitry Karasovsky, Alexey Shulmin: \u201c<a href=\"https:\/\/media.kasperskycontenthub.comhttps\/\/web-assets.esetstatic.com\/wls\/sites\/43\/2018\/03\/07170759\/Microcin_Technical_4PDF_eng_final_s.pdf\">Microcin malware<\/a>\u201d, Kaspersky Labs 2017-9-25<\/li>\n<li>Josh Grunzweig, Robert Falcone: \u201c<a href=\"https:\/\/unit42.paloaltonetworks.com\/unit42-threat-actors-target-government-belarus-using-cmstar-trojan\/\">Threat Actors Target Government of Belarus Using CMSTAR Trojan<\/a>\u201d, September 2017<\/li>\n<li>Checkpoint Research: \u201c<a href=\"https:\/\/research.checkpoint.com\/2020\/vicious-panda-the-covid-campaign\/\">Vicious Panda: The COVID Campaign<\/a>\u201d, 2020-03-12<\/li>\n<li>SecDev Group &amp; Citizenlab, \u201c<a href=\"https:\/\/citizenlab.ca\/2009\/03\/tracking-ghostnet-investigating-a-cyber-espionage-network\/\">Tracking GhostNet: Investigating a Cyber Espionage Network<\/a>\u201d, March 2009,<\/li>\n<li>Dhia Mahjoub, Jeremiah O&#8217;Connor, Thibault Reuille, Thomas Mathew: \u201c<a href=\"https:\/\/umbrella.cisco.com\/blog\/2015\/09\/14\/phishing-spiking-and-bad-hosting\/\">Phishing, Spiking, and Bad Hosting<\/a>\u201d, Cisco Umbrella Blog, 2015-09-14<\/li>\n<li>\u201c<a href=\"https:\/\/github.com\/gentilkiwi\/mimikatz\">Mimikatz: A little tool to play with Windows security<\/a>\u201d<\/li>\n<li>Peter K\u00e1lnai, Anton Cherepanov. \u201c<a href=\"https:\/\/www.welivesecurity.com\/2018\/04\/03\/lazarus-killdisk-central-american-casino\/\">Lazarus KillDisks Central American casino<\/a>\u201d, WeLiveSecurity.com, April 2018<\/li>\n<li>Anton Cherepanov, Robert Lipovsk\u00fd: \u201c<a href=\"https:\/\/www.welivesecurity.com\/2018\/10\/11\/new-telebots-backdoor-linking-industroyer-notpetya\/\">New TeleBots backdoor: First evidence linking Industroyer to NotPetya<\/a>\u201d, WeLiveSecurity.com, October 2018<\/li>\n<li>Zuzana Hromcov\u00e1: \u201c<a href=\"https:\/\/www.welivesecurity.com\/2019\/07\/18\/okrum-ke3chang-targets-diplomatic-missions\/\">Okrum: Ke3chang group targets diplomatic missions<\/a>\u201d, WeLiveSecurity.com, July 2019<\/li>\n<li>Avast Threat Intelligence, <a href=\"https:\/\/github.com\/avast\/ioc\">GitHub repository<\/a><\/li>\n<li>ESET Threat Intelligence, <a href=\"https:\/\/github.com\/eset\/malware-ioc\">GitHub repository<\/a><\/li>\n<\/ul>\n<h2>MITRE ATT&amp;CK techniques<\/h2>\n<\/p>\n<table>\n<thead>\n<tr>\n<th>Tactic<\/th>\n<th>ID<\/th>\n<th>Name<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td rowspan=\"5\">Execution<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1035\/\">T1035<\/a><\/td>\n<td>Service Execution<\/td>\n<td>The RAT is configured to run as a service at startup via <span>sc.exe<\/span>.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1059\/\">T1059<\/a><\/td>\n<td>Command-Line Interface<\/td>\n<td>The RAT can execute a command line.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1064\/\">T1064<\/a><\/td>\n<td>Scripting<\/td>\n<td>The attackers used batch scripts for malware installation and execution.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1105\/\">T1105<\/a><\/td>\n<td>Remote File Copy<\/td>\n<td>The RAT can download files to the victim\u2019s machine<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1106\/\">T1106<\/a><\/td>\n<td>Execution through API<\/td>\n<td>The RAT launches the Windows console via <span>CreateProcess<\/span>.<\/td>\n<\/tr>\n<tr>\n<td>Persistence<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1050\/\">T1050<\/a><\/td>\n<td>New Service<\/td>\n<td>The RAT is executed automatically<\/td>\n<\/tr>\n<tr>\n<td rowspan=\"2\">Defense Evasion<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1036\/\">T1036<\/a><\/td>\n<td>Masquerading<\/td>\n<td>The RAT disguises itself as various types of legitimate services.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T11406\/\">T1140<\/a><\/td>\n<td>Deobfuscate\/Decode Files or Information<\/td>\n<td>The commands of the RAT and some of its components are encoded\/encrypted.<\/td>\n<\/tr>\n<tr>\n<td rowspan=\"3\">Discovery<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1082\/\">T1082<\/a><\/td>\n<td>System Information Discovery<\/td>\n<td>The RAT sends information, like the version of the operating system to be displayed, in operator\u2019s panel.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1016\/\">T1016<\/a><\/td>\n<td>System Network Configuration Discovery<\/td>\n<td>The RAT collects network information, including host IP address and proxy information.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1033\/\">T1033<\/a><\/td>\n<td>System Owner\/User Discovery<\/td>\n<td>The RAT sends information, like the username to be displayed, in operator\u2019s panel.<\/td>\n<\/tr>\n<tr>\n<td>Credential Access<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1003\/001\/\">T1003.001<\/a><\/td>\n<td>OS Credential Dumping: LSASS Memory<\/td>\n<td>Mimikatz is used in the attack.<\/td>\n<\/tr>\n<tr>\n<td rowspan=\"5\">Command and Control<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1032\/\">T1032<\/a><\/td>\n<td>Standard Cryptographic Protocol<\/td>\n<td>The RAT uses SSL for encrypting C2 communications.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1043\/\">T1043<\/a><\/td>\n<td>Commonly Used Port<\/td>\n<td>The RAT uses port 443.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1071\/\">T1071<\/a><\/td>\n<td>Standard Application Layer Protocol<\/td>\n<td>The RAT uses the Schannel implementation of SSL.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1001\/\">T1001<\/a><\/td>\n<td>Data Obfuscation<\/td>\n<td>The RAT\u2019s interface controls the client with obfuscated commands.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1090\/002\/\">T1090.002<\/a><\/td>\n<td>Proxy: External Proxy<\/td>\n<td>The RAT has a proxy option that masks traffic between the malware and the remote operators.<\/td>\n<\/tr>\n<tr>\n<td> Exfiltration<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1041\/\">T1041<\/a><\/td>\n<td>Exfiltration Over Command and Control Channel<\/td>\n<td>The operator of the RAT can download any desired file from a victim.<\/td>\n<\/tr>\n<tr>\n<td>Collection<\/td>\n<td><a href=\"https:\/\/attack.mitre.org\/techniques\/T1113\/\">T1113<\/a><\/td>\n<td>Screen Capture<\/td>\n<td>The RAT can capture the victim\u2019s screen.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"wls-source\"><a href=\"https:\/\/www.welivesecurity.com\/2020\/05\/14\/mikroceen-spying-backdoor-high-profile-networks-central-asia\/\" rel=\"nofollow noopener\" target=\"_blank\">Read the full analysis on WeLiveSecurity \u2192<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ESET researchers dissect a backdoor deployed in attacks against multiple government agencies and major organizations operating in two critical infrastructure sectors in Asia<\/p>\n","protected":false},"author":5,"featured_media":8222,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2878],"tags":[],"class_list":["post-8221","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-eset-research"],"acf":[],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/posts\/8221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/comments?post=8221"}],"version-history":[{"count":0,"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/posts\/8221\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/media\/8222"}],"wp:attachment":[{"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/media?parent=8221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/categories?post=8221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.eset.ee\/et\/en\/wp-json\/wp\/v2\/tags?post=8221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}