Skip to content

ClientMesh Malware - Detect

ID: clientmesh-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: clientmesh-malware
info:
name: ClientMesh 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-condition: and
matchers:
- type: word
part: raw
words:
- "machinedetails"
- "MySettings"
- "sendftppasswords"
- "sendbrowserpasswords"
- "arma2keyMass"
- "keylogger"
condition: and
- type: binary
binary:
- "0000000000000000007E"
# digest: 4b0a00483046022100ad22361a12b3c67e2f359060f9d8502328dafb9e7ef3b1fabb3835f1b545cf780221008a21106d1f4a92b6cefed3b46ed8013f778f1a7897c153115fcb6a7dd86ea13b: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/clientmesh-malware.yaml"

View on Github