Files
atomic-red-team/Windows/Collection/Audio_Capture.md
T

14 lines
349 B
Markdown
Raw Normal View History

2017-10-12 15:05:28 -07:00
# 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)