yara

Plugin

ArgDescriptionType
rulesYara rules in the yara DSL or after being compiled by the yarac compiler.string
filesThe list of files to scan.list of Any (required)
accessorAccessor (e.g. ntfs,file)string
contextHow many bytes to include around each hitint
startThe start offset to scanuint64
endEnd scanning at this offset (100mb)uint64
numberStop after this many hits (1).int64
blocksizeBlocksize for scanning (1mb).uint64
keyIf set use this key to cache the yara rules.string
namespaceThe Yara namespece to use.string
varsThe Yara variables to use.ordereddict.Dict

Required Permissions: FILESYSTEM_READ

Description

Scan files using yara rules.