SigmaHQ/rules/windows/sysmon/sysmon_susp_run_key_img_folder.yml

40 lines
1.2 KiB
YAML
Raw Normal View History

title: New RUN Key Pointing to Suspicious Folder
2019-11-12 22:12:27 +00:00
id: 02ee49e2-e294-4d0f-9278-f5b3212fc588
status: experimental
description: Detects suspicious new RUN key element pointing to an executable in a suspicious folder
references:
- https://www.fireeye.com/blog/threat-research/2018/08/fin7-pursuing-an-enigmatic-and-evasive-global-criminal-operation.html
author: Florian Roth, Markus Neis
tags:
- attack.persistence
2018-08-26 20:30:47 +00:00
- attack.t1060
date: 2018/25/08
2019-10-01 14:14:38 +00:00
modified: 2019/10/01
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 13
TargetObject:
2019-02-02 23:24:57 +00:00
- '*\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\\*'
- '*\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce\\*'
2018-08-26 20:30:47 +00:00
Details:
2019-10-01 14:14:38 +00:00
- '*C:\Windows\Temp\\*'
2019-02-02 23:24:57 +00:00
- '*\AppData\\*'
2019-10-01 14:14:38 +00:00
- '%AppData%\\*'
- '*C:\$Recycle.bin\\*'
- '*C:\Temp\\*'
- '*C:\Users\Public\\*'
- '%Public%\\*'
- '*C:\Users\Default\\*'
- '*C:\Users\Desktop\\*'
- 'wscript*'
- 'cscript*'
condition: selection
fields:
- Image
falsepositives:
- Software with rare behaviour
level: high