← Back to SOC feed Coverage →

FreeCryptor01build001GlOFF

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-11T23:00:01Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential early-stage ransomware activity by flagging the presence of the specific FreeCryptor01 build executable, which may indicate an adversary’s initial reconnaissance or payload deployment phase. Proactively hunting for this signature in Azure Sentinel allows the SOC team to isolate and investigate these low-severity indicators before they escalate into full-scale encryption events that could compromise critical data assets.

YARA Rule

rule FreeCryptor01build001GlOFF
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 8B 04 24 40 90 83 C0 07 80 38 90 90 74 02 EB FF 68 26 [2] 00 64 FF 35 00 00 00 00 64 89 25 00 00 00 00 FF E4 90 8B 04 24 64 A3 00 00 00 00 8B 64 24 08 90 83 C4 08 }

condition:
		$a0
}

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

Here are 5 specific false positive scenarios for the FreeCryptor01build001GlOFF detection rule, including suggested filters and exclusions:

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