← Back to SOC feed Coverage →

Disclosed hacktool set (old stuff) - file EditKeyLog.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-29T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging legacy or repurposed hacking tools like EditKeyLog.exe to establish persistence and capture sensitive keystroke data within Azure Sentinel environments. Proactively hunting for this behavior is critical because such “old stuff” often evades signature-based detection, allowing attackers to silently exfiltrate credentials before triggering broader alerts.

YARA Rule

rule EditKeyLog {
	meta:
		description = "Disclosed hacktool set (old stuff) - file EditKeyLog.exe"
		author = "Florian Roth"
		date = "23.11.14"
		score = 60
		hash = "a450c31f13c23426b24624f53873e4fc3777dc6b"
	strings:
		$s1 = "Press Any Ke" fullword ascii
		$s2 = "Enter 1 O" fullword ascii
		$s3 = "Bon >0 & <65535L" fullword ascii
		$s4 = "--Choose " fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 4 string patterns in its detection logic.

False Positive Guidance

False Positive Scenarios for “Disclosed hacktool set (old stuff) - file EditKeyLog.exe”

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