2019-11-12 22:05:36 +00:00
|
|
|
---
|
|
|
|
action: global
|
|
|
|
title: Empire Monkey
|
|
|
|
description: Detects EmpireMonkey APT reported Activity
|
|
|
|
references:
|
|
|
|
- https://app.any.run/tasks/a4107649-8cb0-41af-ad75-113152d4d57b
|
|
|
|
tags:
|
|
|
|
- attack.t1086
|
|
|
|
- attack.execution
|
|
|
|
date: 2019/04/02
|
|
|
|
author: Markus Neis
|
|
|
|
detection:
|
|
|
|
condition: 1 of them
|
|
|
|
falsepositives:
|
|
|
|
- Very Unlikely
|
|
|
|
level: critical
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection_cutil:
|
|
|
|
CommandLine:
|
|
|
|
- '*/i:%APPDATA%\logs.txt scrobj.dll'
|
|
|
|
Image:
|
|
|
|
- '*\cutil.exe'
|
|
|
|
selection_regsvr32:
|
|
|
|
CommandLine:
|
|
|
|
- '*/i:%APPDATA%\logs.txt scrobj.dll'
|
|
|
|
Description:
|
|
|
|
- Microsoft(C) Registerserver
|
2019-04-03 14:25:18 +00:00
|
|
|
|