Commit b2e3b3d7 by mmorenog Committed by GitHub

Create POS_BruteforcingBot.yar

parent 7a4d7748
/*
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license.
*/
rule POS_bruteforcing_bot
{
meta:
maltype = "botnet"
ref = "https://github.com/reed1713"
reference = "http://www.alienvault.com/open-threat-exchange/blog/botnet-bruteforcing-point-of-sale-via-remote-desktop"
date = "3/11/2014"
description = "botnet bruteforcing POS terms via RDP"
strings:
$type="Microsoft-Windows-Security-Auditing"
$eventid="4688"
$data="\\AppData\\Roaming\\lsacs.exe"
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