← Back to SOC feed Coverage →

Detects a final Java loader JAR file used in phishing campaigns

yara CRITICAL signature-base
florian-rothjava_loaderphishing
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 leveraging malicious Java loader JAR files as the final execution stage of sophisticated phishing campaigns to establish persistence or deliver payloads within the organization’s Azure Sentinel environment. Proactively hunting for these artifacts is essential because they often bypass initial email filters and represent a critical entry point for supply chain attacks that can lead to widespread credential theft or lateral movement if not identified early.

YARA Rule

rule MAL_JAVA_Loader_Final_Jar_Aug25 {
   meta:
      description = "Detects a final Java loader JAR file used in phishing campaigns"
      author = "Florian Roth"
      reference = "https://www.malwation.com/blog/technical-analysis-of-a-stealth-java-loader-used-in-phishing-campaigns-targeting-turkiye"
      date = "2025-08-07"
      score = 85
      hash1 = "0a7fddd91b332c8daee2c0727b884fc92cfaede02883dbad75f7efc299e884e3"
      id = "17894519-060b-5414-8430-d6d025e7db83"
   strings:
      $s1 = "Obfuscation by Allatori Obfuscator" ascii fullword
      $s2 = "MANIFEST.MFM" ascii fullword
      $s3 = "GetCpu.classPK" ascii fullword
      $s4 = "extra/spreader" ascii fullword
   condition:
      all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 4 string patterns in its detection logic.

References

False Positive Guidance

Here are 4 specific false positive scenarios for the “Detects a final Java loader JAR file used in phishing campaigns” rule, along with recommended filters and exclusions:

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