{"id":18884,"date":"2022-04-28T08:40:03","date_gmt":"2022-04-28T16:40:03","guid":{"rendered":"https:\/\/www.palada.net\/index.php\/2022\/04\/28\/news-12617\/"},"modified":"2022-04-28T08:40:03","modified_gmt":"2022-04-28T16:40:03","slug":"news-12617","status":"publish","type":"post","link":"http:\/\/www.palada.net\/index.php\/2022\/04\/28\/news-12617\/","title":{"rendered":"An Overview of the Increasing Wiper Malware Threat"},"content":{"rendered":"<div class=\"aem-Grid aem-Grid--12 aem-Grid--default--12\">\n<div class=\"raw-import aem-GridColumn aem-GridColumn--default--12\">\n<div class=\"text-container\"><\/div>\n<\/p><\/div>\n<div class=\"cmp cmp-text aem-GridColumn aem-GridColumn--default--12\">\n<p>In parallel with the war in Ukraine, cybersecurity researchers have witnessed a sudden increase in the number of wiper malware deployments. Although these haven&#8217;t been officially attributed to Russian state-sponsored threat actors, their goals align with the Russian military&#8217;s. It is widely theorized that these cyberattacks are intentionally being launched in concert with the invasion.<\/p>\n<p>With wiper malware in the spotlight, we at FortiGuard Labs wanted to provide more information on this threat to help organizations understand it and implement better protections against them. In this blog, the following topics will be discussed:<\/p>\n<ul>\n<li>What is a wiper malware?<\/li>\n<li>The motivation for threat actors to use them<\/li>\n<li>Interesting properties that can influence the effectiveness of the malware<\/li>\n<li>Wiper techniques under the hood<\/li>\n<li>Protections provided by Fortinet<\/li>\n<\/ul>\n<h2>Definition<\/h2>\n<p>The <span style=\"font-family: &quot;Courier New&quot;;\"><span style=\"font-size: 10.0pt;\">wiper<\/span><\/span> term in wiper malware comes from its most basic function, when the objective of the malware is to wipe (erase) the hard disk of the victim machine. More generically, wiper malware can be defined as malicious software that tries to destroy data. As we will see in the following sections, there are different ways to accomplish this.<\/p>\n<h2>History<\/h2>\n<p>Below is a short history of notable wiper malware (also shown in Figure 1):<\/p>\n<ul>\n<li><b>Shamoon<\/b>, 2012: Used to attack Saudi Aramco and Qatar&#8217;s RasGas oil companies.<\/li>\n<li><b>Dark Seoul<\/b>, 2013: Attacked South Korean media and financial companies.<\/li>\n<li><b>Shamoon<\/b>, 2016: Returned to again attack Saud Arabian organizations.<\/li>\n<li><b>NotPetya<\/b>, 2017: Originally targeted Ukrainian organizations, but due to its self-propagation capability, it became the most devastating malware to date.<\/li>\n<li><b>Olympic Destroyer<\/b>, 2018: Attack targeted against the Winter Olympics in South Korea.<\/li>\n<li><b>Ordinypt\/GermanWiper<\/b>, 2019: Targeted German organizations with phishing emails in German.<\/li>\n<li><b>Dustman<\/b>, 2019: Iranian state-sponsored threat actors attacked Bapco, Bahrain&#8217;s national oil company.<\/li>\n<li><b>ZeroCleare<\/b>, 2020: Attacked energy companies in the Middle East.<\/li>\n<li><b>WhisperKill<\/b>, 2022: Attacked Ukrainian organizations in parallel with the Ukraine-Russia war.<\/li>\n<li><b>WhisperGate<\/b>, 2022: Attacked Ukrainian organizations in parallel with the Ukraine-Russia war.<\/li>\n<li><b>HermeticWiper<\/b>, 2022: Attacked Ukrainian organizations in parallel with the Ukraine-Russia war.<\/li>\n<li><b>IsaacWiper<\/b>, 2022: Attacked Ukrainian organizations in parallel with the Ukraine-Russia war.<\/li>\n<li><b>CaddyWiper<\/b>, 2022: Attacked Ukrainian organizations in parallel with the Ukraine-Russia war.<\/li>\n<li><b>DoupleZero<\/b>, 2022: Attacked Ukrainian organizations in parallel with the Ukraine-Russia war.<\/li>\n<li><b>AcidRain<\/b>, 2022: Attacked Viasat&#8217;s KA-SAT satellite service provider.<\/li>\n<\/ul><\/div>\n<div class=\"cmp cmp-image aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--8 aem-GridColumn--offset--default--2\">               <noscript data-cmp-image=\"{&#34;smartImages&#34;:[],&#34;smartSizes&#34;:[],&#34;lazyEnabled&#34;:true}\">             <img decoding=\"async\" src=\"\/blog\/threat-research\/the-increasing-wiper-malware-threat\/_jcr_content\/root\/responsivegrid\/image.img.png\/1650929565242\/img1.png\" alt=\"Wiper malware timeline\"\/>         <\/noscript>          <span class=\"cmp-image--title\">Figure 1: Wiper malware timeline<\/span>         <\/div>\n<div class=\"cmp cmp-text aem-GridColumn aem-GridColumn--default--12\">\n<h2>Motivation<\/h2>\n<p>In this section, we will look at the different motivations behind deploying a wiper malware. While its goals are straightforward, that does not mean that the motivation is always the same. We distinguish between the following four potential motivators: financial gain, destruction of evidence, sabotage, and cyberwar.<\/p>\n<h3>Financial Gain<\/h3>\n<p>In general, financial gain is the least significant motivator for wiper malware. This is understandable because it is hard to monetize destruction. However, one aspect we wanted to point out here is the fake ransomware variant that pretends to encrypt data and ask for a ransom, but without the capability to recover data. This could be called a ransomware scam because the ransomware concept is fraudulent. Threat actors employing such techniques are simply looking to make a quick buck without investing in developing an actual ransomware tool or in the administration work behind an actual ransomware operation. Of course, such an enterprise is short-lived because once it gets out that it is not possible to recover data, nobody will pay the ransom.<\/p>\n<p>A good example is the <b>Ordinypt<\/b> or <b>GermanWiper,<\/b> which was active in 2017. As ransomware does, it altered files and added a random 5-character extension to them. It also destroyed recovery options, such as the Windows shadow copy. And it changed the desktop background to display a ransom note with a Bitcoin address where the ransom payment was expected to be sent. However, it did not really encrypt files. Instead, it filled them with zero bytes and truncated them. With this approach, there was no way to recover any affected files. \u00a0<\/p>\n<h3>Destruction of Evidence<\/h3>\n<p>This is a hard-to-prove motivator, but sometimes when there is no other reason to deploy a wiper in an attack, it may be concluded that the real reason was something else, such as espionage. The wiper is only deployed after the true goal of the attack is achieved. Instead of meticulously erasing their tracks and all evidence of their attack, the attackers simply deploy a wiper malware in the organization. This not only erases the evidence, but the scale of the destruction causes the defenders to focus on the recovery of data and operations and not on investigating the intrusion.<\/p>\n<h3>Sabotage<\/h3>\n<p>Sabotage is the most obvious reason to deploy a wiper. Just as the Stuxnet malware was used to destroy centrifuges to slow down Iran&#8217;s efforts to develop nuclear weapons, wiper malware could be used to destroy data, sabotage development, cause financial loss, or just cause chaos.<\/p>\n<p>One example in this category is the <b>Shamoon<\/b> malware, used to attack Saudi Aramco and other oil companies. The attack destroyed 30,000 workstations at Saudi Aramco. At such a scale, even replacing these computers becomes a logistical nightmare. The attack was also scheduled for a time when a holiday had just started to maximize its impact by counting on the limited staff available to respond to the attack.<\/p>\n<h3>Cyberwar<\/h3>\n<p>A few months ago, it would not have been as straightforward to include this motivation in the list. But at the time of this post, seven different wiper malware attacks (WhisperKill, WhisperGate,\u00a0HermeticWiper,\u00a0 IsaacWiper, CaddyWiper,\u00a0 DoubleZero, AcidRain) have been discovered targeting Ukrainian infrastructure or Ukrainian companies\u2014all clearly in line with Russia&#8217;s interest in the Ukraine-Russia war. Generally, wiper operations in this category attack targets whose destruction is in the interest of the opposing military. For example, the motivation behind such an attack might be to cripple critical infrastructure. This could be done to either cause chaos and increase mental stress on the enemy or to cause destruction at a tactical target. Wiper attacks can also have a devastating effect against OT and critical infrastructure targets, which has its value in a war.<\/p>\n<p>An interesting and recent example is the suspicion that the <b>AcidRain<\/b> wiper was used in an attack against the Viasat KA-SAT satellite broadband service provider. The attacker gained access to the management infrastructure of the provider to deploy AcidRain on KA-SAT modems used in Ukraine. The attack also rendered 5,800 wind turbines inaccessible in Germany.<\/p>\n<h2>Interesting Properties<\/h2>\n<p>Although the general objective of wiper malware is quite simple, some have interesting properties worth discussing.<\/p>\n<h3>Fake Ransomware<\/h3>\n<p>As discussed, many wiper malware samples pretend to be ransomware. This means they leverage many of the typical Tactics, Techniques, and Procedures (TTP) that actual ransomware uses, but they do this without the possibility of recovering the files. In theory, standard ransomware can also be used as a wiper if the decryption key is never provided to the victim. In that case, the encrypted files are practically lost. However, after detailed analysis, it is apparent in many cases that the ransomware functionality is just a ruse, and in reality, the malware is a wiper. There could be a couple of reasons to do this:<\/p>\n<ul>\n<li>As seen previously with Ordinypt, a sample can follow the ransomware business model without the intention to recover files.<\/li>\n<li>It can be used to mislead the incident response team and, with that, slow down countermeasures.<\/li>\n<li>Hide the motivation behind an attack. Ransomware would suggest cybercrime, which could be a way to hide that the real motivation is sabotage or cyberwar.<\/li>\n<\/ul>\n<p>An excellent example of the latter is the infamous <b>NotPetya<\/b> malware from 2017. It was the most devastating malware so far. It started with a supply chain attack against Ukrainian companies through updates from a small Ukrainian accounting software company. However, it did not stop there. Since NotPetya was a worm, it also exploited vulnerabilities in other software to propagate. This was so efficient that it quickly became a global problem, crippling networks without discrimination. It went to great lengths to imitate ransomware, such as encrypting files, providing a Bitcoin address for payment, and delivering a ransom note. However, in reality, it was a wiper that just destroyed data. It was attributed to the Sandworm actors, who are associated with the Main Directorate of the General Staff of the Armed Forces of the Russian Federation, often referred to as GRU.<\/p>\n<h3>Self-Propagation<\/h3>\n<p>As with NotPetya, we can see that a significant property of wipers is whether or not they are self-propagating. If it is a worm, such as NotPetya, it will self-propagate to other machines once it is let loose. It is not necessarily possible to control them any longer in such a case.<\/p>\n<p>There are a couple of ways malware can self-propagate:<\/p>\n<ul>\n<li>By exploiting vulnerabilities in-network services.<\/li>\n<li>Gathering credentials on infected machines and using them to connect to other machines in the network.<\/li>\n<li>Using legitimate ways to move from one device to another, such as update processes.<\/li>\n<\/ul>\n<p>This does not mean, of course, that non-self-propagating malware cannot be devastating. If the domain controller is compromised in a network, it can be used to deploy the wiper on all machines in the organization. The main difference is that self-propagating malware cannot be controlled once it has been unleashed.<\/p>\n<h2>Wiping Techniques<\/h2>\n<p>Now let&#8217;s roll up our sleeves and get our hands dirty by looking under the hood of wiper malware to understand the techniques they use to destroy the victim&#8217;s data.<\/p>\n<h3>Overwriting Files<\/h3>\n<p>The most trivial approach for wipers is to simply enumerate the filesystem and overwrite the selected files with data. We discussed earlier that Ordinypt used this approach, overwriting files with zero (0x00) bytes.<\/p>\n<p>Another good example is the <b>WhisperGate<\/b> wiper deployed against Ukrainian organizations earlier this year. It had various stages and components, but the second stage (stage2.exe) downloaded the file corrupter component from a hardcoded Discord channel. This component goes through specific folders looking for files with file extensions hardcoded in the malware. These files are different data files. The malware replaces the content of the files with 1 MB of 0xCC bytes and adds a 4-character long random extension. It is worth noting that WhisperGate also pretended to be ransomware, even though it corrupts files beyond repair.<\/p>\n<h3>Encrypting Files<\/h3>\n<p>As mentioned earlier, encrypting a file and destroying the key is essentially equivalent to destroying the file. Of course, a brute-force attempt could be made to recover the file, but if proper encryption algorithms are used, this approach is quite hopeless. However, encryption rather than simply overwriting is very resource-intensive and slows down the malware. The only use case for implementing encryption in a wiper is when the authors want to keep up the appearance of being ransomware for as long as possible. This was the case with NotPetya, which did encrypt files properly.<\/p>\n<h3>Overwriting MBR<\/h3>\n<p>Many wipers also make sure to overwrite the Master Boot Record (MBR) of the disk. This part of a disk tells the computer how to boot the operating system. If the MBR is destroyed, the computer won&#8217;t start. However, this does not mean that the data on the hard disk has been destroyed. If only the MBR is corrupted, the data can still be recovered. By itself, it can only be used to cause chaos and confusion, but no actual data loss. That is why it is usually used together with other techniques.<\/p>\n<p>For instance, the <b>ZeroCleare<\/b> malware used against energy companies in the Middle East in 2019 also used this technique. It used the third-party driver management tool EldoS RawDisk (more on that later) to directly access hard drives bypassing the protection mechanisms of the operating system (OS). Instead of overwriting files on the OS level, ZeroCleare overwrites the disks directly with 0x55 bytes. This, of course, starts with the MBR and continues with all partitions. A very clever technique we should mention when talking about ZeroCleare is that it bypassed the Windows Driver Signature Enforcement(DSG), which protects Windows from loading unsigned drivers (RawDisk driver). To do that, it first loaded a publicly available known vulnerable signed driver of VirtualBox. It then exploited the vulnerability in this legitimate driver to load RawDisk&#8217;s unsigned driver. Once that happened, it had direct access to the disks in the machine.<\/p>\n<h3>Overwriting MFT<\/h3>\n<p>MFT stands for Master File Table, and it exists on every NTFS filesystem. This is basically a catalog of all the files that exist on the filesystem, their metadata, and either the file content or the location where the file content is stored. If the MFT is corrupted, the operating system won&#8217;t be able to find the files. This is a very easy and fast way for wiper malware to make files disappear. The one drawback is similar to corrupting the MBR: the file content is not necessarily destroyed. While the few files stored directly in the MFT would be erased, most of the files are stored somewhere else on the disk, and the MFT only provides their location to the OS. Without the MFT, the OS won&#8217;t be able to find the content, but the content is still there on the disk.<\/p>\n<p>A fascinating example is <b>NotPetya<\/b> again. It overwrote the MBR of the target machine with a custom boot loader and stored a custom low-level code that this boot loader called. This code encrypted the MFT when the first restart happened after the infection. Once the MFT was encrypted, it forced the machine to restart. After that second restart, the device would no longer boot but only display the ransom note (Figure 2).<\/p>\n<\/p><\/div>\n<div class=\"cmp cmp-image aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--8 aem-GridColumn--offset--default--2\">               <noscript data-cmp-image=\"{&#34;smartImages&#34;:[],&#34;smartSizes&#34;:[],&#34;lazyEnabled&#34;:true}\">             <img decoding=\"async\" src=\"\/blog\/threat-research\/the-increasing-wiper-malware-threat\/_jcr_content\/root\/responsivegrid\/image_1353434348.img.png\/1650929764290\/fig2.png\" alt=\"NotPetya ransom note\"\/>         <\/noscript>          <span class=\"cmp-image--title\">Figure 2: NotPetya ransom note<\/span>         <\/div>\n<div class=\"cmp cmp-text aem-GridColumn aem-GridColumn--default--12\">\n<h2>Using IOCTL<\/h2>\n<p>IOCTL is the device input and output control interface in Windows. The DeviceIoControl() function is a general-purpose interface used to send control codes to devices. The control codes are essentially operations to be executed by the device driver. Malware uses this interface to collect information about the disks targeted for the actual wiping.<\/p>\n<p>In the case of <b>HermeticWiper<\/b>, IOCTLs were used for the following purposes:<\/p>\n<ul>\n<li>Drive fragmentation (as opposed to defragmentation): spreading files around the drive makes a recovery more difficult. To achieve this, the FSCTL_GET_RETRIEVAL_POINTERS and FSCTL_GET_MOVE_FILES IOCTL codes are used.<\/li>\n<li>Parsing the drive&#8217;s contents to identify the parts to be destroyed: To do this, the IOCTL_DISK_GET_DRIVE_LAYOUT_EX and IOCTL_DISK_GET_DRIVE_GEOMETRY_EX codes are used.<\/li>\n<li>Collecting occupied clusters to stage them for erasing: This is a performance improvement to ignore clusters not in use. For this, the FSCTL_GET_VOLUME_BITMAP and FSCTL_GET_VOLUME_BITMAP IOCTLs codes are used.<\/li>\n<li>And finally, the FSCTL_GET_NTFS_FILE_RECORD code is used to load a record from an NTFS filesystem.<\/li>\n<\/ul>\n<p>Once HermeticWiper collects all the data it wants to erase to maximize the impact of the wiping, it uses the EaseUS Partition Master driver to overwrite the selected parts of the disk with random data.<\/p>\n<h3>Third-party tooling<\/h3>\n<p>It was previously mentioned that malware sometimes uses third-party tools to overwrite data. They usually use the Windows driver of off-the-shelf products to bypass the protection mechanisms of Windows and manipulate the disks directly. The primary reason for using third-party drivers is probably that poorly implemented drivers can easily crash the whole system, which would lead to investigation and detection. Attackers likely don&#8217;t want to invest time into writing their own drivers. Another reason might be that only signed drivers are allowed to be loaded on modern Windows systems, so if they wrote their own driver, they would need to bypass this security mechanism. This is, of course, not impossible, as we saw with ZeroCleare, which first loads a signed but vulnerable driver and then exploits that vulnerability to load the unsigned driver.<\/p>\n<p>The two most widely-used examples of third-party tools used are:<\/p>\n<ul>\n<li><a href=\"https:\/\/attack.mitre.org\/software\/S0364\/\" target=\"_blank\">EldoS RawDisk<\/a>, used by the Shamoon and ZeroCleare wipers and the Lazarus Group in their infamous Sony Hack.<\/li>\n<li>EaseUS Partition Master used by HermeticWiper<\/li>\n<\/ul>\n<h3>All of the Above<\/h3>\n<p>As shown in the examples above, most wipers are not using just one technique but a combination. Wipers employ varying complexity in trying to reach their goals. The more complex the malware is, the more techniques it needs to use. And, of course, the more techniques are used, the lower the probability that the data can be recovered.<\/p>\n<h2>Fortinet Telemetry<\/h2>\n<p>Figure 3 shows Fortinet Anti-Virus (AV) detection numbers since January 2022 of various wiper malware signatures. We can see that there was a significant increase. It is also interesting to see that there is still a lot of NotPetya detection, which can be explained by the fact that it is a worm so as long as there are vulnerable machines out there NotPetya will keep self-propagating. We can also see how the war specific new wipers appeared in March and increased the numbers significantly.<\/p>\n<\/p><\/div>\n<div class=\"cmp cmp-image aem-GridColumn--default--none aem-GridColumn aem-GridColumn--default--12 aem-GridColumn--offset--default--0\">               <noscript data-cmp-image=\"{&#34;smartImages&#34;:[],&#34;smartSizes&#34;:[],&#34;lazyEnabled&#34;:true}\">             <img decoding=\"async\" src=\"\/blog\/threat-research\/the-increasing-wiper-malware-threat\/_jcr_content\/root\/responsivegrid\/image_275628662.img.png\/1650929901662\/img3.png\" alt=\"AV detection for wiper samples since January\"\/>         <\/noscript>          <span class=\"cmp-image--title\">Figure 3: AV detection for wiper samples since January<\/span>         <\/div>\n<div class=\"cmp cmp-text aem-GridColumn aem-GridColumn--default--12\">\n<h2>Recommendations<\/h2>\n<p>There are several best practices organizations are urged to implement to minimize the impact of wiper malware:<\/p>\n<p><b>Backup:<\/b> The most helpful countermeasure for ransomware and wiper malware is to have backups available. Malware often actively searches for backups on the machine (such as Windows Shadow Copy) or on the network to destroy. Therefore, backups must be stored off-site and off-line to survive sophisticated attacks. And when we talk about backups, it is important to mention that the existence of backups is essential, but a detailed recovery process also exists. And that the IT team regularly exercises recovery from backup to minimize downtime.<\/p>\n<p><b>Segmentation<\/b>: Proper network segmentation can be useful on multiple levels. For example, it can limit the impact of an attack to one segment of the network. In addition, firewalls used in combination with anti-virus and intrusion prevention systems, such as <a href=\"https:\/\/www.fortinet.com\/products\/next-generation-firewall\">FortiGate<\/a>, <a href=\"https:\/\/www.fortinet.com\/products\/ips\">FortiGuard IPS<\/a>, and <a href=\"https:\/\/www.fortinet.com\/solutions\/enterprise-midsize-business\/security-as-a-service\/content-security\">FortiGuard Content Security<\/a>, can detect the propagation of malware on the network, communications to known command and control servers, and malicious files as they are moved through the network.<\/p>\n<p><b>Disaster recovery plan:\u00a0<\/b>Once a wiper is deployed in the network, the question is how well is the organization prepared for such a situation. What processes have been defined for business continuity without IT? How will restoration from backups be done and how will the organization communicate the incident to customers and the media? These are all questions that should be settled before an attack. All this and more should be defined in a disaster recovery plan, which will be invaluable under the extreme stress of an active compromise.<\/p>\n<p><b>Incident Response: <\/b>The speed and the quality of incident response are crucial, and the outcome of the attack can highly depend on it. In a scenario where a compromise is detected before wiper malware is deployed, the manner in which the incident response team handles and responds to the compromise could mean the difference between successfully averting data loss and complete data destruction. The <a href=\"https:\/\/www.fortinet.com\/support\/support-services\/fortiguard-security-subscriptions\/incident-response\">FortiGuard Incident Response &amp; Readiness Services<\/a> is a trusted partner of many organizations for just this purpose.<\/p>\n<h2>Fortinet Protection<\/h2>\n<p>Fortinet products detect all malware discussed in this blog.<\/p>\n<h3>Fortinet Anti-Virus Signatures<\/h3>\n<p><b>HermeticWiper:<\/b><br \/> W32\/KillDisk.NCV!tr<br \/> W32\/Agent.OJC!worm<\/p>\n<p><b>IsaacWiper:<\/b><br \/> W32\/KillMBR.NHQ!tr<\/p>\n<p><b>CaddyWiper:<\/b><br \/> W32\/CaddyWiper.NCX!tr<\/p>\n<p><b>WhisperKill:<\/b><br \/> W32\/KillFiles.NKU!tr.ransom<\/p>\n<p><b>WhisperGate:<\/b><br \/> W32\/KillMBR.NGI!tr<br \/> MSIL\/Agent.FP!tr.dldr<br \/> MSIL\/Agent.QWILJV!tr<br \/> W32\/KillFiles.NKU!tr.ransom<br \/> MSIL\/VVH!tr<br \/> MSIL\/Agent.VVH!tr<\/p>\n<p><b>Shamoon:<\/b><br \/> W32\/DISTTRACK.C!tr<br \/> W32\/Generic.BQYIIWO!tr<br \/> W64\/DistTrack.A!tr<br \/> Malware_Generic.P0<br \/> DistTrack.Botnet<\/p>\n<p><b>Ordinypt:<\/b><br \/> W32\/Ordinypt.5873!tr.ransom<\/p>\n<p><b>Olympic Destroyer:<\/b><br \/> W32\/OlympicDestroyer.A!tr<\/p>\n<p><b>NotPetya:<\/b><br \/> W32\/Petya.EOB!tr<br \/> W32\/Petya.A!tr.ransom<br \/> W64\/Petya.BG!tr<\/p>\n<p><b>Dustman:<\/b><br \/> W32\/Agent.F0FC!tr<br \/> W64\/Dustman.KH!tr<br \/> W32\/Distrack!tr<\/p>\n<p><b>ZeroCleare:<\/b><br \/> W32\/Agent.XACVYS!tr<br \/> W32\/Distrack!tr<\/p>\n<p><b>DoubleZero:<\/b><br \/> MSIL\/DZeroWiper.CK!tr<\/p>\n<p><b>AcidRain:<\/b><br \/> ELF\/AcidRain.A!tr <\/p>\n<h2>IOCs (SHA-256 hashes of samples)<\/h2>\n<p><b>Shamoon:<\/b><br \/> 128fa5815c6fee68463b18051c1a1ccdf28c599ce321691686b1efa4838a2acd<br \/> 394a7ebad5dfc13d6c75945a61063470dc3b68f7a207613b79ef000e1990909b<br \/> 448ad1bc06ea26f4709159f72ed70ca199ff2176182619afa03435d38cd53237<br \/> 47bb36cd2832a18b5ae951cf5a7d44fba6d8f5dca0a372392d40f51d1fe1ac34<br \/> 61c1c8fc8b268127751ac565ed4abd6bdab8d2d0f2ff6074291b2d54b0228842<br \/> 772ceedbc2cacf7b16ae967de310350e42aa47e5cef19f4423220d41501d86a5<br \/> c7fc1f9c2bed748b50a599ee2fa609eb7c9ddaeb9cd16633ba0d10cf66891d8a<br \/> 4744df6ac02ff0a3f9ad0bf47b15854bbebb73c936dd02f7c79293a2828406f6<br \/> 5a826b4fa10891cf63aae832fc645ce680a483b915c608ca26cedbb173b1b80a<\/p>\n<p><b>Ordinypt<\/b><br \/> 085256b114079911b64f5826165f85a28a2a4ddc2ce0d935fa8545651ce5ab09<br \/> <b><br \/> <\/b><\/p>\n<p><b>Olympic Destroyer:<br \/>  <\/b>edb1ff2521fb4bf748111f92786d260d40407a2e8463dcd24bb09f908ee13eb9<br \/> 19ab44a1343db19741b0e0b06bacce55990b6c8f789815daaf3476e0cc30ebea ab5bf79274b6583a00be203256a4eacfa30a37bc889b5493da9456e2d5885c7f<br \/> f188abc33d351c2254d794b525c5a8b79ea78acd3050cd8d27d3ecfc568c2936<br \/> ae9a4e244a9b3c77d489dee8aeaf35a7c3ba31b210e76d81ef2e91790f052c85<br \/> D934CB8D0EADB93F8A57A9B8853C5DB218D5DB78C16A35F374E413884D915016<br \/> EDB1FF2521FB4BF748111F92786D260D40407A2E8463DCD24BB09F908EE13EB9<br \/> 3E27B6B287F0B9F7E85BFE18901D961110AE969D58B44AF15B1D75BE749022C2<br \/> 28858CC6E05225F7D156D1C6A21ED11188777FA0A752CB7B56038D79A88627CC<\/p>\n<p><b>NotPetya:<br \/>  <\/b>be2fb06b0a61f72d901ea3d650912bb12ef94896528cca6f8f9466e49c1d0721<br \/> 027cc450ef5f8c5f653329641ec1fed91f694e0d229928963b30f6b0d7d3a745<br \/> eae9771e2eeb7ea3c6059485da39e77b8c0c369232f01334954fbac1c186c998<br \/> 02ef73bd2458627ed7b397ec26ee2de2e92c71a0e7588f78734761d8edbdcd9f<\/p>\n<p><b>Dustman:<br \/>  <\/b>18c92f23b646eb85d67a890296000212091f930b1fe9e92033f123be3581a90f<br \/> f07b0c79a8c88a5760847226af277cf34ab5508394a58820db4db5a8d0340fc7<br \/> 2fc39463b6db44873c9c07724ac28b63cdd72f5863a4a7064883e3afdd141f8d<\/p>\n<p><b>ZeroCleare:<\/b><br \/> becb74a8a71a324c78625aa589e77631633d0f15af1473dfe34eca06e7ec6b86<br \/> 2fc39463b6db44873c9c07724ac28b63cdd72f5863a4a7064883e3afdd141f8d<br \/> 05aae309d7a8c562b3cf364a906b3fcb764c122855c7260697d96f83fc8ccee8<\/p>\n<p><b>HermeticWiper:<\/b><br \/> 0385eeab00e946a302b24a91dea4187c1210597b8e17cd9e2230450f5ece21da<br \/> 1bc44eef75779e3ca1eefb8ff5a64807dbc942b1e4a2672d77b9f6928d292591<br \/> a259e9b0acf375a8bef8dbc27a8a1996ee02a56889cba07ef58c49185ab033ec<br \/> 3c557727953a8f6b4788984464fb77741b821991acbf5e746aebdd02615b1767<br \/> 06086c1da4590dcc7f1e10a6be3431e1166286a9e7761f2de9de79d7fda9c397<br \/> 2c10b2ec0b995b88c27d141d6f7b14d6b8177c52818687e4ff8e6ecf53adf5bf<\/p>\n<p><b>IsaacWiper:<\/b><br \/> 13037b749aa4b1eda538fda26d6ac41c8f7b1d02d83f47b0d187dd645154e033<\/p>\n<p><b>CaddyWiper:<\/b><br \/> a294620543334a721a2ae8eaaf9680a0786f4b9a216d75b55cfd28f39e9430ea<br \/> b66b179eac03afafdc69f62c207819eceecfbf994c9efa464fda0d2ba44fe2d7<\/p>\n<p><b>WhisperGate:<\/b><br \/> a196c6b8ffcb97ffb276d04f354696e2391311db3841ae16c8c9f56f36a38e92<br \/> dcbbae5a1c61dbbbb7dcd6dc5dd1eb1169f5329958d38b58c3fd9384081c9b78<\/p>\n<p><b>WhisperKill:<\/b><br \/> 34ca75a8c190f20b8a7596afeb255f2228cb2467bd210b2637965b61ac7ea907<br \/> 191ca4833351e2e82cb080a42c4848cfbc4b1f3e97250f2700eff4e97cf72019<br \/> 24e9b86b92918c3731fa6126c70532c79507c8041b8e6bf1e1c007aa8a9ac025<br \/> 6aa4081d4028116bb50315774f0d5dfd45dfb9b9f61f172cfa53bfc65eddf229<\/p>\n<p><b>DoubleZero:<\/b><br \/> 3b2e708eaa4744c76a633391cf2c983f4a098b46436525619e5ea44e105355fe<br \/> 8dd8b9bd94de1e72f0c400c5f32dcefc114cc0a5bf14b74ba6edc19fd4aeb2a5<br \/> 30b3cbe8817ed75d8221059e4be35d5624bd6b5dc921d4991a7adc4c3eb5de4a<br \/> d897f07ae6f42de8f35e2b05f5ef5733d7ec599d5e786d3225e66ca605a48f53<\/p>\n<p><b>AcidRain <\/b><br \/> 9b4dfaca873961174ba935fddaf696145afe7bbf5734509f95feb54f3584fd9a <\/p>\n<\/p><\/div>\n<div class=\"cmp cmp-text aem-GridColumn aem-GridColumn--default--12\">\n<h2>ATT&amp;CK TTPs<\/h2>\n<h2>Further Reading<\/h2>\n<p>Shamoon &#8211; <a href=\"https:\/\/www.fortinet.com\/blog\/threat-research\/research-furtive-malware-rises-again\">https:\/\/www.fortinet.com\/blog\/threat-research\/research-furtive-malware-rises-again<\/a><\/p>\n<p>Olympic Destroyer &#8211; <a href=\"https:\/\/blog.talosintelligence.com\/2018\/02\/olympic-destroyer.html\" target=\"_blank\">https:\/\/blog.talosintelligence.com\/2018\/02\/olympic-destroyer.html<\/a><\/p>\n<p>Dustman &#8211; <a href=\"https:\/\/www.zdnet.com\/article\/new-iranian-data-wiper-malware-hits-bapco-bahrains-national-oil-company\/\" target=\"_blank\">https:\/\/www.zdnet.com\/article\/new-iranian-data-wiper-malware-hits-bapco-bahrains-national-oil-company\/<\/a><\/p>\n<p>NotPetya &#8211; <a href=\"https:\/\/www.crowdstrike.com\/blog\/petrwrap-ransomware-technical-analysis-triple-threat-file-encryption-mft-encryption-credential-theft\/\" target=\"_blank\">https:\/\/www.crowdstrike.com\/blog\/petrwrap-ransomware-technical-analysis-triple-threat-file-encryption-mft-encryption-credential-theft\/<\/a><\/p>\n<p>NotPetya &#8211; <a href=\"https:\/\/www.fortinet.com\/blog\/threat-research\/key-differences-between-petya-and-notpetya\" target=\"_blank\">https:\/\/www.fortinet.com\/blog\/threat-research\/key-differences-between-petya-and-notpetya<\/a><\/p>\n<p>ZeroCleare &#8211; <a href=\"https:\/\/www.ibm.com\/downloads\/cas\/OAJ4VZNJ\" target=\"_blank\">https:\/\/www.ibm.com\/downloads\/cas\/OAJ4VZNJ<\/a><\/p>\n<p>CaddyWiper &#8211; <a href=\"https:\/\/www.fortiguard.com\/encyclopedia\/virus\/10082978\" target=\"_blank\">https:\/\/www.fortiguard.com\/encyclopedia\/virus\/10082978<\/a><\/p>\n<p>HermeticWiper &#8211; <a href=\"https:\/\/blog.malwarebytes.com\/threat-intelligence\/2022\/03\/hermeticwiper-a-detailed-analysis-of-the-destructive-malware-that-targeted-ukraine\/\" target=\"_blank\">https:\/\/blog.malwarebytes.com\/threat-intelligence\/2022\/03\/hermeticwiper-a-detailed-analysis-of-the-destructive-malware-that-targeted-ukraine\/<\/a><\/p>\n<p>WhisperGate &#8211; <a href=\"https:\/\/www.microsoft.com\/security\/blog\/2022\/01\/15\/destructive-malware-targeting-ukrainian-organizations\/\" target=\"_blank\">https:\/\/www.microsoft.com\/security\/blog\/2022\/01\/15\/destructive-malware-targeting-ukrainian-organizations\/<\/a><\/p>\n<p>AcidRain &#8211; <a href=\"https:\/\/www.sentinelone.com\/labs\/acidrain-a-modem-wiper-rains-down-on-europe\/\" target=\"_blank\">https:\/\/www.sentinelone.com\/labs\/acidrain-a-modem-wiper-rains-down-on-europe\/<\/a><\/p>\n<p>DoubleZero &#8211; <a href=\"https:\/\/cert.gov.ua\/article\/38088\" target=\"_blank\">https:\/\/cert.gov.ua\/article\/38088<\/a><\/p>\n<p>WhisperKill &#8211; <a href=\"https:\/\/cert.gov.ua\/article\/18101\" target=\"_blank\">https:\/\/cert.gov.ua\/article\/18101<\/a><\/p>\n<p><i>Learn more about Fortinet\u2019s <a href=\"https:\/\/www.fortinet.com\/fortiguard\/labs?utm_source=blog&amp;utm_campaign=fortiguard-labs\">FortiGuard Labs<\/a> threat research and intelligence organization and the FortiGuard Security Subscriptions and Services <a href=\"https:\/\/www.fortinet.com\/fortiguard\/labs?tab=security-bundles&amp;utm_source=blog&amp;utm_campaign=security-bundles\">portfolio<\/a>.<\/i><\/p>\n<\/p><\/div>\n<div class=\"raw-import aem-GridColumn aem-GridColumn--default--12\">\n<div class=\"text-container\">\n<div id=\"om-b2dxtopzidsdt3fkzfsv-holder\"><\/div>\n<\/div><\/div>\n<\/p><\/div>\n<p><a href=\"https:\/\/www.fortinet.com\/blog\/threat-research\/the-increasing-wiper-malware-threat\" target=\"bwo\" >http:\/\/feeds.feedburner.com\/fortinet\/blog\/threat-research<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p><img decoding=\"async\" src=\"\/blog\/threat-research\/the-increasing-wiper-malware-threat\/_jcr_content\/root\/responsivegrid\/image.img.png\/1650929565242\/img1.png\"\/><br \/>With wiper malware becoming popular in cyberattacks, FortiGuard Labs provides a deep dive on the threat technique to help organizations understand it and implement better protections. Read our blog about wiper malware including tactics, techniques, and procedures (TTPs).<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[10424,10378],"tags":[],"class_list":["post-18884","post","type-post","status-publish","format-standard","hentry","category-fortinet","category-security"],"_links":{"self":[{"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/posts\/18884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/comments?post=18884"}],"version-history":[{"count":0,"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/posts\/18884\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/media?parent=18884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/categories?post=18884"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.palada.net\/index.php\/wp-json\/wp\/v2\/tags?post=18884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}