This hunt hypothesis targets adversaries who establish persistence or execute malicious payloads by disguising a hacking tool as an image file named “tesksd.jpg” to evade initial scrutiny based on its benign extension. SOC teams should proactively investigate this anomaly in Azure Sentinel because the mismatch between the .jpg extension and the underlying hacktool functionality often indicates a sophisticated evasion tactic that could lead to undetected lateral movement or data exfiltration if not identified early.
rule Hacktools_CN_Panda_tesksd {
meta:
description = "Disclosed hacktool set - file tesksd.jpg"
author = "Florian Roth"
date = "17.11.14"
score = 60
hash = "922147b3e1e6cf1f5dd5f64a4e34d28bdc9128cb"
strings:
$s0 = "name=\"Microsoft.Windows.Common-Controls\" " fullword ascii
$s1 = "ExeMiniDownload.exe" fullword wide
$s16 = "POST %Hs" fullword ascii
condition:
all of them
}
This YARA rule can be deployed in the following contexts:
This rule contains 3 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the detection rule “Disclosed hacktool set - file tesksd.jpg”, including suggested filters and exclusions:
Scenario: Scheduled Backup of Task Scheduler Logs
tesksd.jpg within the %SystemRoot%\System32\Tasks directory to verify log integrity before compression.C:\Windows\System32\Tasks\BackupSnapshot\tesksd.jpg) and exclude processes running under the service account of the backup tool (e.g., Veeam.Backup.Service.exe or Commvault.AGENT).Scenario: Automated Compliance Reporting Tool
tesksd.jpg in the temporary directory before embedding it into the final report document.qualyspc.exe or tenable_agent.exe) and the destination folder matches the known report generation path (e.g., C:\ProgramData\Qualys\Reports\).Scenario: IT Admin Manual Documentation via PowerShell