← Back to SOC feed Coverage →

Detects ZinFoq Go-based Linux post-exploitation implant (interactive shell + file ops/exfil) seen in React2Shell intrusi

yara CRITICAL signature-base
exploitflorian-rothzinfoq_dec25
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at signature-base →
Retrieved: 2026-08-06T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hypothesis posits that adversaries are deploying a Go-based ZinFoq implant on Linux systems to establish interactive shells for command execution and facilitate data exfiltration following initial compromise. A proactive hunt is essential in Azure Sentinel because this specific post-exploitation behavior, observed in React2Shell intrusions, often evades standard signature-based detection due to its dynamic shell interactions and file operations.

YARA Rule

rule MAL_ZinFoq_Dec25 {
   meta:
      description = "Detects ZinFoq Go-based Linux post-exploitation implant (interactive shell + file ops/exfil) seen in React2Shell intrusions"
      author = "RussianPanda"
      date = "2025-12-08"
      score = 85
      reference = "https://www.huntress.com/blog/peerblight-linux-backdoor-exploits-react2shell"
      hash = "0f0f9c339fcc267ec3d560c7168c56f607232cbeb158cb02a0818720a54e72ce"
      id = "fd8d517c-be4f-5170-b877-fbb457c54ef8"
   strings:
      $s1 = "_FlAg_UuId;;;;;;"
      $s2 = "interactive_shell"
      $s3 = "explorer_download"
   condition:
      uint32(0) == 0x464c457f and all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

References

False Positive Guidance

Here are 5 specific false positive scenarios for the ZinFoq Go-based Linux post-exploitation implant detection rule, including suggested filters and exclusions:

Original source: https://github.com/Neo23x0/signature-base/blob/main/yara/mal_react2shell_campaigns_dec25.yar