SigmaHQ/rules/windows/process_creation/win_powershell_audio_capture.yml

24 lines
790 B
YAML
Raw Normal View History

2019-10-28 10:59:49 +00:00
title: Audio Capture via PowerShell
id: 932fb0d8-692b-4b0f-a26e-5643a50fe7d6
description: Detects audio capture via PowerShell Cmdlet
2019-10-28 10:59:49 +00:00
status: experimental
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
2019-10-28 10:59:49 +00:00
date: 2019/10/24
modified: 2019/11/11
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1123/T1123.yaml
- https://eqllib.readthedocs.io/en/latest/analytics/ab7a6ef4-0983-4275-a4f1-5c6bd3c31c23.html
2019-10-28 10:59:49 +00:00
tags:
- attack.collection
- attack.t1123
detection:
selection:
CommandLine|contains: 'WindowsAudioDevice-Powershell-Cmdlet'
2019-10-28 10:59:49 +00:00
condition: selection
falsepositives:
- Legitimate audio capture by legitimate user
2019-10-28 10:59:49 +00:00
level: medium
logsource:
category: process_creation
product: windows