36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
title: Lazarus Session Highjacker
|
|
author: Trent Liffick (@tliffick), Bartlomiej Czyz (@bczyz1)
|
|
date: 2020/06/03
|
|
description: Detects executables launched outside their default directories as used
|
|
by Lazarus Group (Bluenoroff)
|
|
detection:
|
|
SELECTION_1:
|
|
EventID: 1
|
|
SELECTION_2:
|
|
Image: '*\msdtc.exe'
|
|
SELECTION_3:
|
|
Image: '*\gpvc.exe'
|
|
SELECTION_4:
|
|
Image: C:\Windows\System32\\*
|
|
SELECTION_5:
|
|
Image: C:\Windows\SysWOW64\\*
|
|
condition: (SELECTION_1 and (SELECTION_2 or SELECTION_3) and not ((SELECTION_4
|
|
or SELECTION_5)))
|
|
falsepositives:
|
|
- unknown
|
|
id: 3f7f5b0b-5b16-476c-a85f-ab477f6dd24b
|
|
level: high
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
references:
|
|
- https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2018/03/07180244/Lazarus_Under_The_Hood_PDF_final.pdf
|
|
status: experimental
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1036
|
|
- attack.t1036.005
|
|
yml_filename: win_apt_lazarus_session_highjack.yml
|
|
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation
|
|
|