Files
blue-team-tools/rules/windows/process_creation/win_powershell_audio_capture.yml
T

24 lines
790 B
YAML
Raw Normal View History

2019-10-28 11:59:49 +01:00
title: Audio Capture via PowerShell
2019-12-19 23:56:36 +01:00
id: 932fb0d8-692b-4b0f-a26e-5643a50fe7d6
2019-11-11 22:03:49 +03:00
description: Detects audio capture via PowerShell Cmdlet
2019-10-28 11:59:49 +01:00
status: experimental
2019-11-11 22:03:49 +03:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
2019-10-28 11:59:49 +01:00
date: 2019/10/24
2019-11-11 22:03:49 +03:00
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 11:59:49 +01:00
tags:
- attack.collection
- attack.t1123
detection:
selection:
2019-11-11 22:03:49 +03:00
CommandLine|contains: 'WindowsAudioDevice-Powershell-Cmdlet'
2019-10-28 11:59:49 +01:00
condition: selection
falsepositives:
2019-11-11 22:03:49 +03:00
- Legitimate audio capture by legitimate user
2019-10-28 11:59:49 +01:00
level: medium
logsource:
category: process_creation
product: windows