Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions yml/OtherMSBinaries/Nmcap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
Name: Nmcap.exe
Description: Command-line packet capture utility from Microsoft Network Monitor 3.x.
Author: Avihay Eldad
Created: 2025-09-16
Commands:
- Command: nmcap.exe /network * /capture /file C:\Users\Public\nmcap.cap
Description: Start capture on all adapters and save to nmcap.cap (circular file).
Usecase: Capture network traffic on windows to collect sensitive data.
Category: Reconnaissance
Privileges: User
MitreID: T1040
OperatingSystem: Windows
- Command: nmcap.exe /network * /capture /file C:\Users\Public\nmcap.cap /TerminateWhen /TimeAfter 30 seconds.
Description: Start capture and auto-terminate after a relative time period (seconds/minutes/hours/days).
Usecase: Capture network traffic on windows to collect sensitive data.
Category: Reconnaissance
Privileges: User
MitreID: T1040
OperatingSystem: Windows
- Command: nmcap.exe /network * /capture /file C:\Users\Public\nmcap.cap /TerminateWhen /Time 04:52:00 AM 9/17/2025
Description: Start capture and auto-terminate at a specific time/date.
Usecase: Capture network traffic on windows to collect sensitive data.
Category: Reconnaissance
Privileges: User
MitreID: T1040
OperatingSystem: Windows
- Command: nmcap.exe /network * /capture /file C:\Users\Public\nmcap.cap /TerminateWhen /KeyPress x
Description: Start capture and terminate when the specified key is pressed.
Usecase: Capture network traffic on windows to collect sensitive data.
Category: Reconnaissance
Privileges: User
MitreID: T1040
OperatingSystem: Windows
Full_Path:
- Path: C:\Program Files\Microsoft Network Monitor 3\nmcap.exe
- Path: C:\Program Files (x86)\Microsoft Network Monitor 3\nmcap.exe
Resources:
- Link: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/network-monitor-3
Acknowledgement:
- Person: Avihay Eldad
Handle: '@AvihayEldad'