mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
add rule win_susp_capture_screenshots.yml
This commit is contained in:
parent
2bd9d8a9d8
commit
00a757959e
@ -0,0 +1,23 @@
|
||||
title: psr.exe capture screenshots
|
||||
status: experimental
|
||||
description: The psr.exe captures desktop screenshots and saves them on the local machine
|
||||
references:
|
||||
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/LOLUtilz/OSBinaries/Psr.yml
|
||||
- https://www.sans.org/summit-archives/file/summit-archive-1493861893.pdf
|
||||
author: Beyu Denis, oscd.community
|
||||
date: 2019/10/12
|
||||
tags:
|
||||
- attack.persistence
|
||||
- attack.t1218
|
||||
level: medium
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
Image: '*\Psr.exe'
|
||||
CommandLine: '*/start*'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Unknown
|
||||
|
Loading…
Reference in New Issue
Block a user