nuclei-malware/Yara-Rules/sigma-malware.yaml

27 lines
545 B
YAML

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