Greame Malware - Detect
ID: greame-malware
Severity: info
Author: daffainfo
Tags: malware,file
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: greame-malware
info: name: Greame Malware - Detect author: daffainfo severity: info reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Ratdecoders.yar tags: malware,filefile: - extensions: - all
matchers-condition: and matchers: - type: word part: raw words: - "EditSvr" - "TLoader" - "Stroks" - "Avenger by NhT" - "####@####" - "GREAME" condition: and
- type: binary binary: - "232323234023232323E8EEE9F9232323234023232323" - "232323234023232323FAFDF0EFF9232323234023232323" condition: and# digest: 4b0a00483046022100b56041fd801651e00fdc1829a76ecc38f3c07fa20df6c8ce30675345064df6ff022100e8f374c010ab9ac529ce1217b93be63c98cb0d63ad14641fb7bdd21bc2baa215:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "file/malware/greame-malware.yaml"