SUSP_Scheduled_Task_Java_JAR_Aug25
Description
Detects scheduled tasks that execute Java JAR files, which is suspicious but not necessarily malicious
Query · yara
strings:
$a0 = "<Task version=" wide
$a1 = "xmlns=\"http://schemas.microsoft.com/windows/" wide
$sa1 = "java.exe</Command>" wide
$sa2 = "javaw.exe</Command>" wide
$sb1 = "<Arguments>-jar " wide
condition:
uint16(0) == 0xfeff
and filesize < 500KB
and all of ($a*)
and 1 of ($sa*)
and 1 of ($sb*)