← Back to SOC feed Coverage →

Check Wine

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-04-18T16:05:06Z · Confidence: medium

Hunt Hypothesis

The Check Wine rule detects potential adversary use of Wine to execute malicious code on Linux systems by identifying suspicious file artifacts associated with Wine components. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify potential Linux-based attacks that may bypass traditional Windows-focused defenses.

YARA Rule

rule Check_Wine
{
	meta:
		Author = "Nick Hoffman"
		Description = "Checks for the existence of Wine"
		Sample = "de1af0e97e94859d372be7fcf3a5daa5"
	strings:
		$ ="wine_get_unix_file_name"
	condition:
		any of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

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