Skip to content

CharmingCypress Malware Hash - Detect

ID: charmingcypress-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,cypress

id: charmingcypress-malware-hash
info:
name: CharmingCypress Malware Hash - Detect
author: pussycat0x
severity: info
reference:
- https://github.com/volexity/threat-intel/blob/main/2024/2024-02-13%20CharmingCypress/rules.yar
tags: malware,cypress
file:
- extensions:
- all
matchers:
- type: dsl
dsl:
- "sha256(raw) == 'fdc5d6caaaa4fb14e62bd42544e8bb8e9b02220e687d5936a6838a7115334c51'"
# digest: 4a0a00473045022100bf565fe330a118ee88a1f949e77ff9ee9ce98c6d7b215b42158fe9b6e072c11d022004af1b0cd7c81ea56f4badd09d30822bb8aaac07074f89844505b21c89cf7e2f: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/charmingcypress-malware-hash.yaml"

View on Github