08e8d462fe
RED PILL 🔴 💊
14 lines
238 B
Text
14 lines
238 B
Text
rule ft_zip
|
|
{
|
|
meta:
|
|
author = "Jason Batchelor"
|
|
company = "Emerson"
|
|
lastmod = "20141217"
|
|
desc = "File type signature for basic ZIP files."
|
|
|
|
strings:
|
|
$pk = { 50 4B 03 04 }
|
|
|
|
condition:
|
|
$pk at 0
|
|
}
|