← Back to SOC feed Coverage →

http://securityaffairs.co/wordpress/28170/cyber-crime/gholee-malware.html

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-07-12T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets adversaries executing Gholee malware campaigns that leverage specific HTTP traffic patterns to establish command-and-control channels and exfiltrate data from Azure workloads. Proactive hunting is essential in Azure Sentinel to identify these low-severity indicators early, preventing potential lateral movement before the malware escalates its impact on critical cloud resources.

YARA Rule

rule MW_gholee_v1 : v1
{
meta:
    Author = "@GelosSnake"
    description = "http://securityaffairs.co/wordpress/28170/cyber-crime/gholee-malware.html"
    date = "2014-08"
    maltype = "Remote Access Trojan"
    sample_filetype = "dll"
    hash0 = "48573a150562c57742230583456b4c02"
   
strings:
    $a = "sandbox_avg10_vc9_SP1_2011"
    $b = "gholee"
   
condition:
    all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

Based on the Gholee Malware detection rule (which typically monitors for suspicious PowerShell execution, WMI queries, and persistence mechanisms often associated with this threat), here are 5 specific false positive scenarios in a legitimate enterprise environment:

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