YARA Scanner

Download 0
Last updated Sep 13, 2026

yara-scan-reports

Lists YARA scan reports for a period, one row per scan, including scan status, target, and file counts.

yara-scan-reports [from=VALUE] [to=VALUE] [duration=VALUE]
from=VALUE
Optional. Start time as yyyyMMddHHmmss. Shorter forms such as yyyyMMdd are accepted.
to=VALUE
Optional. End time as yyyyMMddHHmmss. Shorter forms such as yyyyMMdd are accepted. The specified second is included.
duration=VALUE
Optional. Positive period length: s (seconds), m (minutes), h (hours), d (days), or w (weeks). A number without a unit means seconds. Default: 1d.

Output fields

FieldTypeNameDescription
_timeDateTimee.g. 2026-09-12 23:34:22 - the row timestamp, same instant as start_time
guidStringScan GUIDe.g. 0545f99b-6bfd-4f4f-9be7-1e6d4a3b9c1a - matches scan_guid in yara-scan-logs
target_urlStringScan targete.g. sonar://samples/malware
statusStringStatuse.g. completed - one of compiling, running, completed, failed, cancelled
start_timeDateStartede.g. 2026-09-12 23:34:22
end_timeDateFinishede.g. 2026-09-12 23:34:23 - empty while the scan is still running
is_recursiveBooleanRecursivee.g. true
total_countIntegerTarget filese.g. 120 - empty when the target could not be counted up front
scanned_countIntegerScanned filese.g. 120
matched_countIntegerDetected filese.g. 3
error_countIntegerErrorse.g. 0
started_byStringStarted bye.g. admin
ruleset_versionLongUser ruleset versione.g. 4
errorStringErrore.g. interrupted by restart - empty unless the scan failed
sourceStringSourcee.g. archived - live for a scan still in the database, archived for one in the log tables