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

15 lines
No EOL
338 B
Text

rule dbgdetect_files : dbgdetect
{
meta:
author = "AlienVault Labs"
type = "info"
severity = 1
description = "Debugger detection tricks"
strings:
$file1 = "syserdbgmsg" nocase ascii wide
$file2 = "syserboot" nocase ascii wide
$file3 = "SICE" nocase ascii wide
$file4 = "NTICE" nocase ascii wide
condition:
2 of them
}