Added new YARA rules.

This commit is contained in:
Threat Analyst
2023-06-07 16:00:01 +02:00
parent d4a62b8538
commit 3b3f799988
+4 -2
View File
@@ -1,3 +1,5 @@
import "elf"
rule Linux_Virus_Vit : tc_detection malicious
{
meta:
@@ -30,5 +32,5 @@ rule Linux_Virus_Vit : tc_detection malicious
$vit_str = "vi324.tmp"
condition:
uint32(0) == 0x464C457F and all of them
}
uint32(0) == 0x464C457F and $vit_entry_point at elf.entry_point and $vit_str
}