DefenderYara/Misleading/Win32/Nowferine/Misleading_Win32_Nowferine.yar

16 lines
1.6 KiB
Plaintext

rule Misleading_Win32_Nowferine{
meta:
description = "Misleading:Win32/Nowferine,SIGNATURE_TYPE_PEHSTR_EXT,04 00 04 00 06 00 00 "
strings :
$a_01_0 = {68 00 74 00 74 00 70 00 3a 00 2f 00 2f 00 77 00 77 00 77 00 2e 00 77 00 69 00 6e 00 66 00 65 00 72 00 6e 00 6f 00 2e 00 63 00 6f 00 6d 00 2f 00 72 00 65 00 2f 00 73 00 75 00 70 00 70 00 6f 00 72 00 74 00 2e 00 61 00 73 00 70 00 } //1 http://www.winferno.com/re/support.asp
$a_01_1 = {57 00 69 00 6e 00 66 00 65 00 72 00 6e 00 6f 00 20 00 52 00 65 00 67 00 69 00 73 00 74 00 72 00 79 00 20 00 50 00 6f 00 77 00 65 00 72 00 20 00 43 00 6c 00 65 00 61 00 6e 00 65 00 72 00 } //1 Winferno Registry Power Cleaner
$a_01_2 = {52 00 65 00 67 00 50 00 6f 00 77 00 65 00 72 00 43 00 6c 00 65 00 61 00 6e 00 4d 00 75 00 74 00 65 00 78 00 } //1 RegPowerCleanMutex
$a_01_3 = {53 00 6f 00 66 00 74 00 77 00 61 00 72 00 65 00 5c 00 57 00 69 00 6e 00 66 00 65 00 72 00 6e 00 6f 00 5c 00 52 00 65 00 67 00 50 00 6f 00 77 00 65 00 72 00 43 00 6c 00 65 00 61 00 6e 00 } //1 Software\Winferno\RegPowerClean
$a_01_4 = {64 00 6f 00 6e 00 74 00 63 00 6f 00 72 00 72 00 65 00 63 00 74 00 6d 00 65 00 69 00 6d 00 74 00 68 00 65 00 6b 00 69 00 6e 00 67 00 } //1 dontcorrectmeimtheking
$a_01_5 = {72 00 65 00 67 00 69 00 73 00 74 00 72 00 79 00 2d 00 73 00 63 00 61 00 6e 00 6e 00 69 00 6e 00 67 00 2d 00 6f 00 76 00 65 00 72 00 76 00 69 00 65 00 77 00 63 00 6f 00 6e 00 74 00 65 00 6e 00 74 00 73 00 2e 00 68 00 74 00 6d 00 } //1 registry-scanning-overviewcontents.htm
condition:
((#a_01_0 & 1)*1+(#a_01_1 & 1)*1+(#a_01_2 & 1)*1+(#a_01_3 & 1)*1+(#a_01_4 & 1)*1+(#a_01_5 & 1)*1) >=4
}