Commit 07a795de by mmorenog Committed by GitHub

Create MiniAsp3_mem_1.yar

parent 1fdfe3fd
rule MiniAsp3_mem {
meta: author = "chort (@chort0)"
description = "Detect MiniASP3 in memory"
strings:
$pdb = "MiniAsp3\Release\MiniAsp.pdb" fullword
$httpAbout = "http://%s/about.htm" fullword
$httpResult = "http://%s/result_%s.htm" fullword
$msgInetFail = "open internet failed…" fullword
$msgRunErr = "run error!" fullword
$msgRunOk = "run ok!" fullword
$msgTimeOutM0 = "time out,change to mode 0" fullword
$msgCmdNull = "command is null!" fullword
condition:
($pdb and (all of ($http*)) and any of ($msg*))
}
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