Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22b6d144cac36cd

Jump to content

YARA

From Wikipedia, the free encyclopedia
YARA
Designed byVictor Alvarez
First appeared2013
Stable release
4.5.8[1] Edit this on Wikidata / 28 July 2026; 1 day ago (28 July 2026)
Filename extensions.yara
Websitevirustotal.github.io/yara Edit this at Wikidata

YARA is a tool primarily used in malware research and detection.

It provides a rule-based approach to create descriptions of malware families based on regular expression, textual or binary patterns. A description is essentially a YARA rule name, where these rules consist of sets of strings and a Boolean expression.[2]

Analysts write YARA rules to capture the DNA of malware families, persistent elements like code fragments, configuration strings, and structural patterns expressed as text, hex sequences, or regex with Boolean logic. This signature-based detection survives file mutations that defeat hash matching, enabling identification of variants and related samples across large datasets[3].

History

[edit]

YARA was originally developed by Victor Alvarez of VirusTotal and released on GitHub in 2013.[4] The name is an abbreviation of YARA: Another Recursive Acronym or Yet Another Ridiculous Acronym.[5] In 2024, Alvarez announced that YARA would be superseded by a rewrite called YARA-X, written in Rust.[6] A first stable version of YARA-X was released in June 2025, marking the passage of the original YARA into maintenance mode.[7]

Design

[edit]

YARA by default comes with modules to process PE, ELF analysis, as well as support for the open-source Cuckoo sandbox.

See also

[edit]

References

[edit]
  1. "Release 4.5.8". 28 July 2026. Retrieved 28 July 2026.
  2. "Welcome to YARA's documentation!". yara.readthedocs.io. Retrieved 2023-09-18.
  3. "What Are YARA Rules? A Complete 2025 Guide with Examples". www.picussecurity.com. Retrieved 2026-02-19.
  4. "Release v1.7.1". GitHub.
  5. Victor M. Alvarez [@plusvic] (22 September 2016). "@milliped @yararules YARA is an acronym for: YARA: Another Recursive Acronym, or Yet Another Ridiculous Acronym. Pick your choice" (Tweet) via Twitter.
  6. https://virustotal.github.io/yara-x/blog/yara-is-dead-long-live-yara-x/
  7. https://virustotal.github.io/yara-x/blog/yara-x-is-stable/
[edit]