← Back to SOC feed Coverage →

gh0st

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 detection identifies the execution of the “gh0st” malware signature via YARA scanning, indicating potential adversary activity involving known threat artifacts within the environment. Proactively hunting for this indicator in Azure Sentinel is essential to validate its presence across endpoints and determine if it represents a benign false positive or an early-stage intrusion requiring further investigation despite its low severity rating.

YARA Rule

rule gh0st

{

meta:
	author = "https://github.com/jackcr/"

   strings:
      $a = { 47 68 30 73 74 ?? ?? ?? ?? ?? ?? ?? ?? 78 9C }
      $b = "Gh0st Update"

   condition:
      any 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

Here are 5 specific false positive scenarios for the gh0st detection rule in an enterprise environment, including suggested filters and exclusions:

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