MAL_EXE_PrestigeRansomware
Description
Detection for Prestige Ransomware
Query · yara
strings:
$x_ransom_email = "Prestige.ranusomeware@Proton.me" wide
$x_reg_ransom_note = "C:\\Windows\\System32\\reg.exe add HKCR\\enc\\shell\\open\\command /ve /t REG_SZ /d \"C:\\Windows\\Notepad.exe C:\\Users\\Public\\README\" /f" wide
$ransom_message01 = "To decrypt all the data, you will need to purchase our decryption software." wide
$ransom_message02 = "Contact us {}. In the letter, type your ID = {:X}." wide
$ransom_message03 = "- Do not try to decrypt your data using third party software, it may cause permanent data loss." wide
$ransom_message04 = "- Do not modify or rename encrypted files. You will lose them." wide
condition:
uint16(0) == 0x5A4D and
(1 of ($x*) or 2 of them or pe.imphash() == "a32bbc5df4195de63ea06feb46cd6b55")