yara
Verified for current stable LTS
Yara Command: Print Rule Metadata
Use for print rule metadata with Yara. Exact CLI syntax to print rule metadata using Yara.
When to use this: Use for print rule metadata with Yara.
Command Syntax
yara -m <path/to/rule.yar> <path/to/file> yara -m <path/to/rule.yar> <path/to/file> Live Command Builder
Final Command
yara -m <path/to/rule.yar> <path/to/file> Command Breakdown
-m- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to print rule metadata using Yara.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Yara Command: Print Matching Strings
yara -s <path/to/rule.yar> <path/to/file> Yara Command: Scan Directory Recursively yara <path/to/rule.yar> -r <path/to/directory> Yara Command: Scan File With Rules yara <path/to/rule.yar> <path/to/file> Yara Command: Scan Process By Pid yara <path/to/rule1.yar path/to/rule2.yar ...> <PID> Yara Command: Scan With Compiled Rules yara -C <path/to/rules.bin> -r <path/to/directory>