Skip to content

Iron Panda malware DnsTunClient Hash - Detect

ID: ironpanda-dnstunclient-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,ironpanda

Iron Panda malware DnsTunClient - file named.exe

id: ironpanda-dnstunclient-malware-hash
info:
name: Iron Panda malware DnsTunClient Hash - Detect
author: pussycat0x
severity: info
description: |
Iron Panda malware DnsTunClient - file named.exe
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) == 'a08db49e198068709b7e52f16d00a10d72b4d26562c0d82b4544f8b0fb259431'"
# digest: 4a0a00473045022100d7ab00733ccf321352d7a3e46fd6e5767d90c417f23272272cee2b55530c112102203ab101444e91c1161c2322b6f96aab1a3a571f24a9dd3c6519f04b119888be8f: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-dnstunclient-malware-hash.yaml"

View on Github