Skip to content

Red Leaves Malware Hash - Detect

ID: red-leaves-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,apt,red-leaves

Red Leaves malware, related to APT10

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'"
# digest: 490a00463044022033af3784098a74644e2dc58f04dd4d8d73c8033f94de00612205abccd3ca990902201f191afd7b60b1819756f6c0c0a6eb6dbe20bac1e54ab75f7ea08bd971adbb88:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/hash/red-leaves-malware-hash.yaml"

View on Github