ReversingLabs unknown stable yara

Win32_Ransomware_Afrodita [ransomware]

Yara rule that detects Afrodita ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            all of ($find_files_p*)
        ) and
        (
            $encrypt_files
        ) and
        (
            (
                $exclude_directories_and_drop_ransom_note
            ) or
            (
                $drop_ransom_note_no_dir_exclusion
            )
        )

Field Validations

Loading…

Comments (0)

Loading comments...