Skip to content

TeslaCrypt Malware - Detect

ID: teslacrypt-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: teslacrypt-malware
info:
name: TeslaCrypt Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_TeslaCrypt.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: binary
binary:
- "4E6F7720697427732025493A254D25702E00000076616C2069732025640A0000"
# digest: 4b0a00483046022100f72cf2e69e71b96bdea0cb7c5e6df753648bb7b6c8d8c3a8edc8498e677f1a6b022100cbd553da8201a682db1e93892aa262ff49bea584308862cbe88b316c7423ac83: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/teslacrypt-malware.yaml"

View on Github