Skip to content

Sigma Malware - Detect

ID: sigma-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: sigma-malware
info:
name: Sigma Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_Sigma.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- ".php?"
- "uid="
- "&uname="
- "&os="
- "&pcname="
- "&total="
- "&country="
- "&network="
- "&subid="
condition: and
# digest: 4a0a00473045022043ba38931f5ec2329b8366bba4ac3f231c0ad27b6bf61a300bf3f80b42f6c3af0221009253122730d8928c28164183debeb513927ae0fc634296d9950eb2e38f797310: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/sigma-malware.yaml"

View on Github