mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
22 lines
540 B
YAML
22 lines
540 B
YAML
title: Audio Capture via SoundRecorder
|
|
description: Detect attacker collecting audio via SoundRecorder application.
|
|
status: experimental
|
|
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame)
|
|
date: 2019/10/24
|
|
tags:
|
|
- attack.collection
|
|
- attack.t1123
|
|
detection:
|
|
selection:
|
|
Image:
|
|
- "*\SoundRecorder.exe"
|
|
CommandLine:
|
|
- "* /FILE *"
|
|
condition: selection
|
|
falsepositives:
|
|
- legit audio capture
|
|
level: medium
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|