YARA 101 - Security Art Work
Common Information
Type Value
UUID 982a68f2-0d1d-4bca-bab7-bb27475be4f2
Fingerprint c3cbb7ebfe7cf1f
Analysis status DONE
Considered CTI value 1
Text language
Published Oct. 11, 2013, 8:58 a.m.
Added to db Jan. 18, 2023, 11:40 p.m.
Last updated Sept. 1, 2024, 7:13 p.m.
Headline YARA 101
Title YARA 101 - Security Art Work
Detected Hints/Tags/Attributes 21/1/4
Attributes
Details Type #Events CTI Value
Details File 3
test1.txt
Details File 4
test2.txt
Details File 4
test3.txt
Details Yara rule 1
rule HelloWorld {
	strings:
		$a = "Hello world"
	condition:
		$a
}