initial commit of the files

This commit is contained in:
ALittlePatate
2022-08-29 13:54:43 +02:00
commit 4625878297
9 changed files with 135 additions and 0 deletions

View 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
}