18 lines
532 B
YAML
18 lines
532 B
YAML
|
id: blackenergy-ssh-malware-hash
|
||
|
info:
|
||
|
name: BlackEnergy BackdoorPass DropBear SSH Malware Hash - Detect
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
description: Detects the password of the backdoored DropBear SSH Server - BlackEnergy
|
||
|
reference:
|
||
|
- https://github.com/Yara-Rules/rules/blob/master/malware/APT_Blackenergy.yar
|
||
|
tags: malware,blackenergy
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- "sha256(raw) == '0969daac4adc84ab7b50d4f9ffb16c4e1a07c6dbfc968bd6649497c794a161cd'"
|