Skip to content

Erebus Malware - Detect

ID: erebus-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: erebus-malware
info:
name: Erebus Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_Erebus.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "/{5f58d6f0-bb9c-46e2-a4da-8ebc746f24a5}//log.log"
- "EREBUS IS BEST."
condition: and
# digest: 4a0a0047304502201962a59cc4d5f26ba5e08e87265c4be2dc69342fada96b60bd8673bd2d99aa8f022100a58ce11d998594c4418f903076e08356e1154925abc352a76e36908df879b0c6: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/erebus-malware.yaml"

View on Github