diff --git a/bucket/yara-x.json b/bucket/yara-x.json new file mode 100644 index 0000000000..551a0085aa --- /dev/null +++ b/bucket/yara-x.json @@ -0,0 +1,26 @@ +{ + "version": "1.4.0", + "description": "A malware samples pattern matching tool, re-incarnation of YARA.", + "homepage": "https://virustotal.github.io/yara-x/", + "license": { + "identifier": "BSD-3-Clause", + "url": "https://github.com/VirusTotal/yara-x/blob/main/LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/VirusTotal/yara-x/releases/download/v1.4.0/yara-x-v1.4.0-x86_64-pc-windows-msvc.zip", + "hash": "3e219fb3cdb9eb1c5f6ce4dd18460dc590a1e8fd07674aed4e0887bdf7bf11cf" + } + }, + "bin": "yr.exe", + "checkver": { + "github": "https://github.com/VirusTotal/yara-x" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/VirusTotal/yara-x/releases/download/v$version/yara-x-v$version-x86_64-pc-windows-msvc.zip" + } + } + } +}