Beware! A new .Net Ransomware is encrypting files with .Lime

  • 37
    Shares

Cases of the “Lime ransomware” have been recently reported to Quick Heal Security Labs. Our research team has analyzed these cases deeply and found some useful information. This post shares this information to help users stay safe from ransomware attacks.

‘Lime’ is a newly discovered .net ransomware; it is also known as the ‘BigEyes’ ransomware. It uses two major ways to infect user’s systems, either spam emails or malicious downloads.

Ransomware usually comes into the system without the user’s knowledge through online activities like software bundling, spam email attachments, infected links, malvertising, by visiting unknown sites, RDP (Remote desktop protocol) and exploit kits.

Infection vector

Fig 1 Lime Ransomware attack chain

Technical analysis

Encryption Process: in-depth description

Lime is a ransomware that encrypts your files and demands Bitcoin as a ransom to get your files restored. Files are locked with the AES-256 encryption algorithm. The Lime ransomware encrypts your files and appends the .Lime extension.

After encryption, the Lime ransomware drops a ransom note Fig 2.

Fig 2 Ransom note

The following e-mail address is used to contact the malware author to decrypt the encrypted files by paying them:

“r3vo@protonmail-com”

Key generation

When Lime is first launched, it will call RandomString() function which will attempt to generate an AES key. It generates 50 bytes array from input string using a random index with the use of random() function to fetch one character and stores into output string as shown in Fig 3.

Fig 3 Random Key Generation code

It calculates md5 of generated output string using Computehash() and then it will copy the result into the result array. It will use this result array as an AES key to encrypt the files present on the system.

Fig 4 AES Key Generation code

It drops output string at path “C:\Microsoft” by name “hash”. As we know that AES is symmetric algorithm so the key used for encryption and decryption will be the same. So, the malware author uses this hash file’s MD5 to decrypt the victim’s files when victim pays ransom amount to him.

Lime ransomware encrypts files on specific folder paths using AES-256 in ECB mode to encrypt files. Paths are as per given below:

  • My Music
  • My Pictures
  • My Videos
  • Desktop
  • UserProfile

Components used in AES

Different modes used in AES:-  ECB, CBC, CFB, OFB, CTR.
Key:- AES-128(16 Bytes), AES-192(24 Bytes), AES-256(32 Bytes)
IV:- Initialization vector to use for encryption or decryption

It encrypts files using AES-256 (32-byte key length) in ECB (Electronic Code Book) mode. In ECB mode, it doesn’t require IV (Initialization vector) for the encryption or decryption process.

For all other modes, it uses IV (Initialization vector). IV is optional and when IV is not present then it will be given a default value of all zeroes.

Modification in file extension

List of extensions of files which get encrypted by Lime ransomware:

.c, .cpp, .py, .ini, .hiv, .avi, .bmp, .log, .pdf, .zip, .bak, .rtf, .png, .wsf, .wsc, .ws, .vsw, .vst, .vss, .vsmac, .ros, .vbs, .vbe, .vb, .url, .tmp, .shs, .shb, .sct, .scr, .scf, .reg, .pst, .prg, .pif, .pcd, .ops, .mst, .msp, .msi, .msc, .mdz, .mdw, .mdt, .mde, .mdb, .mda, .maw, .mav, .mau, .mat, .mas, .mar, .maq, .mam, .mag, .maf, .mad, .lnk, .ksh, .jse, .js, .its, .isp, .ins, .inf, .hlp, .fxp, .exe, .csh, .crt, .cpl, .com, .cmd, .chm, .cer, .bat, .pdf, .pot, .xlt, .pps, .xlw, .dot, .rtf, .ppt, .xls, .doc, .xml, .htm, .html, .hta, .app, .asp

The extension ‘.lime’ is placed as a secondary extension, without altering the original names and its extension.

Example:

Original file name  :  mydemo.cpp
After encryption      :  mydemo.cpp.Lime

And yes! Recovery of Encrypted File is possible

We can decrypt all files which are encrypted by “Lime Ransomware”. The key is 32 bytes which is generated from MD5 of “hash” file which is dropped at “C:\Microsoft” location of victim’s mchine. So, the key is different for different victim.

To decrypt files, AES-256 is used in the ECB mode and key for that will be generated as given below,

If MD5 of hash file is dropped on the victim’s machine: “05FF78F91FE2D008018A2F53792C0C28”

Key generation from MD5

Take 15 bytes from MD5 + Take 16 bytes from MD5 + Append zero=32 bytes key
Key = 05FF78F91FE2D008018A2F53792C0C + 05FF78F91FE2D008018A2F53792C0C28 + 00
Key = 05FF78F91FE2D008018A2F53792C0C05FF78F91FE2D008018A2F53792C0C2800

Process killing

It checks the presence for specific processes and try to kill these processes. These process names are as follows:

  • Taskmgr
  • Cmd
  • Bdagent
  • ProcessHacker

Fig 5 Process killing

Indicators of compromise

  1. MD5: E1B571F1AD5266156C8233FA0D2BA1E0
  2. C:\Microsoft\hash
  3. The extension “.Lime” is placed as a secondary extension, without altering the original names and its extension.

 Quick Heal protects its users from the Lime ransomware

Quick Heal detected and successfully eliminated this threat using Static Detection and Behavior-based Detection.

  • Malicious files are detected as “Ransom.Lime.S1809905”

How to stay away from ransomware

  1. Use a multi-layered antivirus in your system which will protect you from real-time threats.
  2. Keep your antivirus up-to-date.
  3. Update your Operating System regularly as critical patches are released almost every day.
  4. Keep your software up-to-date. Older and outdated versions of software have Vulnerabilities which are almost always exploited by attackers to infect a system with ransomware and other malware.
  5. Never directly connect remote systems to the Internet. Always use a VPN (Virtual Remote Network) to access a network remotely.
  6. Do not click on links or download attachments in emails received from unexpected or unknown sources.
  7. Take regular data backup and keep it in a secure location.
  8. Do not open suspicious email attachments.

 Subject Matter Experts

Prashant Indalkar, Pandurang Terkar | Quick Heal Security Labs

Bajrang Mane

Bajrang Mane


3 Comments

Leave a Reply to Jayesh kulkarni Cancel reply

Your email address will not be published.

CAPTCHA Image

  1. Avatar davidochobitsMarch 10, 2018 at 3:51 PM

    Thanks so much, you are so sweet.

    Reply
  2. Hello,
    My comp is infected with this kind of ransomware.
    How can i recover or decrypt my file with .lime extension?

    Reply
    • Jayesh kulkarni Jayesh kulkarniFebruary 14, 2020 at 3:02 PM

      1.Key is Saved at location C:\Microsoft\ in File name Hash.(Microsoft Directory is hidden, you will have to allow folder options to show hidden files)
      2.The ransomware itself drops its decryptor on Desktop with name: #Decryptor.exe . This decryptor we can use to decrypt files.

      3.When you run #Decryptor.exe, in the UI you have to enter key mentioned in hash file mentioned above. This hash file does not have any extension, you can simply open it in notepad.
      After entering the key, click on decrypt button.
      All of your Files are decrypted now!

      Reply