Enderman
βœ”
5.72K subscribers
388 photos
25 videos
7 files
140 links
A software engineer, a malware enthusiast and most importantly, a weird tall creature.

https://enderman.ch
https://youtube.com/endermanch
Download Telegram
πŸ§ͺ Beyond the limitations of the Virtual Environment I

It doesn't matter if you're an amateur malware tester or a professional cyber-sec expert, you've surely had a problem where a sample just wouldn't run on your virtual environment, be it a Sandbox, or a Virtual Machine. Regardless of your struggle, there exists a common technique used to detect any suspicious environment, and it allows for developers to filter hardware their applications can run on, be it for malicious or defensive purposes. It's commonly called an Anti-VM and there are various proprietary and open-source solutions (e. g. VMProtect, Safengine) providing a wide range of application protection utilities.

Despite all the expenses developers go for to secure their application, the Anti-VM mechanisms are very predictable and relatively easy to bypass. Their weakest point is the fact that a virtual environment isn't so much different from a real one. The only potential fruitful ways to detect a virtual environment are hardware signatures and drivers for that specific set of hardware. Some cheeky paid tools go as far as searching for generic patterns and strings in the local network, known VM files in your system directory, but such checks are far more strict and can't ever warrant a Virtual Machine on the other end.

I will not get into technical side of things in this post, and we don't really need them to bypass basic Anti-VM checks and evade even some of the paid solutions out there. Essentially, we will be cooking up an Anti-Anti-VM environment to trick pesky programs to run without the need of real hardware.

The cornerstone of that endeavor will be the VMware Hardened Loader by hzqst. As the name suggests, you will need a VMware machine to pull this off. I'll boil down the tutorial to a few simple steps down below. You can find the original text in the readme file attached in the repository.

β–ͺ️ Create a virtual machine with a SCSI hard disk
β–ͺ️ Replace all the optical drives with SCSI ones
πŸ”» Paste the following settings inside the .vmx file of your newly created VM:

    hypervisor.cpuid.v0 = "FALSE"
board-id.reflectHost = "TRUE"
hw.model.reflectHost = "TRUE"
serialNumber.reflectHost = "TRUE"
smbios.reflectHost = "TRUE"
SMBIOS.noOEMStrings = "TRUE"
isolation.tools.getPtrLocation.disable = "TRUE"
isolation.tools.setPtrLocation.disable = "TRUE"
isolation.tools.setVersion.disable = "TRUE"
isolation.tools.getVersion.disable = "TRUE"
monitor_control.disable_directexec = "TRUE"
monitor_control.disable_chksimd = "TRUE"
monitor_control.disable_ntreloc = "TRUE"
monitor_control.disable_selfmod = "TRUE"
monitor_control.disable_reloc = "TRUE"
monitor_control.disable_btinout = "TRUE"
monitor_control.disable_btmemspace = "TRUE"
monitor_control.disable_btpriv = "TRUE"
monitor_control.disable_btseg = "TRUE"
monitor_control.restrict_backdoor = "TRUE"

They will minimize the hardware signature presence inside your VM.
Now you want to rename virtual drives to remove VMware from their name:

    scsi0:0.productID = "Samsung SSD"
scsi0:0.vendorID = "Samsung"
scsi0:X.productID = "Matshita DVD-RAM" // X is the DVD slot
scsi0:X.vendorID = "Matshita"

The rest of the steps are in the next post.
🀯44πŸ‘17❀4πŸ€”3⚑2😁2😱1🀬1
πŸ§ͺ Beyond the limitations of the Virtual Environment II

πŸ”» Open NAT settings, click Advanced and modify the MAC address. The MAC address cannot start with the following sequences (they signify VMware):

    00:05:69
00:0C:29
00:1C:14
00:50:56

β–ͺ️ Install any 64-bit Windows version starting from Vista on the VM.
β–ͺ️ DO NOT INSTALL VMWARE TOOLS, that defeats the purpose of this project.
β–ͺ️ Use ISO files and your virtual SCSI optical drive to transfer data between the host and guest. Despite the inconvenience and added hassle, it adds another layer of isolation, which is always good when you're working with malware.
β–ͺ️ Download the repository and transfer the 3 files from the bin folder to your VM. Place vmloader.sys inside the root of the C:\ drive and open install.bat with administrator rights. It will install the virtual signature remover as a service to your virtual system.
β–ͺ️ Reboot your machine. Last, but not least, open the registry editor and search for "VMware". You may find lots of values referring to VMware, but the only one that can actually trigger the Anti-VM mechanism is the BIOS Information, or something along these lines. If you do find it, go ahead and change the value to American Megatrends or anything else that comes to your mind first.

Once you've completed all the steps listed here, you should be golden. Now that your virtual machine is tweaked accordingly, the apps with Anti-VM integrated should run perfectly fine, as if that's real hardware.

I will definitely make a video on that topic soon. Hope you learned something interesting, happy circumventing!

@endermanch
πŸ‘50🀯9⚑8🀩4πŸ€”3❀2😱1🀬1
🐍 Python 3.10.1 for Windows 7

In case you're still running Windows 7, which is a great operating system, you might have noticed the developers are slowly but surely starting to drop Windows 7 compatibility for arguably more convenient API that was introduced with Windows 8.

The project aims to bring the newest Python features back to Windows 7, which isn't a painstakingly difficult thing to do, considering localizing and reverting the syntax sugar API from Windows 8 to improve backwards compatibility is simply trial and error until you get the interpreter running. Patience and understanding are the key.

Nonetheless, I'm happy NulAsh spent hours worth of elbow grease to treat us with a powerful tool, developers of which weren't patient enough to hold onto Windows 7 for a little bit more, until its official ESU end of life, which will occur on January 10th, 2023.

πŸ“Ž Download here!
😁35πŸ‘14⚑8πŸ‘7❀4πŸŽ‰3🀬1
This media is not supported in your browser
VIEW IN TELEGRAM
420 subscribers πŸ˜„
πŸ‘72🀩18❀13πŸŽ‰11😁9πŸ€”8πŸ‘5⚑4πŸ‘Ž4😱4🀬1
🀯161πŸ‘24😱15πŸ€”14🀩10⚑7😁7πŸ‘5❀4πŸŽ‰2🀬1
Update your Windows XP computer in 2022

Do you still own an older Windows computer that you'd like to fully update, but don't want to spend your time manually searching for the packages?
You can get the free robust update manager at https://legacyupdate.net/

That's an awesome community project that brings Windows Update back to life.
🀯72πŸ‘13🀩6⚑4πŸ‘3😱3πŸ€”2😁1🀬1πŸŽ‰1
And by the way, MERRY CHRISTMAS, my fellow subscribers! πŸŽ„πŸ”₯
πŸŽ‰97❀26⚑4😁3πŸ‘1πŸ‘1🀬1
🀯108😁26πŸ€”10🀩9🀬5⚑4πŸ‘4πŸ‘3❀1
This is what happens when you try to load Windows Boot Manager on 4MB of RAM.
πŸ‘59🀯31😱6😁5⚑3πŸ‘2πŸ€”2🀬1🀩1
πŸ‘51🀯43⚑12❀9😁5😱1🀬1😒1
Happy new 2023! 😎🀟
πŸŽ‰118πŸ‘18⚑8🀩5🀯3😒2πŸ€”1🀬1
booba!!!
🀯123😱15😁11πŸ‘9🀩7πŸ€”3🀬2⚑1πŸŽ‰1
🀩97🀯41πŸ‘20😱13πŸ€”5😁4πŸŽ‰3⚑2🀬2πŸ‘1😒1
I've got so many ideas to try, but fell sick with a cold. God damn it, February!
😒68😱22⚑7❀4πŸ€”3🀬3πŸŽ‰3🀩3πŸ‘1😁1🀯1
πŸ‘73❀16🀯8⚑3😁3πŸ€”3😱2🀬2🀩2
πŸ˜› The most efficient ways to pack N unit squares into a square

I thought you might find this interesting. There's an entire list of such configurations on GitHub loaded with a complete paper full of mathematical explanations behind that phenomenon.

This is so stupid and useless, but I love it. It's just awesome.
Please open Telegram to view this post
VIEW IN TELEGRAM
🀯43πŸ‘5πŸ€”2⚑1❀1🀬1😒1🀩1
The symmetric arrangement for 17 on the left is UNOPTIMAL. Absolutely baffling!
πŸ‘24πŸ€”17🀬1
πŸŽ‰78🀯15πŸ‘6πŸ€”5🀬5πŸ‘4😁3😱3❀2⚑2
Media is too big
VIEW IN TELEGRAM
‡️ KomputerŚwiat.pl Downloading Timelapse

Taken down by YouTube on February 2nd, 2023. Likely forever. Original link: https://youtu.be/IKFhu1_2ho8

Downloading is very beneficial for your health. You must excel at downloading to succeed at life. Credit goes to PatRyk.

-- Message from PatRyk --
5 hours of pure downloading sped up into 4 minutes.
Komputer Świat was a magazine dedicated to technology. It came with DVD's which had a bunch of programs, as well as a code on them to redeem the magazines on their website. With the magazine added to your account, you could download software featured in said magazine.
They stopped making them half a year ago - on February 1st they shut down the website. Everything would be lost if I didn't save it, so I did. In fact, this video would've been 1/4 the size if not for a friend that shared his account that had stuff from 2012 and onwards added.
I may make this into a public archive soon, if I can manage to upload 500GB to some service.

https://malwarewatch.org
🀯22πŸ‘9😒6⚑5❀4🀬1