mirror of
https://github.com/avast/retdec.git
synced 2025-02-25 08:11:37 +00:00
Merge pull request #868 from avast/LZ_Installer_Viseman
Added YARA rule for VISEMAN installer
This commit is contained in:
commit
c3df2c4806
@ -642,6 +642,16 @@ rule thinstall_3348_3350_vs {
|
||||
$1 at pe.entry_point
|
||||
}
|
||||
|
||||
rule viseman {
|
||||
meta:
|
||||
tool = "I"
|
||||
name = "Viseman Installer"
|
||||
condition:
|
||||
pe.overlay.offset != 0 and
|
||||
pe.overlay.size > 4 and
|
||||
uint32(pe.overlay.offset) == 0x56495345 // Reversed "VISE"
|
||||
}
|
||||
|
||||
rule wise_installer_uv_01 {
|
||||
meta:
|
||||
tool = "I"
|
||||
|
Loading…
x
Reference in New Issue
Block a user