22 lines
607 B
YAML
22 lines
607 B
YAML
id: anthem-deeppanda-malware-hash
|
|
info:
|
|
name: Anthem DeepPanda Trojan Kakfum Malware Hash - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Anthem Hack Deep Panda - Trojan.Kakfum sqlsrv32.dll
|
|
reference:
|
|
- https://github.com/Yara-Rules/rules/blob/master/malware/APT_DeepPanda_Anthem.yar
|
|
tags: malware,deeppanda
|
|
|
|
file:
|
|
extensions:
|
|
- all
|
|
|
|
matchers:
|
|
type: dsl
|
|
dsl:
|
|
- "sha256(raw) == 'ab58b6aa7dcc25d8f6e4b70a24e0ccede0d5f6129df02a9e61293c1d7d7640a2'"
|
|
- "sha256(raw) == 'c6c3bb72896f8f0b9a5351614fd94e889864cf924b40a318c79560bbbcfa372f'"
|
|
condition: or
|