This rule detects adversaries deploying legacy or known malicious tools like listip.exe to establish a foothold and potentially exfiltrate data within the environment. SOC teams should proactively hunt for this behavior in Azure Sentinel because outdated hacktools often lack modern security signatures, making them ideal candidates for lateral movement and persistence that may evade standard real-time detection.
rule sig_238_listip {
meta:
description = "Disclosed hacktool set (old stuff) - file listip.exe"
author = "Florian Roth"
date = "23.11.14"
score = 60
hash = "f32a0c5bf787c10eb494eb3b83d0c7a035e7172b"
strings:
$s0 = "ERROR!!! Bad host lookup. Program Terminate." fullword ascii
$s2 = "ERROR No.2!!! Program Terminate." fullword ascii
$s4 = "Local Host Name: %s" fullword ascii
$s5 = "Packed by exe32pack 1.38" fullword ascii
$s7 = "Local Computer Name: %s" fullword ascii
$s8 = "Local IP Adress: %s" fullword ascii
condition:
all of them
}
This YARA rule can be deployed in the following contexts:
This rule contains 6 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the Disclosed hacktool set (old stuff) - file listip.exe detection rule, along with recommended filters and exclusions:
Legacy Inventory Agent Execution
listip.exe to scan network interfaces and IP configurations during nightly maintenance windows. This process often launches from the C:\Program Files\InventoryAgent\bin\ directory.C:\Program Files\InventoryAgent\bin\listip.exe and the Parent Process Name is the specific agent service (e.g., LansweeperService.exe).Scheduled Network Diagnostic Job
listip.exe located in C:\Scripts\NetworkTools\. The tool is considered “old stuff” as it was migrated from a legacy on-premise environment./audit /mode=full) and the execution time falls within the window of 05:30 to 07:30, provided the file hash matches a known good baseline for this specific tool version.Third-Party Endpoint Security Scanning
listip.exe as a helper utility to enumerate active network connections and verify firewall