TryHackMe Yara Write-Up
Common Information
Type Value
UUID 9587d1ae-773b-44f4-bbba-c8624beb5221
Fingerprint 12305ba92fe5268b
Analysis status DONE
Considered CTI value -2
Text language
Published Jan. 2, 2023, 4:34 p.m.
Added to db Jan. 2, 2023, 6:14 p.m.
Last updated Sept. 3, 2024, 12:29 a.m.
Headline TryHackMe Yara Write-Up
Title TryHackMe Yara Write-Up
Detected Hints/Tags/Attributes 20/1/5
RSS Feed
Details Id Enabled Feed title Url Added to db
Details 167 Cybersecurity on Medium https://medium.com/feed/tag/cybersecurity 2024-08-30 22:08
Attributes
Details Type #Events CTI Value
Details Domain 4
yargen.py
Details File 1
1ndex.php
Details File 4
yargen.py
Details Yara rule 1
rule nectarine_checker {
	strings:
		$nectarine = "nectarine" nocase
		$nectarines = "nectarines" nocase
	condition:
		any of them
}
Details Yara rule 1
rule clementine_checker {
	strings:
		$clementine = "clementine" nocase
		$clementines = "clementines" nocase
	condition:
		any of them
}