← Back to SOC feed Coverage →

FreeJoinerSmallbuild014021024027GlOFF

yara LOW Yara-Rules
community
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 Yara-Rules →
Retrieved: 2026-08-11T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the execution of a specific build artifact associated with the “FreeJoiner” application, which may indicate legitimate software deployment or potential supply chain compromise involving this component. SOC teams should proactively hunt for this activity in Azure Sentinel to validate its expected context and distinguish between routine operations and anomalous behavior that could signal an adversary leveraging known binaries for initial access.

YARA Rule

rule FreeJoinerSmallbuild014021024027GlOFF
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 [2] FF FF 6A 00 E8 0D 00 00 00 CC FF 25 78 10 40 00 FF 25 7C 10 40 00 FF 25 80 10 40 00 FF 25 84 10 40 00 FF 25 88 10 40 00 FF 25 8C 10 40 00 FF 25 90 10 40 00 FF 25 94 10 40 00 FF 25 98 10 40 00 FF 25 9C 10 40 00 FF 25 A0 10 40 00 FF 25 A4 10 40 00 FF 25 AC 10 40 00 }

condition:
		$a0 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Based on the detection rule title FreeJoinerSmallbuild014021024027GlOFF, which suggests a YARA signature targeting a specific build version of the FreeJoiner utility (likely used for document merging, PDF processing, or file joining in an enterprise context), here are 5 specific false positive scenarios and their corresponding filters:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar