ReversingLabs unknown stable yara

ByteCode_MSIL_Backdoor_LimeRAT [backdoor]

Yara rule that detects LimeRAT backdoor.

View Source

Detection Logic

uint16(0) == 0x5A4D and
        (
            $persistence_mechanism
        ) and
        (
            $crypto_miner
        ) and
        (
            $downloader
        ) and
        (
            all of ($network_communication_p*)
        )

Field Validations

Loading…

Comments (0)

Loading comments...