19 lines
395 B
YAML
19 lines
395 B
YAML
id: xhide-malware
|
|
|
|
info:
|
|
name: xHide Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_XHide.yar
|
|
tags: malware,file
|
|
file:
|
|
- extensions:
|
|
- all
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- 'XHide - Process Faker'
|
|
- 'Fakename: %s PidNum: %d'
|
|
condition: and
|