Sneed-Reactivity/yara-mikesxrs/Tenable/UPX_PACKED.yar

8 lines
124 B
Text
Raw Permalink Normal View History

import "pe"
rule UPX_Packed
{
condition:
pe.sections[0].name contains "UPX0" and
pe.sections[1].name contains "UPX1"
}