From 580272c051cd26ee2d2ee8efcff7d88ad580963a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D4=9C=D0=B5=D1=95?= <5124946+wesinator@users.noreply.github.com> Date: Wed, 8 Jul 2020 12:44:14 -0400 Subject: [PATCH] rename contentis_base64 to contains --- utils/base64.yar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/base64.yar b/utils/base64.yar index a5fe55fb..7efbf431 100644 --- a/utils/base64.yar +++ b/utils/base64.yar @@ -3,7 +3,7 @@ This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license. */ -rule contentis_base64 : Base64 +rule contains_base64 : Base64 { meta: author = "Jaume Martin"