Skip to content

Commit 923992f

Browse files
committed
fix: FP
1 parent 3c22e06 commit 923992f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

yara/react_pocs_indicators_dec25.yar

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ rule EXPL_SUSP_JS_POC_Dec25 {
9393
$xr1 = /process\.mainModule\.require\(["']child_process["']\).{5,40}\(["'](whoami|powershell|\/bin\/sh|\/bin\/bash|wget|curl|cat \/etc\/passwd|uname|id["'])/
9494
condition:
9595
1 of them
96+
// not XML
97+
and not uint16(0) == 0x3c3f
9698
}
9799

98100
rule EXPL_SUSP_JS_POC_RSC_Detector_Payloads_Dec25 {

0 commit comments

Comments
 (0)