Windows_Trojan_Nanocore_d8c4e3c5
Description
Windows.Trojan.Nanocore
Query · yara
strings:
$a1 = "NanoCore.ClientPluginHost" ascii fullword
$a2 = "NanoCore.ClientPlugin" ascii fullword
$b1 = "get_BuilderSettings" ascii fullword
$b2 = "ClientLoaderForm.resources" ascii fullword
$b3 = "PluginCommand" ascii fullword
$b4 = "IClientAppHost" ascii fullword
$b5 = "GetBlockHash" ascii fullword
$b6 = "AddHostEntry" ascii fullword
$b7 = "LogClientException" ascii fullword
$b8 = "PipeExists" ascii fullword
$b9 = "IClientLoggingHost" ascii fullword
condition:
1 of ($a*) or 6 of ($b*)