Explained: YARA rules | Malwarebytes Labs
Common Information
Type Value
UUID a46cce03-e0a1-403e-bdb5-f33ba7e8174f
Fingerprint 3c261a67ae7ffbbc
Analysis status DONE
Considered CTI value 0
Text language
Published Sept. 15, 2017, midnight
Added to db Jan. 18, 2023, 8:35 p.m.
Last updated Sept. 4, 2024, 12:57 p.m.
Headline Explained: YARA rules
Title Explained: YARA rules | Malwarebytes Labs
Detected Hints/Tags/Attributes 8/1/1
Attributes
Details Type #Events CTI Value
Details Yara rule 1
rule vendor {
	strings:
		$text_string1 = "Vendor name" wide
		$text_string2 = "Alias name" wide
	condition:
		$text_string1 or $text_string2
}