# CVE-2025-32433 YARA Detection Rule
**Author:** te0rwx
**Date:** 2025-08-27
## Description
This YARA rule is designed to detect:
- CVE-2025-32433 Erlang SSH remote code execution exploits.
- Reverse shells (Bash, nc, Erlang `os:cmd`) including obfuscated payloads (Base64, Hex, XOR, fragmented).
- Python, Go, and Bash scanners targeting Erlang SSH.
- Stealthy execution patterns, backgrounding, and sleep-delayed commands.
The rule **minimizes false positives** by requiring multiple exploit markers or multiple scanner indicators before matching.
---
## Usage
```bash
yara -r rule-cve-2025-32433.yar /path/to/scan
[4.0K] /data/pocs/387dd3eaebace2b729aa9b0b3b434214224106af
├── [ 11K] LICENSE
├── [ 628] README.md
└── [4.0K] YARA
└── [3.2K] rule-cve-2025-32433.yar
1 directory, 3 files