Concrete signature match: Hack Tool - Tool used to exploit vulnerabilities for 32-bit Windows platform, family NirCmd
This threat, HackTool:Win32/NirCmd!AMTB, is a concrete detection of a hack tool package. It bundles utilities like NirCmd, NSudoLG (a privilege escalation tool), and 7z.exe, often used for system manipulation, UAC bypass, or other unauthorized activities by attackers.
No specific strings found for this threat
rule HackTool_Win32_NirCmd_AMTB_2147957491_0
{
meta:
author = "threatcheck.sh"
detection_name = "HackTool:Win32/NirCmd!AMTB"
threat_id = "2147957491"
type = "HackTool"
platform = "Win32: Windows 32-bit platform"
family = "NirCmd"
severity = "High"
signature_type = "SIGNATURE_TYPE_PEHSTR_EXT"
threshold = "5"
strings_accuracy = "High"
strings:
$x_1_1 = "saked/NSudoLG.exe" ascii //weight: 1
$x_1_2 = "saked/nircmd.exe" ascii //weight: 1
$x_1_3 = "saked/cecho.exe" ascii //weight: 1
$x_1_4 = "saked/same.zip" ascii //weight: 1
$x_1_5 = "saked/7z.exe" ascii //weight: 1
condition:
(filesize < 20MB) and
(all of ($x*))
}77ea8a229e540af84e423dc8f10e2da1776601899383746973a48035e2d0c233e1ea71880e21f80747050acb9c632ac75c1ef48ead0441555e3d0f3a5d00ef989c56898b035cdc2aaf781fb28688acfe64cf1d9738d3d57eb4547b75c5f999851f76d34ec64f5d5ef08b9c2422e7b2d80aad6e86b89aa5b4c7e53d2e7e024598d4f10aa18edd016468938f3673cf54797ebdaa1915a9d003158f8be140c5a863Immediately isolate the affected system, perform a full system scan with updated antivirus software to remove the detected files, and investigate for any signs of compromise, privilege escalation, or further malicious activity using EDR/SIEM tools. Review system logs and user accounts for unauthorized changes.