← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file iecv.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-30T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis identifies adversaries leveraging the legacy iecv.exe hacktool to establish a foothold or execute malicious payloads within the environment. Proactive hunting for this artifact is critical in Azure Sentinel because its outdated nature suggests potential supply chain compromises or dormant threats that may evade standard signature-based defenses, necessitating immediate investigation across endpoints and file shares.

YARA Rule

rule sig_238_iecv {
	meta:
		description = "Disclosed hacktool set (old stuff) - file iecv.exe"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "6e6e75350a33f799039e7a024722cde463328b6d"
	strings:
		$s1 = "Edit The Content Of Cookie " fullword wide
		$s3 = "Accessories\\wordpad.exe" fullword ascii
		$s4 = "gorillanation.com" fullword ascii
		$s5 = "Before editing the content of a cookie, you should close all windows of Internet" ascii
		$s12 = "http://nirsoft.cjb.net" fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 5 string patterns in its detection logic.

False Positive Guidance

False Positive Scenarios for Rule: Disclosed hacktool set (old stuff) - file iecv.exe

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