Updated Nanocore Rules

- Removed Base64 encoded EXE string
This commit is contained in:
Florian Roth 2016-04-24 21:13:18 +02:00
parent be8609a15c
commit 5533cfb5ab

View File

@ -5,8 +5,6 @@
Identifier: Nanocore RAT
*/
/* Rule Set ----------------------------------------------------------------- */
rule Nanocore_RAT_Gen_1 {
meta:
description = "Detetcs the Nanocore RAT and similar malware"
@ -16,13 +14,12 @@ rule Nanocore_RAT_Gen_1 {
score = 70
hash1 = "e707a7745e346c5df59b5aa4df084574ae7c204f4fb7f924c0586ae03b79bf06"
strings:
$x1 = "C:\\Users\\Logintech\\Dropbox\\Projects\\New folder\\Latest\\Benchmark\\Benchmark\\obj\\Release\\Benchmark.pdb" fullword ascii /* PEStudio Blacklist: strings */ /* score: '56.00' */
$x2 = "RunPE1" fullword ascii /* PEStudio Blacklist: strings */ /* score: '42.00' (binarly: 30.0) */
$x3 = "TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5v" ascii /* PEStudio Blacklist: strings */ /* score: '17.00' */
$x4 = "082B8C7D3F9105DC66A7E3267C9750CF43E9D325" fullword ascii /* score: '21.95' (binarly: 13.95) */
$x5 = "$374e0775-e893-4e72-806c-a8d880a49ae7" fullword ascii /* score: '7.00' */
$x6 = "remove_Pong" fullword ascii /* PEStudio Blacklist: strings */ /* score: '14.51' (binarly: 5.51) */
$x7 = "Monitorinjection" fullword ascii /* PEStudio Blacklist: strings */ /* score: '13.67' (binarly: -3.33) */
$x1 = "C:\\Users\\Logintech\\Dropbox\\Projects\\New folder\\Latest\\Benchmark\\Benchmark\\obj\\Release\\Benchmark.pdb" fullword ascii
$x2 = "RunPE1" fullword ascii
$x3 = "082B8C7D3F9105DC66A7E3267C9750CF43E9D325" fullword ascii
$x4 = "$374e0775-e893-4e72-806c-a8d880a49ae7" fullword ascii
$x5 = "remove_Pong" fullword ascii
$x6 = "Monitorinjection" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 100KB and ( 1 of them ) ) or ( all of them )
}
@ -36,9 +33,9 @@ rule Nanocore_RAT_Gen_2 {
date = "2016-04-22"
hash1 = "755f49a4ffef5b1b62f4b5a5de279868c0c1766b528648febf76628f1fe39050"
strings:
$x1 = "NanoCore.ClientPluginHost" fullword ascii /* PEStudio Blacklist: strings */ /* score: '49.00' (binarly: 30.0) */
$x2 = "IClientNetworkHost" fullword ascii /* PEStudio Blacklist: strings */ /* score: '44.65' (binarly: 29.65) */
$x3 = "#=qjgz7ljmpp0J7FvL9dmi8ctJILdgtcbw8JYUc6GC8MeJ9B11Crfg2Djxcf0p8PZGe" fullword ascii /* score: '41.00' (binarly: 30.0) */
$x1 = "NanoCore.ClientPluginHost" fullword ascii
$x2 = "IClientNetworkHost" fullword ascii
$x3 = "#=qjgz7ljmpp0J7FvL9dmi8ctJILdgtcbw8JYUc6GC8MeJ9B11Crfg2Djxcf0p8PZGe" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 1000KB and 1 of them ) or ( all of them )
}
@ -52,9 +49,9 @@ rule Nanocore_RAT_Sample_1 {
date = "2016-04-22"
hash2 = "b7cfc7e9551b15319c068aae966f8a9ff563b522ed9b1b42d19c122778e018c8"
strings:
$x1 = "TbSiaEdJTf9m1uTnpjS.n9n9M7dZ7FH9JsBARgK" fullword wide /* score: '35.36' (binarly: 28.36) */
$x2 = "1EF0D55861681D4D208EC3070B720C21D885CB35" fullword ascii /* score: '21.80' (binarly: 13.8) */
$x3 = "popthatkitty.Resources.resources" fullword ascii /* PEStudio Blacklist: strings */ /* score: '15.00' */
$x1 = "TbSiaEdJTf9m1uTnpjS.n9n9M7dZ7FH9JsBARgK" fullword wide
$x2 = "1EF0D55861681D4D208EC3070B720C21D885CB35" fullword ascii
$x3 = "popthatkitty.Resources.resources" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 900KB and ( 1 of ($x*) ) ) or ( all of them )
}
@ -68,9 +65,9 @@ rule Nanocore_RAT_Sample_2 {
date = "2016-04-22"
hash1 = "51142d1fb6c080b3b754a92e8f5826295f5da316ec72b480967cbd68432cede1"
strings:
$s1 = "U4tSOtmpM" fullword ascii /* score: '17.00' (binarly: 10) */
$s2 = ")U71UDAU_QU_YU_aU_iU_qU_yU_" fullword wide /* score: '16.35' (binarly: 10.35) */
$s3 = "Cy4tOtTmpMtTHVFOrR" fullword ascii /* score: '8.00' */
$s1 = "U4tSOtmpM" fullword ascii
$s2 = ")U71UDAU_QU_YU_aU_iU_qU_yU_" fullword wide
$s3 = "Cy4tOtTmpMtTHVFOrR" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 40KB and all of ($s*)
}