← Back to SOC feed Coverage →

RJoinerbyVaskaSignfrompinch250320071700

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-24T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of a specific artifact signed by “RJoiner” and attributed to Vaska, which may indicate early-stage reconnaissance or the deployment of a legitimate tool that could be leveraged for lateral movement. A proactive hunt is recommended in Azure Sentinel to validate this signature against known benign inventory, ensuring it is not a precursor to a supply chain compromise or an unauthorized process masquerading as trusted software.

YARA Rule

rule RJoinerbyVaskaSignfrompinch250320071700
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 03 FD FF FF 6A 00 E8 0C 00 00 00 FF 25 6C 10 40 00 FF 25 70 10 40 00 FF 25 74 10 40 00 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 }

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

Here are 4 specific false positive scenarios for the detection rule RJoinerbyVaskaSignfrompinch250320071700, including suggested filters and exclusions tailored for a legitimate enterprise environment:

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