← Back to SOC feed Coverage →

PoS Scammer Toolbox - http://goo.gl/xiIphp - file DK Brute.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-29T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis detects adversaries utilizing the “PoS Scammer Toolbox” to deploy the specific executable DK Brute.exe, which is indicative of a point-of-sale scammer campaign targeting financial systems. A SOC team should proactively hunt for this artifact in Azure Sentinel because its presence often signals an initial foothold for credential harvesting or ransomware deployment, requiring immediate investigation before lateral movement occurs.

YARA Rule

rule DK_Brute {
	meta:
		description = "PoS Scammer Toolbox - http://goo.gl/xiIphp - file DK Brute.exe"
		author = "Florian Roth"
		date = "22.11.14"
		score = 70
		reference = "http://goo.gl/xiIphp"
		hash = "93b7c3a01c41baecfbe42461cb455265f33fbc3d"
	strings:
		$s6 = "get_CrackedCredentials" fullword ascii
		$s13 = "Same port used for two different protocols:" fullword wide
		$s18 = "coded by fLaSh" fullword ascii
		$s19 = "get_grbToolsScaningCracking" 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.

References

False Positive Guidance

Here are 5 specific false positive scenarios for the PoS Scammer Toolbox detection rule regarding DK Brute.exe, along with suggested filters and exclusions:

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