ReversingLabs unknown stable yara

Linux_Ransomware_RedAlert [ransomware]

Yara rule that detects RedAlert ransomware.

View Source

Detection Logic

uint32(0) == 0x464C457F and
        (
            $setup_environment
        ) and
        (
            all of ($find_files_p*)
        ) and
        (
            all of ($encrypt_files_p*)
        ) and
        (
            $make_configuration
        )

Field Validations

Loading…

Comments (0)

Loading comments...