SUSP_Keepass_CVE_2023_24055_Jan23
Description
Detects suspicious triggers defined 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
$s1 = "<Action>" ascii wide
$s2 = "<Parameter>" ascii wide
condition:
filesize < 200KB and $a1 and all of ($s*)