initial commit of the files
This commit is contained in:
13
Nanocore/nanocore_rat.yara
Normal file
13
Nanocore/nanocore_rat.yara
Normal file
@@ -0,0 +1,13 @@
|
||||
rule nanocore_rat : rat
|
||||
{
|
||||
meta:
|
||||
description = "Nanocore rat"
|
||||
threat_level = 3
|
||||
in_the_wild = true
|
||||
strings:
|
||||
$nanocore_name = "NanoCore"
|
||||
$get_StartupPath = "get_StartupPath"
|
||||
$ConnectDone = "ConnectDone"
|
||||
condition:
|
||||
$nanocore_name and $get_StartupPath and $ConnectDone
|
||||
}
|
||||
Reference in New Issue
Block a user