rule Maze_Ransomware { meta: description = "Detects Maze ransomware" author = "Security Research" strings: $s1 = "DECRYPT-FILES" ascii $s2 = "maze" ascii nocase $s3 = "ChaCha" ascii condition: uint16(0) == 0x5A4D and 2 of them }