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

30 lines
861 B
YAML
Raw Normal View History

2018-01-27 10:57:30 +01:00
title: Fireball Archer Install
2019-11-12 23:12:27 +01:00
id: 3d4aebe0-6d29-45b2-a8a4-3dfde586a26d
2021-11-27 11:33:14 +01:00
status: test
2017-06-03 14:53:08 +02:00
description: Detects Archer malware invocation via rundll32
references:
2022-10-28 15:06:36 +02:00
- https://www.virustotal.com/en/file/9b4971349ae85aa09c0a69852ed3e626c954954a3927b3d1b6646f139b930022/analysis/
- https://www.hybrid-analysis.com/sample/9b4971349ae85aa09c0a69852ed3e626c954954a3927b3d1b6646f139b930022?environmentId=100
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
2021-11-27 11:33:14 +01:00
date: 2017/06/03
modified: 2021/11/27
2022-10-28 15:06:36 +02:00
tags:
- attack.execution
- attack.defense_evasion
- attack.t1218.011
2017-06-03 14:48:47 +02:00
logsource:
2022-10-28 15:06:36 +02:00
category: process_creation
product: windows
2017-06-03 14:48:47 +02:00
detection:
2022-10-28 15:06:36 +02:00
selection:
CommandLine|contains|all:
- 'rundll32.exe'
- 'InstallArcherSvc'
condition: selection
2017-09-12 23:54:04 +02:00
fields:
2022-10-28 15:06:36 +02:00
- CommandLine
- ParentCommandLine
2017-06-03 14:48:47 +02:00
falsepositives:
2022-10-28 15:06:36 +02:00
- Unknown
2017-06-03 14:48:47 +02:00
level: high