Difference between revisions of "Yara"

From COPTR
Jump to navigation Jump to search
(Created page with "<!-- Use the structure provided in this template, do not change it! --> {{Infobox_tool |purpose=Pattern matching tool |image={{PAGENAMEE}}.png |homepage=https://plusvic.githu...")
 
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
+
|image={{PAGENAMEE}}.png
{{Infobox_tool
 
 
|purpose=Pattern matching tool
 
|purpose=Pattern matching tool
|image={{PAGENAMEE}}.png
 
 
|homepage=https://plusvic.github.io/yara/
 
|homepage=https://plusvic.github.io/yara/
 
|license=Apache 2.0
 
|license=Apache 2.0
 +
|function=Forensic, Content Profiling
 +
|content=Document, Binary Data
 +
}}
 +
{{Infobox tool details
 +
|ohloh_id=Yara
 +
|releases_rss=https://github.com/plusvic/yara/commits/master.atom
 
}}
 
}}
 
 
[[Category:Forensic]]
 
[[Category:Content Profiling]]
 
 
 
== Description ==
 
== Description ==
 
YARA is a tool that allows one to identify files that match user-defined textual or binary patterns. It is primarily aimed at malware researchers.
 
YARA is a tool that allows one to identify files that match user-defined textual or binary patterns. It is primarily aimed at malware researchers.
Line 21: Line 20:
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
{{Infobox_tool_details
 
|releases_rss=https://github.com/plusvic/yara/commits/master.atom
 
|mailing_lists=
 
|ohloh_id=Yara
 
}}
 

Revision as of 15:20, 21 April 2021




Yara
Pattern matching tool
Homepage:https://plusvic.github.io/yara/
License:Apache 2.0
Function:Forensic,Content Profiling
Content type:Document,Binary Data


Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt6629d6598c2e79_25145236

Release Feed

2020-03-13 16:44:51
[tag:github.com,2008:Grit::Commit/ed0c4a5f0c942dc9daf7b066e40c3dbadf17515a Upgrade Visual Studio project to use OpenSSL 1.1.1.]
by plusvic https://github.com/plusvic
2020-03-13 09:06:27
[tag:github.com,2008:Grit::Commit/cc72b1aff2a86468c4e539f6a0da94b796e43b0f Merge branch 'v4']
by plusvic https://github.com/plusvic
2020-03-12 18:22:28
[tag:github.com,2008:Grit::Commit/ece08f59d1b9f6b9d06ecc0c5af8cf4e7b8c0340 Compiler's callback function now receives a pointer the affected YR_RULE]
by plusvic https://github.com/plusvic
2020-03-12 16:21:44
[tag:github.com,2008:Grit::Commit/429fb69efaac38cbb02e4993328769a66f6126ed Rename UNDEFINED to YR_UNDEFINED.]
by plusvic https://github.com/plusvic
2020-03-12 09:43:17
[tag:github.com,2008:Grit::Commit/2e9dc81a109d7af606c029a7334044de17573193 Merge branch 'master' into improve-profiling.]
by plusvic https://github.com/plusvic

Description

YARA is a tool that allows one to identify files that match user-defined textual or binary patterns. It is primarily aimed at malware researchers.

User Experiences

Development Activity