22 lines
489 B
YAML
22 lines
489 B
YAML
|
id: red-leaves-malware-hash
|
||
|
info:
|
||
|
name: Red Leaves Malware Hash - Detect
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
description: |
|
||
|
Red Leaves malware, related to APT10
|
||
|
reference:
|
||
|
- https://www.virustotal.com/
|
||
|
- https://github.com/Yara-Rules/rules/blob/master/malware/APT_RedLeaves.yar
|
||
|
tags: malware,apt,red-leaves
|
||
|
|
||
|
file:
|
||
|
extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
type: dsl
|
||
|
dsl:
|
||
|
- "sha256(raw) == '2e1f902de32b999642bb09e995082c37a024f320c683848edadaf2db8e322c3c'"
|
||
|
|