mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-07 02:25:19 +00:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
rule Exe_Cloaked_as_ThumbsDb
|
|
{
|
|
meta:
|
|
description = "Detects an executable cloaked as thumbs.db - Malware"
|
|
date = "2014-07-18"
|
|
author = "Florian Roth"
|
|
score = 50
|
|
condition:
|
|
uint16(0) == 0x5a4d and filename matches /[Tt]humbs\.db/
|
|
} |