Skip to content

Cerber Malware - Detect

ID: cerber-malware

Severity: info

Author: daffainfo

Tags: malware,file,cerber

id: cerber-malware
info:
name: Cerber Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/airbnb/binaryalert/blob/master/rules/public/ransomware/windows/ransomware_windows_cerber_evasion.yara
tags: malware,file,cerber
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "38oDr5.vbs"
- "8ivq.dll"
- "jmsctls_progress32"
condition: and
# digest: 4b0a00483046022100cf4316378b2a385542723b1947f9d8f1bd166e8af7bafc2da3cbb4e1426a0de70221008d7e56cc85c26c794eda1f0e6d5d058d048978c4caa845dce783ca0bcea56b54: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/cerber-malware.yaml"

View on Github