Skip to content

Iron Panda Malware Htran Hash - Detect

ID: ironpanda-htran-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,ironpanda

Iron Panda Malware Htran

id: ironpanda-htran-malware-hash
info:
name: Iron Panda Malware Htran Hash - Detect
author: pussycat0x
severity: info
description: |
Iron Panda Malware Htran
reference:
- https://goo.gl/E4qia9
- https://github.com/Yara-Rules/rules/blob/master/malware/APT_Irontiger.yar
tags: malware,ironpanda
file:
- extensions:
- all
matchers:
- type: dsl
dsl:
- "sha256(raw) == '7903f94730a8508e9b272b3b56899b49736740cea5037ea7dbb4e690bcaf00e7'"
# digest: 490a0046304402206abb355203e7a99d65a1e59fce6d6af343c71e971ce80b1ee29b1dc5643099a00220794c4b795c756b64b19e054718dba39b0705a9642c4719bec98b7c4e25e3fdbb: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/ironPanda-htran-malware-hash.yaml"

View on Github