ReversingLabs unknown stable yara

Win32_Trojan_TrickBot [trojan]

Yara rule that detects TrickBot trojan.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        $entry_setup and
        (
            $decrypt_function_snippet or
            $decrypt_function_snippet_wrapper
        )

Field Validations

Loading…

Comments (0)

Loading comments...