This hunt detects adversaries leveraging legacy or repurposed hacking tools like splitjoin.exe to establish persistence and manipulate data within the environment. Proactive hunting is essential in Azure Sentinel because such “old stuff” often evades standard signature-based detection, allowing attackers to operate stealthily before initiating broader compromise activities.
rule SplitJoin_V1_3_3_rar_Folder_3 {
meta:
description = "Disclosed hacktool set (old stuff) - file splitjoin.exe"
author = "Florian Roth"
date = "23.11.14"
score = 60
hash = "21409117b536664a913dcd159d6f4d8758f43435"
strings:
$s2 = "[email protected]" fullword ascii
$s3 = "splitjoin.exe" fullword ascii
$s7 = "SplitJoin" 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 Disclosed hacktool set (old stuff) - file splitjoin.exe detection rule, along with recommended filters and exclusions:
Legacy Media Management Tool Execution
splitjoin.exe to segment large backup images into manageable chunks before transmission. This process often runs during off-hours via the Windows Task Scheduler under the SYSTEM account.AcronisService.exe or vssvc.exe, and the file path resides within the vendor’s installation directory (e.g., C:\Program Files\Acronis\...).Scheduled Disk Partitioning Maintenance
splitjoin.exe (a utility often bundled with older partition management tools like Partition Magic or GParted Windows wrappers) to split large virtual hard disks (VHDs) for snapshot creation./split, /join, or --snapshot, and the execution occurs between 01:00 and 05:00 on weekdays via a scheduled task named “NightlyDiskMaintenance”.Software Deployment Package Processing