/* Source: research.ohiiho.com/arsenal/flashx-uploaders/ Author: OHIIHO Research License: Free to use with attribution. */ rule tool_flashx_uploaders { meta: description = "Flash-X uploaders with base64 mail() beacon (XPROADSHELL / BAZOOKA)" author = "OHIIHO Threat Research" reference = "https://research.ohiiho.com/arsenal/flashx-uploaders/" status = "validated" strings: $eval_b64 = "eval (base64_decode(" ascii $xproad_b64 = "JGVtYWlsID0gInhwcm9hZGhtaWRhQHlhaG9vLmNvbSI7" ascii // b64 '$email = "xproadhmida@yahoo.com";' $xproad1 = "xproadhmida@yahoo.com" ascii $xproad2 = "XPROADSHELL" ascii $bazooka = "BAZOOKA" ascii condition: filesize < 5KB and $eval_b64 and ($xproad_b64 or $xproad1 or $xproad2 or $bazooka) }