Skip to Content
Unified docs shell with shared Classifyre tokens and acid-green highlight accents.

YARA

Schema-driven detector documentation.

YARAactiveP17 params3 examples
Detector Metadata
Capability catalog entry from all_detectors.json.

Categories

THREATSECURITY

Supported Asset Types

TXTTABLEURLBINARY

Recommended Model

yara-python
Parameters
Configuration parameters for the YARA detector. Shared from `ThreatDetectorConfig`.
ParameterTypeRequiredDescriptionDefaultConstraints
enabled_patternsarrayNoYARA rule names to enable
enabled_patterns[]stringNo
severity_thresholdenum | nullNoMinimum severity to reportnull
confidence_thresholdnumberNoMinimum confidence to report (0-1)0.7min 0, max 1
max_findingsinteger | nullNoMaximum number of findings to returnnull
rules_pathstringNoPath to custom YARA rules directory
timeoutintegerNoTimeout for YARA scanning in seconds60