← Back to SOC feed Coverage →

Detects PeerBlight Linux backdoor with systemd persistence artifacts and user-mode masquerading strings, linked to React

yara CRITICAL signature-base
backdoorexploitflorian-rothpeerblight_dec25persistence
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 hunt hypothesis targets adversaries deploying the PeerBlight Linux backdoor who establish long-term access via systemd services while masking their presence through user-mode string manipulation following a React2Shell exploitation. Proactive hunting for these specific persistence and masquerading artifacts in Azure Sentinel is critical to identify stealthy post-exploitation activities that may evade standard signature-based detections, ensuring early containment of this high-severity threat.

YARA Rule

rule MAL_PeerBlight_Dec25 {
   meta:
      description = "Detects PeerBlight Linux backdoor with systemd persistence artifacts and user-mode masquerading strings, linked to React2Shell exploitation"
      author = "RussianPanda"
      date = "2025-12-07"
      score = 85
      reference = "https://www.huntress.com/blog/peerblight-linux-backdoor-exploits-react2shell"
      hash = "a605a70d031577c83c093803d11ec7c1e29d2ad530f8e95d9a729c3818c7050d"
      id = "23e6d040-00cb-5ad4-9f9b-bdbabeabd7ab"
   strings:
      $s1 = "/bin/systemd-daemon"
      $s2 = "/lib/systemd/system/systemd-agent.service"
      $s3 = "group"
      $s4 = "tag"
      $s5 = "arch"
      $s6 = "softirq"
   condition:
      uint32(0) == 0x464c457f and 5 of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 6 string patterns in its detection logic.

References

False Positive Guidance

Here are 4 specific false positive scenarios for the PeerBlight Linux backdoor detection rule, tailored for an enterprise environment:

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