Skip to content

Terminator Malware - Detect

ID: terminator-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: terminator-malware
info:
name: Terminator Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Terminator.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "Accelorator"
- "<html><title>12356</title><body>"
condition: and
# digest: 4a0a004730450221009ca1c6f7849695ffefff2568a553fc704714970c1b7484c87a55693800017117022059c8a47b1d13fb4fc82e93b6dc7176f2a07b7dfa56ca4c19b48d7b645030cd62: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/terminator-malware.yaml"

View on Github