← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file InstGina.exe

yara HIGH 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-30T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis detects adversaries leveraging legacy hacking tools to deploy or execute the specific InstGina.exe file, which is often associated with credential theft and persistence mechanisms via GINA DLL hijacking. A SOC team should proactively hunt for this artifact in Azure Sentinel because its presence indicates a potential compromise of authentication processes that could allow attackers to intercept user credentials and maintain long-term access even if the toolset itself is considered outdated.

YARA Rule

rule InstGina {
	meta:
		description = "Disclosed hacktool set (old stuff) - file InstGina.exe"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "5317fbc39508708534246ef4241e78da41a4f31c"
	strings:
		$s0 = "To Open Registry" fullword ascii
		$s4 = "I love Candy very much!!" ascii
		$s5 = "GinaDLL" fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the Disclosed hacktool set (old stuff) - file InstGina.exe detection rule, including targeted filters and exclusions:

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