ReversingLabs unknown stable yara

Win32_Ransomware_Bam2021 [ransomware]

Yara rule that detects Bam2021 ransomware.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $enum_shares
        ) and
        (
            all of ($find_files_p*)
        ) and
        (
            $generate_key
        ) and
        (
            all of ($encrypt_files_p*)
        ) and
        (
            $remote_connection
        )

Field Validations

Loading…

Comments (0)

Loading comments...