yara
Verified for current stable LTS
Yara Command: Scan With Threads
Use for scan with threads with Yara. Exact CLI syntax to scan with threads using Yara.
When to use this: Use for scan with threads with Yara.
Command Syntax
yara -p <number_of_threads> <path/to/rule.yar> <path/to/directory> yara -p <number_of_threads> <path/to/rule.yar> <path/to/directory> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to scan with threads 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: Print Rule Metadata yara -m <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>