/* Source: research.ohiiho.com/arsenal/dbkiss/ Author: OHIIHO Research License: Free to use with attribution. */ rule tool_dbkiss { meta: description = "dbkiss 1.11 database admin carrying the W0rm supply-chain injection (clean upstream dbkiss is NOT flagged)" author = "OHIIHO Threat Research" reference = "https://research.ohiiho.com/arsenal/dbkiss/" status = "validated" strings: $title = "dbkiss" ascii nocase $w0rm_log = "errors_log" ascii $w0rm_b64pb = "aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3" ascii $w0rm_cmd = "$_GET[\"cmd\"]" ascii $w0rm_pb = "pastebin.com/raw/" ascii condition: filesize < 200KB and $title and ($w0rm_log or $w0rm_b64pb or $w0rm_cmd or $w0rm_pb) }