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

26 lines
903 B
YAML
Raw Normal View History

2023-03-09 22:10:42 +01:00
title: Potential EmpireMonkey Activity
2019-11-12 23:12:27 +01:00
id: 10152a7b-b566-438f-a33c-390b607d1c8d
2023-03-09 22:10:42 +01:00
status: experimental
description: Detects potential EmpireMonkey APT activity
2019-11-12 23:05:36 +01:00
references:
2023-03-09 22:10:42 +01:00
- https://securelist.com/fin7-5-the-infamous-cybercrime-rig-fin7-continues-its-activities/90703/
- https://malpedia.caad.fkie.fraunhofer.de/actor/anthropoid_spider
author: Markus Neis, Nasreddine Bencherchali (Nextron Systems)
2019-11-12 23:05:36 +01:00
date: 2019/04/02
2023-03-09 22:10:42 +01:00
modified: 2023/03/09
2022-10-28 15:06:36 +02:00
tags:
- attack.defense_evasion
- attack.t1218.010
2019-11-12 23:05:36 +01:00
logsource:
2022-10-28 15:06:36 +02:00
category: process_creation
product: windows
2019-11-12 23:05:36 +01:00
detection:
2023-03-09 22:10:42 +01:00
selection:
CommandLine|contains|all:
2023-03-13 10:48:08 +01:00
- '/e:jscript' # This is a guess since the report doesn't mention the method of execution. This assumes that it is achieved via specifying the execution engine
2023-03-09 22:10:42 +01:00
- '\Local\Temp\Errors.bat'
condition: selection
2021-09-03 06:50:00 +02:00
falsepositives:
2023-03-09 22:10:42 +01:00
- Unlikely
level: high