rule malware_windows_t3ntman_crunchrat { meta: description = "HTTPS-based Remote Administration Tool (RAT)" reference = "https://github.com/t3ntman/CrunchRAT" author = "@mimeframe" strings: $a1 = "command" wide ascii $a2 = "upload" wide ascii $a3 = "download" wide ascii $a4 = "cmd.exe" wide ascii $a5 = "application/x-www-form-urlencoded" wide ascii $a6 = "&action=" wide ascii $a7 = "&secondary=" wide ascii $a8 = "" wide ascii $a9 = "" wide ascii condition: all of ($a*) }