ReversingLabs unknown stable yara

Linux_Ransomware_Kraken [ransomware]

Yara rule that detects Kraken ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and 
        (
            $enum_volumes and  
            $find_files and 
            (
                all of ($enum_shares_p*)
            ) and
            (
                all of ($encrypt_files_p*)
            )
        )

Field Validations

Loading…

Comments (0)

Loading comments...