Skip to content

BasicRAT Malware - Detect

ID: basicrat-malware

Severity: info

Author: daffainfo

Tags: malware,file,basicrat

id: basicrat-malware
info:
name: BasicRAT Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/airbnb/binaryalert/blob/master/rules/public/malware/multi/malware_multi_vesche_basicrat.yara
tags: malware,file,basicrat
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "HKCU Run registry key applied"
- "HKCU Run registry key failed"
- "Error, platform unsupported."
- "Persistence successful,"
- "Persistence unsuccessful,"
condition: and
# digest: 4a0a0047304502203300bf4b354635ae29b66939834506d56678e93df59690b0273d73bc50c65f000221008b75023b531468996f7d47c4ed71804d6e5bcee21905a741687a8464dbbb3e08: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/basicrat-malware.yaml"

View on Github