We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c22e06 commit 923992fCopy full SHA for 923992f
1 file changed
yara/react_pocs_indicators_dec25.yar
@@ -93,6 +93,8 @@ rule EXPL_SUSP_JS_POC_Dec25 {
93
$xr1 = /process\.mainModule\.require\(["']child_process["']\).{5,40}\(["'](whoami|powershell|\/bin\/sh|\/bin\/bash|wget|curl|cat \/etc\/passwd|uname|id["'])/
94
condition:
95
1 of them
96
+ // not XML
97
+ and not uint16(0) == 0x3c3f
98
}
99
100
rule EXPL_SUSP_JS_POC_RSC_Detector_Payloads_Dec25 {
0 commit comments