Skip to content

BlueBanana Malware - Detect

ID: bluebanana-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: bluebanana-malware
info:
name: BlueBanana 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"
- "config.txt"
- "a/a/a/a/f.class"
- "a/a/a/a/l.class"
- "a/a/a/b/q.class"
- "a/a/a/b/v.class"
condition: and
# digest: 4a0a0047304502202dbfc3e17fa58a28dd4e1c17b24ba47807aef365350ddc48d08f05c57d4b8246022100d4e01606fb91465c3b81306c980a7b310e9a8d81cb25205caf72713dda891f94: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/bluebanana-malware.yaml"

View on Github