20 lines
543 B
YAML
20 lines
543 B
YAML
id: passcv-ntscan-malware-hash
|
|
info:
|
|
name: PassCV Sabre Tool NTScan Malware Hash - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: PassCV Malware mentioned in Cylance Report
|
|
reference:
|
|
- https://blog.cylance.com/digitally-signed-malware-targeting-gaming-companies
|
|
- https://github.com/Yara-Rules/rules/blob/master/malware/APT_Passcv.yar
|
|
tags: malware,passcv
|
|
|
|
file:
|
|
extensions:
|
|
- all
|
|
|
|
matchers:
|
|
type: dsl
|
|
dsl:
|
|
- "sha256(raw) == '0f290612b26349a551a148304a0bd3b0d0651e9563425d7c362f30bd492d8665'"
|