Cross-source coverage
T1123 / ATT&CK
Audio Capture
From MITRE ATT&CK 19.2
An adversary can leverage a computer's peripheral devices (e.g., microphones and webcams) or applications (e.g., voice and video call services) to capture audio recordings for the purpose of listening into sensitive conversations to gather information.
Malware or scripts may be used to interact with the devices through an available API provided by the operating system or an application to capture audio. Audio files may be written to disk and exfiltrated later.
- Tactics
- Collection
- Platforms
- Linux · macOS · Windows
- Telemetry
-
WinEventLog:SysmonWinEventLog:Securityauditd:SYSCALLlinux:Sysmonmacos:unifiedlogApple TCC Logsfs:fsusage
How MITRE says to detect it DET0221
Behavioral Detection Strategy for T1123 Audio Capture Across Windows, Linux, macOS
Windows Analytic 0619
Unusual or unauthorized processes accessing microphone APIs (e.g., winmm.dll, avrt.dll) followed by audio file writes to user-accessible or temp directories.
WinEventLog:SysmonEventCode=10WinEventLog:SysmonEventCode=11WinEventLog:SecurityEventCode=4688
Linux Analytic 0620
Processes accessing ALSA/PulseAudio devices or executing audio capture binaries like 'arecord', followed by file creation or suspicious child process spawning.
auditd:SYSCALLopenlinux:SysmonEventCode=1auditd:SYSCALLwrite
macOS Analytic 0621
Processes invoking AVFoundation or CoreAudio frameworks, accessing input devices via TCC logs or Unified Logs, followed by writing AIFF/WAV/MP3 files to disk.
macos:unifiedlogaudio APIsApple TCC LogsMicrophone Access Eventsfs:fsusageFile IO
socfortress/Wazuh-Rules
7 rules · 5 familiesSigmaHQ/sigma
6 rules| Detection | Severity | Format |
|---|---|---|
| OpenCanary - SIP Request | High | Sigma |
| Suspicious Camera and Microphone Access | High | Sigma |
| Audio Capture via PowerShell | Medium | Sigma |
| Audio Capture via SoundRecorder | Medium | Sigma |
| Processes Accessing the Microphone and Webcam | Medium | Sigma |
| Audio Capture | Low | Sigma |
splunk/security_content
3 rules| Detection | Severity | Format |
|---|---|---|
| Zoom Rare Audio Devices | Undefined | SPL |
| Zoom Rare Input Devices | Undefined | SPL |
| Zoom Rare Video Devices | Undefined | SPL |
elastic/detection-rules
2 rules| Detection | Severity | Format |
|---|---|---|
| PowerShell Suspicious Script with Audio Capture Capabilities | High | Elastic TOML |
| Linux Audio Recording Activity Detected | Low | Elastic TOML |