This detection identifies adversaries leveraging legacy or repurposed hacking tools like SuperScan 3.0 to conduct network reconnaissance and vulnerability scanning within the environment. Proactive hunting for this behavior in Azure Sentinel is critical because outdated security utilities often lack modern signatures, making them ideal candidates for lateral movement and initial foothold establishment by threat actors.
rule superscan3_0 {
meta:
description = "Disclosed hacktool set (old stuff) - file superscan3.0.exe"
author = "Florian Roth"
date = "23.11.14"
score = 60
hash = "a9a02a14ea4e78af30b8b4a7e1c6ed500a36bc4d"
strings:
$s0 = "\\scanner.ini" fullword ascii
$s1 = "\\scanner.exe" fullword ascii
$s2 = "\\scanner.lst" fullword ascii
$s4 = "\\hensss.lst" fullword ascii
$s5 = "STUB32.EXE" fullword wide
$s6 = "STUB.EXE" fullword wide
$s8 = "\\ws2check.exe" fullword ascii
$s9 = "\\trojans.lst" fullword ascii
$s10 = "1996 InstallShield Software Corporation" fullword wide
condition:
all of them
}
This YARA rule can be deployed in the following contexts:
This rule contains 9 string patterns in its detection logic.
Here are 5 specific false positive scenarios for the Disclosed hacktool set (old stuff) - file superscan3.0.exe detection rule, including suggested filters and exclusions:
Legacy Endpoint Security Maintenance Job
Task Scheduler) runs superscan3.0.exe on all workstations at 2:00 AM to perform deep heuristic scans and quarantine old malware definitions before the main engine updates.superscan3.0.exe) combined with a specific User Context (e.g., SYSTEM or a dedicated service account like svc_antivirus). Additionally, filter by File Path, ensuring the executable resides in a trusted directory such as C:\Program Files\Trend Micro\SuperScan\.IT Helpdesk Remote Remediation Tool
superscan3.0.exe from a known network share (\\fileserver\tools\security\) to generate a detailed report for the user.ccmexec.exe, ivanti_agent.exe, or rdpclip.exe if launched via RDP). Alternatively, filter by Source IP, allowing traffic originating from the internal Helpdesk VLAN subnet.