Skip to content

LostDoor Malware - Detect

ID: lostdoor-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: lostdoor-malware
info:
name: LostDoor 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:
- "*mlt* = %"
- "*ip* = %"
- "*victimo* = %"
- "*name* = %"
- "[START]"
- "[DATA]"
- "We Control Your Digital World"
- "RC4Initialize"
- "RC4Decrypt"
condition: and
- type: binary
binary:
- "0D0A2A454449545F5345525645522A0D0A"
# digest: 490a0046304402206fe999bd7c52fb5b994aceb8c8b6c64e8267069ca4c5d39a9376e27bfef9b0590220215727f50aea4feb60c09d7abecf4484228c2b9edc9382902900673e2029a26d: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/lostdoor-malware.yaml"

View on Github