Malware News
16.2K subscribers
1.64K photos
7 videos
130 files
8.31K links
The latest NEWS about malwares, DFIR, hacking, security issues, thoughts and ...

Partner channel: @cveNotify

For ads: https://telega.io/c/malwr
Download Telegram
Hacking Unity Games with dnSpy, CheatEngine and Frida
https://www.hypn.za.net/blog/2020/04/11/hacking-unity-games/


πŸŽ–@malwr
SuperVPN app is vulnerable to MITM and allows attacker to exchange VPN gateway
πŸ—£barakadua131

Did get permission to disclose this?

Your throwing Safe Harbor out the window by posting this here otherwise...
πŸ‘€bughunter47

Remember to stay safe, and wash you hands!
πŸ‘€YourTypicalElitist


πŸŽ–@malwr
What does it mean to image a laptop?
What does this accomplish? I'm guessing you can see the contents stored on the device? Does this work even if it is full disk encrypted?
πŸ—£LilRee12

Short Answer: It's a copy of data that's protected from change by verifying it with a hashing algorithm. Imaging a laptop is usually a full copy of all the data on the laptop's hard drive.

Longer Answer: An image is a file that contains data taken from an original device (either a hard drive or other piece of media like a USB drive). It's often called a "mirror image" but that's not technically correct. The image is itself a file. The data copied from the source into the image file is protected from change and can be verified as a true and accurate copy by "hashing" the file and comparing that to the "hash" of the source. If the hashes match, the image is "verified" as an accurate copy.

While you can sometimes "image" an entire disk, you don't need to. A full disk image gets both the allocated and unallocated data on a device. You can also get a "logical" image that includes only what the file system knows is there. That won't get the unallocated space so you won't get a lot of deleted data. Finally, you can get a "custom content" image where you create a "container" and copy into it only certain files that might be relevant for a fast investigation.

If a drive is encrypted, you can still get a full disk image but will need the encryption key to decrypt the contents to do anything with it. If the drive is encrypted but the computer is up and running, you can get a logical or custom content image of the drive while the computer is on, which will give you unencrypted copies of files copied into the image file.

You usually need forensic software to do anything with an image file. Once you have the image file, you load it into the forensic tool to review the data stored inside the image file for analysis.
πŸ‘€Upsitting_Standizen

A copy of all addressable space on the device...
πŸ‘€GENERALRAY82

Yeah, basically making a copy of the hard drive. FDE (i.e. Bitlocker, Firevault) will subvert attempts to view the contents. It's still possible but you would somehow need to get he key to unlock it.

For example, on Macs (Firevault2), you either need the recovery key, the XTS-AES key, or the password for one of the user accounts. If the Mac is in an enterprise environment and the sysadmin knows their stuff, there might be an institutional recovery key as well.

You can dump some of the keys from RAM if the user is logged in and the computer is not asleep. So yeah, FDE makes things a lot more difficult if you don't have a cooperating user.
πŸ‘€StupidTinyFatUnicorn


πŸŽ–@malwr