Skip to content

PowerWare Malware - Detect

ID: powerware-malware

Severity: info

Author: daffainfo

Tags: malware,file,powerware

id: powerware-malware
info:
name: PowerWare Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/airbnb/binaryalert/blob/master/rules/public/ransomware/windows/ransomware_windows_powerware_locky.yara
tags: malware,file,powerware
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "ScriptRunner.dll"
- "ScriptRunner.pdb"
- "fixed.ps1"
condition: and
# digest: 490a0046304402201291990881238ac59c6b2da85f416e4ccdff732d3b8e3497c7aeb39ee4a20805022054a7eef716abb526ac8c0414eb9b58d7556a95b288828835d45f3dca8be3a10d: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/powerware-malware.yaml"

View on Github