This hunt hypothesis targets adversaries deploying the Radmin remote administration tool as a persistent command and control mechanism within Azure environments to facilitate lateral movement or data exfiltration. Proactively hunting for this specific artifact is critical because its legitimate appearance often masks malicious activity, requiring analysts to distinguish between authorized administrative usage and unauthorized persistence by threat actors operating in Chinese-centric threat landscapes.
rule Radmin_Hash {
meta:
description = "Chinese Hacktool Set - file Radmin_Hash.exe"
author = "Florian Roth"
reference = "http://tools.zjqhr.com/"
date = "2015-06-13"
hash = "be407bd5bf5bcd51d38d1308e17a1731cd52f66b"
strings:
$s1 = "<description>IEBars</description>" fullword ascii
$s2 = "PECompact2" fullword ascii
$s3 = "Radmin, Remote Administrator" fullword wide
$s4 = "Radmin 3.0 Hash " fullword wide
$s5 = "HASH1.0" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 600KB and all of them
}
This YARA rule can be deployed in the following contexts:
This rule contains 5 string patterns in its detection logic.
Here are 4 specific scenarios where the Chinese Hacktool Set - file Radmin_Hash.exe rule may trigger false positives in an enterprise environment, along with suggested filters or exclusions:
Remote Administration Deployment via Group Policy
Radmin_Hash.exe into the %ProgramFiles%\RAdmin\Bin directory to perform integrity checks on existing agent configurations.C:\Program Files\RAdmin\Bin\Radmin_Hash.exe and restrict the alert scope to exclude processes spawned by gpupdate.exe or gpprefclt.exe.Automated Patch Management Scans
Radmin_Hash.exe to verify the digital signatures of critical system binaries before applying security patches, specifically targeting servers running localized versions of Windows Server 2019/2022.IvantiPatchAgent.exe (or ccmexec.exe) executing files within the C:\ProgramData\Ivanti\Patch\Tools\ directory, specifically filtering out events where the file hash matches the known benign baseline of the RAdmin utility.Third-Party Backup Integrity Verification