Skip to content

Revil Ransomware Hash - Detect

ID: revil-ransomware-hash

Severity: info

Author: pussycat0x

Tags: ransomware,malware

Detect Revil Ransomware.

id: revil-ransomware-hash
info:
name: Revil Ransomware Hash - Detect
author: pussycat0x
severity: info
description:
Detect Revil Ransomware.
reference:
- https://angle.ankura.com/post/102hcny/revix-linux-ransomware
- https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_Revix.yar
tags: ransomware,malware
file:
- extensions:
- all
matchers:
- type: dsl
dsl:
- "sha256(raw) == 'f864922f947a6bb7d894245b53795b54b9378c0f7633c521240488e86f60c2c5'"
- "sha256(raw) == '559e9c0a2ef6898fabaf0a5fb10ac4a0f8d721edde4758351910200fe16b5fa7'"
- "sha256(raw) == 'ea1872b2835128e3cb49a0bc27e4727ca33c4e6eba1e80422db19b505f965bc4'"
condition: or
# digest: 4b0a00483046022100d21963fdb8c4e118efaf13d17019ffe0cd49c3157461399b5053e28b6f367076022100a70b8173bc535418df2319e7c67b5a2d95ec3c962b014a1376ec1ed73cdb9351: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/hash/revil-ransomware-hash.yaml"

View on Github