Use a document with a macro as initial vector. On the code of the macro, some functions with differents names are used with the same code inside for obfuscate and make more harder the analysis.
Use in more at the function, strReverse for reverse the data. Finally, combine it and execute it with a Shell request.
This use mshta command for download and execute the external content. The bitly URL go on the pastebin share and is the first stage.
First stage
The first stage executed on the computer is a js script who use nested unescape (3 times).
At the 3th layer, we can see a vb script using some obfuscating methods (StrReverse, splited variables, multiples Wscript objects)
Finally, the script kills the word, excel, publisher and powerpoint instances, add a persistence for re-executes this script for reinfecting the computer and create two schedule task for the second stage and close the hidden window. The persistence by Run key can look like useless but it used like an updating vector for change the TTPs or executing a kill switch on the operation.
Second stage
The first pastebin use too a js script with with 3 layers of unescape and the previous obfuscating methods.
we can observe two additionnal requested pastebin links, the first use the LoadWithPartialName funcion by Reflection Assembly in NET framework for download and execute raw hex data in memory, in addition, this execute an array of byte of the PE downloaded by a hijack of the calc program. The second pastebin link close the hidden window.
Loader + Frombook
Loader
The loader have one layer of obfuscation in using the getstring method for have the command and the data of the future dll.
After this replace the caracters %_ by 0x with the replace function for get a valid array of hex bytes and execute it in memory.
The dll is protected with the ConfuserEx (1.0.0.0) protector, we can see the escaped caracters and the reference module.
Once the protection removed, we can see the functions used by the dll.
The run method get the payload string push by the second PE, decode it and execute it.
Frombook
We can observe on the structure, the encoding for scale the data and add junk code on the PE for avoid the detection of the AV (here, in the "Currentversion" string.
This sample is programming in C++ (Frombook is available in many language : VB, C, C++, C#...) and check the PE structure.
This continue to detect and steal the data from the navigators.
This parsed and steal the passwords.
We can observe the useragent settings who send the data to the C2.
This use a run key as persistence for the frombook module.
Some features of Frombook form the cyberbit analysis can be observed in this analysis and the execution on the anyrun sandbox :
Keystroke logging
Clipboard monitoring
HTTP/HTTPS/SPDY/HTTP2 form and network request grabbing
Browser and email client password grabbing
Capturing screenshots
Bot updating
Downloading and executing files
Bot removing
Launching commands via ShellExecute
Clear browser cookies
Reboot the system
Shutdown the system
Download and unpack ZIP archive
Cyber kill chain
These process graphs represents the cyber kill chain of the initial vector and the Frombook module.
Cyber Threat Intel
References MITRE ATT&CK Matrix
List of all the references with MITRE ATT&CK Matrix