19 lines
453 B
YAML
19 lines
453 B
YAML
|
id: cryptxxx-dropper-malware
|
||
|
|
||
|
info:
|
||
|
name: CryptXXX Dropper Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RANSOM_.CRYPTXXX.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers:
|
||
|
- type: binary
|
||
|
binary:
|
||
|
- "50653157584346765962486F35"
|
||
|
- "43003A005C0042004900450052005C0051006D006B004E0052004C00460000"
|
||
|
condition: and
|