2019-11-12 22:05:36 +00:00
|
|
|
action: global
|
2019-11-12 22:12:27 +00:00
|
|
|
title: Empire Monkey
|
|
|
|
id: 10152a7b-b566-438f-a33c-390b607d1c8d
|
|
|
|
description: Detects EmpireMonkey APT reported Activity
|
2019-11-12 22:05:36 +00:00
|
|
|
references:
|
|
|
|
- https://app.any.run/tasks/a4107649-8cb0-41af-ad75-113152d4d57b
|
|
|
|
tags:
|
2020-08-27 17:43:47 +00:00
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.t1218.010
|
|
|
|
- attack.t1117 # an old one
|
2019-11-12 22:05:36 +00:00
|
|
|
date: 2019/04/02
|
2020-08-27 17:43:47 +00:00
|
|
|
modified: 2020/08/27
|
2019-11-12 22:05:36 +00:00
|
|
|
author: Markus Neis
|
|
|
|
detection:
|
|
|
|
condition: 1 of them
|
|
|
|
falsepositives:
|
|
|
|
- Very Unlikely
|
|
|
|
level: critical
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection_cutil:
|
2020-10-15 20:29:19 +00:00
|
|
|
CommandLine|endswith:
|
|
|
|
- '/i:%APPDATA%\logs.txt scrobj.dll'
|
|
|
|
Image|endswith:
|
|
|
|
- '\cutil.exe'
|
2019-11-12 22:05:36 +00:00
|
|
|
selection_regsvr32:
|
2020-10-15 20:29:19 +00:00
|
|
|
CommandLine|endswith:
|
|
|
|
- '/i:%APPDATA%\logs.txt scrobj.dll'
|
2019-11-12 22:05:36 +00:00
|
|
|
Description:
|
|
|
|
- Microsoft(C) Registerserver
|
2020-10-15 20:29:19 +00:00
|
|
|
|