-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Factory Extraction Support #266
Comments
Hi! For the moment, it looks like a sandbox like CAPE and our Assemblyline CAPE module would be able to extract it, but it does take a more complex setup and more time/resources. |
Hey! All I've been able to find so far is https://github.com/Bioruebe/UniExtract2/releases (have not tried it) but at the same time guessing it only has support for older version of Setup Factory (Bioruebe/UniExtract2#52 (comment)) |
Have not tried this either, but looks promising: https://github.com/Puyodead1/SFUnpacker |
I'll add suf001 to the list in case it could become handy. Sadly, UniExtract and suf001 does not look to be running well on Wine, and for the moment, we are running all of our tool on Linux. I looked at SFUnpacker, and it doesn't seem to have an official release. I tried to download the original Observer from which most of the code come from, and it's not pre-compiled either. They refer vcpkg and Visual Studio, which are both Windows tools, but vcpkg looks to support Linux? Maybe there is a way to compile it to run on Linux, but I wouldn't hold my breath there. Maybe there's a way to compile it on Windows and run it in Wine, but that would also need a few tests. I took a quick look at the code, and it's not too large. The overlay of your initial test sample is indeed starting with the SetupFactory8 signature, so I'd really love to add support if we find a way to run the code, or someone wants to rewrite it in python...! I may look into that later, but I have no timeline and no guarantee. I see an |
Hello! The new internal library sfextract support almost everything that SFUnpacker did, but there are still a few things missing (LZMA2 compressed data). It covers everything needed for your test sample to extracts the word document, executable and dll, plus some SetupFactory resource files. If you want to install sfextract by itself, using If you have more samples that do not get opened correctly with sfextract, you can open a ticket on the sfextract repository. If you have issues for the Extract service, or any other Assemblyline tool, you can also open an issue on our centralize issue tracker to get more eyes on it, in case we miss the service repository issues. |
This is amazing - thank you! |
Possible to add extraction support for Setup Factory installers? Thanks!
Test Sample: 21321fbdc67896cc8e41cbf2c4c8430ecf5992040491fc477864c5363e3ae3d8
https://medium.com/@FatzQatz/unveiling-the-mustang-panda-operation-attack-on-thai-parliament-member-ac197a1ad8fa
The text was updated successfully, but these errors were encountered: