Merge branch 'develop' of github.com:reversinglabs/reversinglabs-yara-rules into develop

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