2019-10-28 10:59:49 +00:00
|
|
|
title: Audio Capture via SoundRecorder
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 83865853-59aa-449e-9600-74b9d89a6d6e
|
2019-11-10 22:40:45 +00:00
|
|
|
description: Detect attacker collecting audio via SoundRecorder application
|
2019-10-28 10:59:49 +00:00
|
|
|
status: experimental
|
2019-11-10 22:40:45 +00:00
|
|
|
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
|
2019-10-28 10:59:49 +00:00
|
|
|
date: 2019/10/24
|
2019-11-10 22:40:45 +00:00
|
|
|
modified: 2019/11/11
|
|
|
|
references:
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1123/T1123.yaml
|
2019-11-10 22:45:39 +00:00
|
|
|
- https://eqllib.readthedocs.io/en/latest/analytics/f72a98cb-7b3d-4100-99c3-a138b6e9ff6e.html
|
2019-10-28 10:59:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.collection
|
|
|
|
- attack.t1123
|
2020-01-19 21:34:16 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-10-28 10:59:49 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2019-11-10 22:40:45 +00:00
|
|
|
Image|endswith: '\SoundRecorder.exe'
|
|
|
|
CommandLine|contains: '/FILE'
|
2019-10-28 10:59:49 +00:00
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
2019-11-10 22:40:45 +00:00
|
|
|
- Legitimate audio capture by legitimate user
|
2019-10-28 10:59:49 +00:00
|
|
|
level: medium
|