Skip to content

Backdoor Naikon APT Malware Hash - Detect

ID: naikon-apt-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,naikon

id: naikon-apt-malware-hash
info:
name: Backdoor Naikon APT Malware Hash - Detect
author: pussycat0x
severity: info
reference:
- https://goo.gl/7vHyvh
tags: malware,naikon
file:
- extensions:
- all
matchers:
- type: dsl
dsl:
- "sha256(raw) == 'd5716c80cba8554eb79eecfb4aa3d99faf0435a1833ec5ef51f528146c758eba'"
- "sha256(raw) == 'f5ab8e49c0778fa208baad660fe4fa40fc8a114f5f71614afbd6dcc09625cb96'"
condition: or
# digest: 4a0a00473045022100edb8228b84a5e01b0b63586a54ba2946752bd2021430bf100c115f884f591bdf02204de8c2eb69b900cdc32571f81260abc7e08360df85f7e0c2d744801e698a5e2a: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/naikon-apt-malware-hash.yaml"

View on Github