What problem does it solve? Writing effective YARA rules requires knowing the correct syntax for strings, conditions, and modifiers, and mistakes lead to missed detections or false positives. This Skill provides templates, syntax references, and scanning commands so analysts can produce tested detection signatures quickly. ## Core Features & Use Cases - Rule Authoring: Generate YARA rules with proper meta blocks, string definitions (text, hex, regex), and condition logic for detecting malware families and IOCs. - Scanning Workflows: Run yara and yarac commands to scan files, directories, or compiled rule sets against targets. - Use Case: A threat intelligence analyst receives a report on a new malware family and uses this Skill to draft a detection rule with unique strings, magic byte checks, and filesize constraints, then validates it against known samples and clean files. ## Quick Start Write a YARA rule that detects a PE file containing the strings 'evil_c2_domain' and a specific hex pattern, then scan my samples directory with it.