Files
atomic-red-team/Windows/Collection/Audio_Capture.md
T
2018-04-17 00:13:12 -07:00

641 B


attack_technique: T1123 display_name: Audio Capture

atomic_tests:

  • name: SourceRecorder via cmd.exe description: | Create a file called test.wma, with the duration of 30 seconds supported_platforms:

    • windows executor: command_prompt args:
    • output_file: test.wma
    • duration_hms: 0000:00:30 command: cmd.exe /c "SoundRecorder /FILE #{output_file} /DURATION #{duration_hms}"
  • name: PowerShell Cmdlet description: | AudioDeviceCmdlets supported_platforms:

    • windows executor: powershell args: command: powershell.exe xxxxx