SigmaHQ/rules/windows/process_creation/win_apt_bluemashroom.yml

23 lines
661 B
YAML
Raw Normal View History

2019-10-02 12:02:07 +00:00
title: BlueMashroom DLL Load
2019-10-02 11:57:14 +00:00
status: experimental
2019-10-02 12:02:07 +00:00
description: Detects a suspicious DLL loading from AppData Local path as described in BlueMashroom report
2019-10-02 11:57:14 +00:00
references:
- 'https://www.virusbulletin.com/conference/vb2019/abstracts/apt-cases-exploiting-vulnerabilities-region-specific-software'
tags:
- attack.defense_evasion
- attack.t1117
author: Florian Roth
date: 2019/10/02
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine:
- '*\regsrv32*\AppData\Local\*,*'
- '*\AppData\Local\*,DllEntry*'
2019-10-02 11:57:14 +00:00
condition: selection
falsepositives:
- Unlikely
level: critical