18 lines
405 B
YAML
18 lines
405 B
YAML
id: seaduke-malware-hash
|
|
info:
|
|
name: SeaDuke Malware Hash - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
reference: |
|
|
http://goo.gl/MJ0c2M
|
|
https://github.com/Yara-Rules/rules/blob/master/malware/APT_Seaduke.yar
|
|
tags: malware,seaduke
|
|
|
|
file:
|
|
extensions:
|
|
- all
|
|
|
|
matchers:
|
|
type: dsl
|
|
dsl:
|
|
- "sha256(raw) == 'd2e570129a12a47231a1ecb8176fa88a1bf415c51dabd885c513d98b15f75d4e'" |