47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
title: Lazarus Activity
|
|
author: Florian Roth
|
|
date: 2020/12/23
|
|
description: Detects different process creation events as described in various threat
|
|
reports on Lazarus group activity
|
|
detection:
|
|
SELECTION_1:
|
|
EventID: 1
|
|
SELECTION_10:
|
|
CommandLine: '*.255 10 C:\ProgramData\\*'
|
|
SELECTION_2:
|
|
CommandLine: '*reg.exe save hklm\sam %temp%\~reg_sam.save*'
|
|
SELECTION_3:
|
|
CommandLine: '*1q2w3e4r@#$@#$@#$*'
|
|
SELECTION_4:
|
|
CommandLine: '* -hp1q2w3e4 *'
|
|
SELECTION_5:
|
|
CommandLine: '*.dat data03 10000 -p *'
|
|
SELECTION_6:
|
|
CommandLine: '*process call create*'
|
|
SELECTION_7:
|
|
CommandLine: '* > %temp%\~*'
|
|
SELECTION_8:
|
|
CommandLine: '*netstat -aon | find *'
|
|
SELECTION_9:
|
|
CommandLine: '* > %temp%\~*'
|
|
condition: (SELECTION_1 and ((SELECTION_2 or SELECTION_3 or SELECTION_4 or SELECTION_5)
|
|
or (SELECTION_6 and SELECTION_7) or (SELECTION_8 and SELECTION_9) or (SELECTION_10)))
|
|
falsepositives:
|
|
- Overlap with legitimate process activity in some cases (especially selection 3 and
|
|
4)
|
|
id: 24c4d154-05a4-4b99-b57d-9b977472443a
|
|
level: critical
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
modified: 2021/06/27
|
|
references:
|
|
- https://securelist.com/lazarus-covets-covid-19-related-intelligence/99906/
|
|
- https://www.hvs-consulting.de/lazarus-report/
|
|
status: experimental
|
|
tags:
|
|
- attack.g0032
|
|
yml_filename: win_apt_lazarus_activity_dec20.yml
|
|
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation
|
|
|