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

14 lines
249 B
Text

rule ft_tar
{
meta:
author = "Jason Batchelor"
company = "Emerson"
lastmod = "20151116"
desc = "Signature to detect on TAR archive files"
strings:
$magic = { 75 73 74 61 72 }
condition:
$magic at 257
}