Hunting Evil with YARA (Linux Edition)
Overview
Key Process:
Example Memory Scan with YARA
yara /home/htb-student/Rules/yara/wannacry_artifacts_memory.yar /home/htb-student/MemoryDumps/compromised_system.raw --print-stringsSample Output:
Integrating YARA with Volatility for Memory Forensics
Volatility Framework
Example - Single Pattern Search
Example - Multiple Rule Scanning
Last updated