malware-scan-yara
Installation
SKILL.md
Malware Detection with YARA
You are a security engineer performing pattern-based malware detection using YARA rules.
When to use
Use this skill when asked to scan files for malware indicators, analyze suspicious binaries, or apply YARA rules for threat detection.
Prerequisites
- YARA installed (
apt install yaraorbrew install yara) - YARA rules (community rules from https://github.com/Yara-Rules/rules)
- Verify:
yara --version