HackTool - NetExec File Indicators

Original Source: [Sigma source]
Title: HackTool - NetExec File Indicators
Status: experimental
Description:Detects file creation events indicating NetExec (nxc.exe) execution on the local machine. NetExec is a PyInstaller-bundled binary that extracts its embedded data files to a "_MEI<random>" directory under the Temp folder upon execution. Files dropped under the "\nxc\" sub-directory of that extraction path are unique to NetExec and serve as reliable on-disk indicators of execution. NetExec (formerly CrackMapExec) is a widely used post-exploitation and lateral movement tool used for Active Directory enumeration, credential harvesting, and remote code execution.
References:
  -https://github.com/Pennyw0rth/NetExec
  -https://www.netexec.wiki/
Author: Swachchhanda Shrawan Poudel (Nextron Systems)
Date: 2026-04-08
modified:None
Tags:
  • -'attack.execution'
  • -'attack.lateral-movement'
  • -'attack.discovery'
  • -'attack.t1021.002'
  • -'attack.t1059.005'
Logsource:
  • product: windows
  • category: file_event
Detection:
  selection:
Image|contains:'\nxc-windows-latest\'     - TargetFilename|contains|all:
      - '\Temp\_MEI'
      - '\nxc\data\'
  condition:selection
Falsepositives:
  -Unknown
Level: high