Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_apt_empiremonkey.yml
T

27 lines
714 B
YAML
Raw Normal View History

2019-11-12 23:12:27 +01:00
title: Empire Monkey
id: 10152a7b-b566-438f-a33c-390b607d1c8d
2021-11-27 11:33:14 +01:00
status: test
2019-11-12 23:12:27 +01:00
description: Detects EmpireMonkey APT reported Activity
2021-11-27 11:33:14 +01:00
author: Markus Neis
2019-11-12 23:05:36 +01:00
references:
2021-11-27 11:33:14 +01:00
- https://app.any.run/tasks/a4107649-8cb0-41af-ad75-113152d4d57b
2019-11-12 23:05:36 +01:00
date: 2019/04/02
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-11-12 23:05:36 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-11-12 23:05:36 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection_cutil:
CommandLine|endswith: '/i:%APPDATA%\logs.txt scrobj.dll'
Image|endswith: '\cutil.exe'
selection_regsvr32:
CommandLine|endswith: '/i:%APPDATA%\logs.txt scrobj.dll'
Description: 'Microsoft(C) Registerserver'
2022-01-11 10:59:57 +01:00
condition: 1 of selection*
2021-09-03 06:50:00 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Very Unlikely
level: critical
tags:
- attack.defense_evasion
- attack.t1218.010