Files
atomic-red-team/Windows/Collection/Audio_Capture.md
T
Michael Haag 34dd80d94b Initial Commit
+ Audio Capture
+ Automated Collection
+ Input Capture
+ collection bat
+ Payload
+ Updated Matrix
2017-10-12 15:05:28 -07:00

14 lines
349 B
Markdown

# Audio Capture
MITRE ATT&CK Technique: [T1123](https://attack.mitre.org/wiki/Technique/T1123)
## cmd.exe
Create a file called test.wma, with the duration of 30 seconds:
SoundRecorder /FILE test.wma /DURATION 0000:00:30
## PowerShell
PowerShell Cmdlet - [AudioDeviceCmdlets](https://github.com/cdhunt/WindowsAudioDevice-Powershell-Cmdlet)