Sneed-Reactivity/yara-mikesxrs/EmersonElectricCo/misc_pe_signature.yara
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

13 lines
299 B
Text

import "pe"
rule misc_pe_signature
{
meta:
author = "Jason Batchelor"
company = "Emerson"
lastmod = "20150911"
desc = "Triggers if an authenticode signature is present within a PE file (if the PE is signed for example)"
condition:
pe.number_of_signatures > 0
}