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

14 lines
240 B
Text

rule ft_pdf
{
meta:
author = "Jason Batchelor"
company = "Emerson"
lastmod = "20141230"
desc = "Signature to trigger on PDF file magic."
strings:
$pdf = "%PDF"
condition:
$pdf in (0 .. 1024)
}