Skip to content

PassCV Sabre Malware Signing Cert Hash - Detect

ID: passcv-signingcert-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,passcv

PassCV Malware mentioned in Cylance Report

id: passcv-signingcert-malware-hash
info:
name: PassCV Sabre Malware Signing Cert 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) == '7c32885c258a6d5be37ebe83643f00165da3ebf963471503909781540204752e'"
# digest: 4b0a00483046022100a770da1fd60f418f273cc937ac584fd19dbeb7b38324053c69c0c8d157ba87fb022100a69eef6ed853f0df982360c153608383d354c9757ad9444e98a2aee5e773ba0a: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/hash/passcv-signingcert-malware-hash.yaml"

View on Github