The malware Bro roasts repository contains a collection of Bro scripts for detecting malware.
git clone git://github.com/mavam/malbroro.git
bro -C -r trace.pcap ./malbroro
bro -i eth0 ./malbroro
Clone this script into your site
directory and add
@load ./malbroro
to your local.bro
.
This list of scripts has received unit-testing with a PCAP trace of the exploit.
- miniduke.bro: detects Miniduke C&C
traffic by looking for a HTTP body with MIME type
image/gif
in reponse to a request with URIs like.*index.php?e=Rqut1NbyoQkT
.
This list of scripts represents experimental scripts for which I could not yet obtain a sample trace.
- mcrat.bro: detects McRAT C&C traffic by looking
for a HTTP POST request to
/59788582
with the headerContent-Length: 44
,Pragma: no-cache
, andHost: 110.[0-9]+.55.187
.