Commit 39305620 by David André

Added CN_Toolset_sig_1433_135_sqlr from Loki thor-hacktools.yar

parent f829fd52
...@@ -819,3 +819,20 @@ rule LightFTP_Config { ...@@ -819,3 +819,20 @@ rule LightFTP_Config {
condition: condition:
uint16(0) == 0xfeff and filesize < 1KB and all of them uint16(0) == 0xfeff and filesize < 1KB and all of them
} }
rule CN_Toolset_sig_1433_135_sqlr {
meta:
description = "Detects a Chinese hacktool from a disclosed toolset - file sqlr.exe"
author = "Florian Roth"
reference = "http://qiannao.com/ls/905300366/33834c0c/"
date = "2015/03/30"
score = 70
hash = "8542c7fb8291b02db54d2dc58cd608e612bfdc57"
strings:
$s0 = "Connect to %s MSSQL server success. Type Command at Prompt." fullword ascii
$s11 = ";DATABASE=master" fullword ascii
$s12 = "xp_cmdshell '" fullword ascii
$s14 = "SELECT * FROM OPENROWSET('SQLOLEDB','Trusted_Connection=Yes;Data Source=myserver" ascii
condition:
all of them
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment