Skip to content

Glass Malware - Detect

ID: glass-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: glass-malware
info:
name: Glass Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Glass.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "PostQuitMessage"
- "pwlfnn10,gzg"
- "update.dll"
- "_winver"
condition: and
# digest: 490a0046304402205d79a1ed3ef1b93f9277b71cc12e0c8b1ea027ade91abdddf195db57bbd4362102206288b5f7d22777caf6ce25df947f43716118319bf9ac0318507cd37cbbc6bcd3: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/glass-malware.yaml"

View on Github