2019-10-02 14:02:07 +02:00
|
|
|
title: BlueMashroom DLL Load
|
2019-11-12 23:12:27 +01:00
|
|
|
id: bd70d3f8-e60e-4d25-89f0-0b5a9cff20e0
|
2019-10-02 13:57:14 +02:00
|
|
|
status: experimental
|
2019-10-02 14:02:07 +02:00
|
|
|
description: Detects a suspicious DLL loading from AppData Local path as described in BlueMashroom report
|
2019-10-02 13:57:14 +02:00
|
|
|
references:
|
2019-11-12 23:12:27 +01:00
|
|
|
- https://www.virusbulletin.com/conference/vb2019/abstracts/apt-cases-exploiting-vulnerabilities-region-specific-software
|
2019-10-02 13:57:14 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
2020-08-27 20:43:47 +03:00
|
|
|
- attack.t1117 # an old one
|
2020-06-16 14:46:08 -06:00
|
|
|
- attack.t1218.010
|
2019-10-02 13:57:14 +02:00
|
|
|
author: Florian Roth
|
|
|
|
|
date: 2019/10/02
|
|
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2020-10-15 17:25:17 -03:00
|
|
|
CommandLine|contains:
|
|
|
|
|
- '\regsvr32*\AppData\Local\\'
|
|
|
|
|
- '\AppData\Local\\*,DllEntry'
|
2019-10-02 13:57:14 +02:00
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Unlikely
|
|
|
|
|
level: critical
|