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

YARA

Schema-driven detector documentation.

YARAactiveP15 params9 examples
Detector Metadata
Capability catalog entry from all_detectors.json.

Categories

THREATSECURITY

Supported Asset Types

TXTTABLEURLBINARY

Recommended Model

yara-python

Notes

Uses security rules to identify known malware patterns or suspicious file content.

Parameters
Configuration parameters for the YARA detector. Shared from `ThreatDetectorConfig`.
ParameterTypeRequiredDescriptionDefaultConstraints
rulesarray | nullNoRules to compile and run. When null or empty no scan is performed.null
timeoutintegerNoMaximum seconds to spend scanning a single asset before aborting.60
confidence_thresholdnumberNoMinimum confidence score to report a finding (0-1). YARA confidence is computed from match count.0.7min 0, max 1
max_findingsinteger | nullNoMaximum number of findings to return per assetnull
severity_thresholdenum | nullNoMinimum severity level to include in results. Findings below this threshold are suppressed.null