Skip to content

Unrecom Malware - Detect

ID: unrecom-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: unrecom-malware
info:
name: Unrecom Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Ratdecoders.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "META-INF"
- "load/ID"
- "load/JarMain.class"
- "load/MANIFEST.MF"
- "plugins/UnrecomServer.class"
condition: and
# digest: 490a0046304402206ce89afc55eddcd903e990eea2864825d296da15a00613e041fe7621835e238d02202ffeb82c7b61b74d2554b72e39b0c8bedb077326b4e5b0bb7cdb83f53481d804: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/unrecom-malware.yaml"

View on Github