Skip to content

Instantly share code, notes, and snippets.

@duzvik
Created June 7, 2020 16:39
Show Gist options
  • Save duzvik/039869d60e16d09fac7412a841d44e41 to your computer and use it in GitHub Desktop.
Save duzvik/039869d60e16d09fac7412a841d44e41 to your computer and use it in GitHub Desktop.
Processes accessing the camera and microphone from suspicious folder
title: Processes accessing the camera and microphone from suspicious folder
description: Detects Processes accessing the camera and microphone from suspicious folder
author: Den Iuzvyk
date: 2020/06/07
reference:
- https://medium.com/@7a616368/can-you-track-processes-accessing-the-camera-and-microphone-7e6885b37072
tags:
- attack.collection
- attack.t1125
- attack.t1123
level: medium
logsource:
category: sysmon
product: windows
detection:
selection_1:
EventId: 13
TargetObject|contains:
- \Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\\*\NonPackaged
selection_2:
TargetObject|contains:
- microphone
- webcam
selection_3:
TargetObject|contains:
- '#C:#Windows#Temp#'
- '#C:#$Recycle.bin#'
- '#C:#Temp#'
- '#C:#Users#Public#'
- '#C:#Users#Default#'
- '#C:#Users#Desktop#'
condition: all of selection_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment