- May 14, 2016
- 1,597
I've got a free mail account to receive malware (as a potential target).
It seems to be a new Wave from Nemucod :
=> 2 malware in e-mail attachments in two days (June 22 and 23)
Each sample is different
(1) Yesterday :
unpaid-244.js :
21/55
Antivirus scan for 6c1168a040311164204e027246af1fdea909320cbe52dcaa944a8da96717db0a at 2016-06-23 13:19:24 UTC - VirusTotal
"Thank you for your email regarding your order of 21 June, and sorry for the delay in replying. I am
writing to confirm receipt of your order, and to inform you that the item you requested will be delivered
by 25 June at the latest. If you require more information regarding this order, please do not hesitate to
contact me.
Also, our records show that we have not yet received payment for the previous order of 11 June,
so I would be grateful if you could send payment as soon as possible. Please find attached the
corresponding invoice.
If there is anything else you require, our company would be pleased to help. Looking forward to
hearing from you soon.
Yours sincerely
Mabel Leon
Vice President Finance"
(2) today :
Not yet detected by my KTS, ZAM, MBAM when I received it
unpaid-0422.js :
6/55
Antivirus scan for 261cb31b69cf02a2d43aee64a15251d987df70b3f7b147c9da1504a187d599b6 at 2016-06-23 14:02:59 UTC - VirusTotal
"Velma Glenn asked me to send you the attached Word document, which contains the final version of the report.
Please let me know if you have any trouble with the file, and please let Velma know if you have any questions about the contents of the report.
Kind regards
Anita Henry
Public Affairs/Public Relations Manager"
=> "attached Word document" => zip file with .js inside (easy to get suspicious at this moment )
First .js file :
var abPEad4UlK = [';'..............
................................................
..................'e','s','o','l','c','"',' ','=',' ','6','i','Y','M',' ','r','a','v']; => NOT TOO DIFFICULTY TO READ FROM THE END (reversed)
eval(abPEad4UlK["reverse"]().join(''));
Second .js file :
var aqtHDOCm = [['v','a','r',' ','M','Y','i','6',' ','=',' ','"','c','l','o','s','e',' ......... => VERY EASY TO READ FROM THE BEGIN
..............................................
.............................................
eval(aqtHDOCm.join(''));
WScript.Quit(0);
eval(stuff);
So take care, and apply what you learn on this forum
It seems to be a new Wave from Nemucod :
=> 2 malware in e-mail attachments in two days (June 22 and 23)
Each sample is different
(1) Yesterday :
unpaid-244.js :
21/55
Antivirus scan for 6c1168a040311164204e027246af1fdea909320cbe52dcaa944a8da96717db0a at 2016-06-23 13:19:24 UTC - VirusTotal
"Thank you for your email regarding your order of 21 June, and sorry for the delay in replying. I am
writing to confirm receipt of your order, and to inform you that the item you requested will be delivered
by 25 June at the latest. If you require more information regarding this order, please do not hesitate to
contact me.
Also, our records show that we have not yet received payment for the previous order of 11 June,
so I would be grateful if you could send payment as soon as possible. Please find attached the
corresponding invoice.
If there is anything else you require, our company would be pleased to help. Looking forward to
hearing from you soon.
Yours sincerely
Mabel Leon
Vice President Finance"
(2) today :
Not yet detected by my KTS, ZAM, MBAM when I received it
unpaid-0422.js :
6/55
Antivirus scan for 261cb31b69cf02a2d43aee64a15251d987df70b3f7b147c9da1504a187d599b6 at 2016-06-23 14:02:59 UTC - VirusTotal
"Velma Glenn asked me to send you the attached Word document, which contains the final version of the report.
Please let me know if you have any trouble with the file, and please let Velma know if you have any questions about the contents of the report.
Kind regards
Anita Henry
Public Affairs/Public Relations Manager"
=> "attached Word document" => zip file with .js inside (easy to get suspicious at this moment )
First .js file :
var abPEad4UlK = [';'..............
................................................
..................'e','s','o','l','c','"',' ','=',' ','6','i','Y','M',' ','r','a','v']; => NOT TOO DIFFICULTY TO READ FROM THE END (reversed)
eval(abPEad4UlK["reverse"]().join(''));
Second .js file :
var aqtHDOCm = [['v','a','r',' ','M','Y','i','6',' ','=',' ','"','c','l','o','s','e',' ......... => VERY EASY TO READ FROM THE BEGIN
..............................................
.............................................
eval(aqtHDOCm.join(''));
WScript.Quit(0);
eval(stuff);
So take care, and apply what you learn on this forum
Last edited: