EXPL_Keepass_CVE_2023_24055_Jan23
Description
Detects suspicious entries in the Keepass configuration file, which could be indicator of the exploitation of CVE-2023-24055
Query · yara
strings:
$a1 = "<TriggerCollection xmlns:xsi=" ascii wide
$x1 = "<Parameter>KeePass XML (2.x)</Parameter>"
$x2 = "::ReadAllBytes("
$x3 = " -Method "
$x4 = " bypass "
$x5 = "powershell" nocase ascii wide fullword
condition:
filesize < 200KB and $a1 and 1 of ($x*)