← Back to SOC feed Coverage →

Detects forensic artefacts related to exploitation activity of SAP NetWeaver CVE-2025-31324

yara HIGH signature-base
exploitflorian-rothsap_netweaver
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-03T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis identifies adversaries actively exploiting the critical SAP NetWeaver vulnerability (CVE-2025-31324) by analyzing forensic artifacts that indicate successful exploitation attempts within the environment. Proactively hunting for these specific indicators in Azure Sentinel is essential to rapidly detect and contain potential breaches before attackers can establish persistence or exfiltrate sensitive data from this high-value enterprise asset.

YARA Rule

rule APT_SAP_NetWeaver_Exploitation_Activity_Apr25_2 : SCRIPT {
   meta:
      description = "Detects forensic artefacts related to exploitation activity of SAP NetWeaver CVE-2025-31324"
      reference = "https://reliaquest.com/blog/threat-spotlight-reliaquest-uncovers-vulnerability-behind-sap-netweaver-compromise/"
      author = "Florian Roth"
      date = "2025-04-25"
      score = 70
      id = "3b7d3f94-88a9-5686-8a23-ac4040c0e6c1"
   strings:
      $x03 = "MSBuild.exe c:\\programdata\\" ascii wide
   condition:
      filesize < 20MB and 1 of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

References

False Positive Guidance

Here are 5 specific false positive scenarios for the SAP NetWeaver CVE-2025-31324 detection rule, along with suggested filters and exclusions:

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