Skip to content
ai-supply.store
खोजेंश्रेणियाँलीडरबोर्डसमुदायAgent APIFAQ
साइन इनमुफ़्त साइन अप
catalog / Cybersecurity / YARA
⬡PipelineCybersecurityFree

YARA

The pattern-matching engine for malware researchers — write rules to identify and classify malware by textual or binary signatures.

@ai-supply
इंस्टॉल35k
⟳ upstream v4.5.8 · updated 20d ago
↗ सोर्स रिपॉज़िटरी
← More CybersecurityCybersecurity leaderboard →How we grade security →Source ↗
✓ Grade A · 100/100 · SafeSecurity assessment
✓No compromise signals15capabilities surfaced8of 20 OWASP controls clear
Very high entropyPotentially unbounded loopVery high entropyVery high entropy
scanned 15d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

YARA

YARA is the pattern-matching Swiss-army knife for malware researchers. It provides a rule language for describing malware families and other files of interest based on textual or binary patterns, then scans files, processes, or memory to identify matches. Each rule pairs a set of strings with a boolean condition, making detection logic expressive yet readable.

Key features

  • Concise rule language combining string, hex, and regex patterns with boolean conditions
  • Scans files, running processes, and memory dumps
  • Modules (PE, ELF, Mach-O, hashes, and more) for structured, format-aware matching
  • Fast C engine with official Python bindings (yara-python) and a CLI
  • Portable across Windows, Linux, and macOS

Maintained by VirusTotal, YARA is a de facto standard for malware classification and threat hunting: analysts share rule sets to detect specific implants, packers, and campaign artifacts across large sample corpora. Because rules are plain text, they integrate cleanly into automated pipelines, sandboxes, and incident-response tooling. With BSD-3-Clause licensing and broad industry adoption, it remains a foundational building block for malware analysis and detection engineering.

Curated mirror of the open-source YARA (BSD-3-Clause). Get it from the source.

Rating rank
#1
of 19 in Cybersecurity
Install rank
#14
of 19 in Cybersecurity
Security score
100/100 · A
safe
Security rank
#1
of 19 in Cybersecurity
Installs
35k
cat avg 85k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Cybersecurity leaderboard →
✓ Security: Safe · 100100/100 · grade Ascanned 15d ago
✓ no compromise signals15 risk-surface · 7/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · low confidence (static)
⚑ filesystem
egress → docs.readthedocs.io, gitter.im, badges.gitter.im, ci.appveyor.com, scan.coverity.com, virustotal.github.io, yara.readthedocs.org, yara-ci.cloud.virustotal.com +32
24 steps⚑ uses secretsactions/checkout@v2docker://multiarch/ubuntu-core:s390x-focalgoogle/oss-fuzz/infra/cifuzz/actions/build_fuzzers@mastergoogle/oss-fuzz/infra/cifuzz/actions/run_fuzzers@masteractions/upload-artifact@v4docs.readthedocs.ioraw.githubusercontent.com

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · VirusTotal-yara-604822d/.gitattributesexpected
•External endpoints declared — 89 distinct host(s) · VirusTotal-yara-604822d/README.mdexpected
•External endpoints declared — 2 distinct host(s) · VirusTotal-yara-604822d/dist/yara.specexpected
•External endpoints declared — 3 distinct host(s) · VirusTotal-yara-604822d/docs/gettingstarted.rstexpected
•External endpoints declared — 5 distinct host(s) · VirusTotal-yara-604822d/docs/modules/pe.rstexpected
•Egress to an anonymous-paste / tunnel / OOB endpoint — pastebin.com · VirusTotal-yara-604822d/docs/yarapython.rst (CWE-200)expected
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · VirusTotal-yara-604822d/tests/test-rules.c (CWE-272)risk surface
⚠LLM05Improper Output Handlingmedium
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — dynamic code execution · VirusTotal-yara-604822d/libyara/scan.c (CWE-95)expected
⚠LLM07System Prompt Leakagemedium
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · VirusTotal-yara-604822d/libyara/modules/cuckoo/cuckoo.c (CWE-200)expected
⚠LLM10Unbounded Consumptionmedium
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · VirusTotal-yara-604822d/libyara/ahocorasick.c (CWE-835)risk surface
⚠LLM03Supply Chainlow
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 1 pip requirements declared · VirusTotal-yara-604822d/docs/requirements.txtrisk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓LLM01Prompt InjectionPassed
✓LLM02Sensitive Information DisclosurePassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML09Output Integritymedium
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — dynamic code execution · VirusTotal-yara-604822d/libyara/scan.c (CWE-95)expected
⚠ML06AI Supply Chainlow
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 1 pip requirements declared · VirusTotal-yara-604822d/docs/requirements.txtrisk surface
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (41) · hygiene / uncategorized
•Unrecognized file type — '.clang-format' is not on the allowlist · VirusTotal-yara-604822d/.clang-formatrisk surface
•Unrecognized file type — '.gitattributes' is not on the allowlist · VirusTotal-yara-604822d/.gitattributesrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · VirusTotal-yara-604822d/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · VirusTotal-yara-604822d/AUTHORSrisk surface
•Unrecognized file type — '.am' is not on the allowlist · VirusTotal-yara-604822d/Makefile.amrisk surface
•Unrecognized file type — '.c' is not on the allowlist · VirusTotal-yara-604822d/cli/args.crisk surface
•Unrecognized file type — '.h' is not on the allowlist · VirusTotal-yara-604822d/cli/args.hrisk surface
•Unrecognized file type — '.ac' is not on the allowlist · VirusTotal-yara-604822d/configure.acrisk surface
•Unrecognized file type — '.spec' is not on the allowlist · VirusTotal-yara-604822d/dist/yara-python.specrisk surface
•Unrecognized file type — '.conf' is not on the allowlist · VirusTotal-yara-604822d/docs/docutils.confrisk surface
•Disallowed file type — '.bat' executables are not permitted · VirusTotal-yara-604822d/docs/make.bat (CWE-434)risk surface
•Unrecognized file type — '.ai' is not on the allowlist · VirusTotal-yara-604822d/extra/logo.airisk surface
•Very high entropy — 7.45 bits/byte suggests packed or encrypted content · VirusTotal-yara-604822d/extra/logo.airisk surface
•Suspicious network references — URL shortener (1 URLs) · VirusTotal-yara-604822d/libyara/ahocorasick.cexpected
•Unrecognized file type — '.y' is not on the allowlist · VirusTotal-yara-604822d/libyara/grammar.yrisk surface
•Unrecognized file type — '.l' is not on the allowlist · VirusTotal-yara-604822d/libyara/hex_lexer.lrisk surface
•Unrecognized file type — '.proto' is not on the allowlist · VirusTotal-yara-604822d/libyara/modules/pb_tests/pb_tests.protorisk surface
•Unrecognized file type — '.settings' is not on the allowlist · VirusTotal-yara-604822d/libyara/stino.settingsrisk surface
•Unrecognized file type — '.pc' is not on the allowlist · VirusTotal-yara-604822d/libyara/yara.pcrisk surface
•Unrecognized file type — '.m4' is not on the allowlist · VirusTotal-yara-604822d/m4/acx_pthread.m4risk surface
•Unrecognized file type — '.file' is not on the allowlist · VirusTotal-yara-604822d/sample.filerisk surface
•Unrecognized file type — '.rules' is not on the allowlist · VirusTotal-yara-604822d/sample.rulesrisk surface
•Unrecognized file type — '.bazel' is not on the allowlist · VirusTotal-yara-604822d/sandbox/BUILD.bazelrisk surface
•Unrecognized file type — '.cc' is not on the allowlist · VirusTotal-yara-604822d/sandbox/collect_matches.ccrisk surface
•Unrecognized file type — '.yar' is not on the allowlist · VirusTotal-yara-604822d/tests/data/baz.yarrisk surface
•Unrecognized file type — '.data' is not on the allowlist · VirusTotal-yara-604822d/tests/data/test-pb.datarisk surface
•Opaque binary content — non-text payload not statically analyzable · VirusTotal-yara-604822d/tests/data/tiny-machorisk surface
•Unrecognized file type — '.notes' is not on the allowlist · VirusTotal-yara-604822d/tests/data/tiny.notesrisk surface
•Unrecognized file type — '.out' is not on the allowlist · VirusTotal-yara-604822d/tests/data/xor.outrisk surface
•Very high entropy — 7.54 bits/byte suggests packed or encrypted content · VirusTotal-yara-604822d/tests/data/xor.outrisk surface
•Very high entropy — 7.72 bits/byte suggests packed or encrypted content · VirusTotal-yara-604822d/tests/data/xorwideandascii.outrisk surface
•Unrecognized file type — '.poc' is not on the allowlist · VirusTotal-yara-604822d/tests/oss-fuzz/dex_fuzzer_corpus/crash.pocrisk surface
•Executable binary detected — magic bytes indicate a native executable (pe) · VirusTotal-yara-604822d/tests/oss-fuzz/dotnet_fuzzer_corpus/clusterfuzz-testcase-minimized-dotnet_fuzzer-5105966966636544 (CWE-434)expected
•Unrecognized file type — '.dict' is not on the allowlist · VirusTotal-yara-604822d/tests/oss-fuzz/rules_fuzzer.dictrisk surface
•Unrecognized file type — '.options' is not on the allowlist · VirusTotal-yara-604822d/tests/oss-fuzz/rules_fuzzer.optionsrisk surface
•Unrecognized file type — '.config' is not on the allowlist · VirusTotal-yara-604822d/windows/vs2015/NuGet.Configrisk surface
•Unrecognized file type — '.vcxproj' is not on the allowlist · VirusTotal-yara-604822d/windows/vs2015/libyara/libyara.vcxprojrisk surface
•Unrecognized file type — '.sln' is not on the allowlist · VirusTotal-yara-604822d/windows/vs2015/yara.slnrisk surface
•Unrecognized file type — '.user' is not on the allowlist · VirusTotal-yara-604822d/windows/vs2017/libyara/libyara.vcxproj.userrisk surface
•Unrecognized file type — '.man' is not on the allowlist · VirusTotal-yara-604822d/yara.manrisk surface
•Unrecognized file type — '.in' is not on the allowlist · VirusTotal-yara-604822d/yara.pc.inrisk surface
✔ verified source · pinned VirusTotal-yara-604822d
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/yara-malware-pattern-matching/check). Click a policy:

Consume YARA programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/yara-malware-pattern-matching

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/yara-malware-pattern-matching/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add yara-malware-pattern-matching

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/yara-malware-pattern-matching/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "yara-malware-pattern-matching" })
OpenAPI spec →
vlatest
✓ Security: Safe · 1001mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

मुफ़्त, सुरक्षा-जाँची गई AI क्षमताएँ — skills, MCPs, plugins, agents, datasets और बहुत कुछ, हर एक ग्रेडेड और ताज़गी-ट्रैक्ड, और इंसानों तथा agents दोनों के लिए बनाई गई।

api · v3.1status · all green
संपर्क करें
support@ai-supply.storesecurity@ai-supply.store
कैटलॉग
  • खोजें
  • श्रेणियाँ
  • लीडरबोर्ड
  • बेंचमार्क
  • सुरक्षा
  • Scan a repo
समुदाय
  • समुदाय
  • FAQ
एजेंट के लिए
  • क्विकस्टार्ट (60s)
  • एजेंट अधिकृत करें
  • Agent API
  • OpenAPI स्पेसिफिकेशन
बिल्डर्स के लिए
  • प्रकाशित करें
  • डैशबोर्ड
खाता
  • खाता बनाएँ
  • साइन इन
  • सेटिंग्स
कानूनी
  • नियम व शर्तें
  • प्रकाशक अनुबंध
  • स्वीकार्य उपयोग नीति
  • गोपनीयता