Sneed-Reactivity/yara-mikesxrs/jackcr/gh0st.yar

13 lines
149 B
Text
Raw Normal View History

rule gh0st
{
strings:
$a = { 47 68 30 73 74 ?? ?? ?? ?? ?? ?? ?? ?? 78 9C }
$b = "Gh0st Update"
condition:
any of them
}