Created
June 7, 2020 16:39
-
-
Save duzvik/039869d60e16d09fac7412a841d44e41 to your computer and use it in GitHub Desktop.
Processes accessing the camera and microphone from suspicious folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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