ReversingLabs unknown stable yara

Linux_Ransomware_LuckyJoe [ransomware]

Yara rule that detects LuckyJoe ransomware.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
           all of ($main_call_p*)
        ) and
        (
           all of ($encrypt_files_p*)
        ) and 
        (
           all of ($encrypt_internal_message_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...