Free forensic courses
Many #digitalforensics enthusiasts are asking about FREE forensic courses that they can take during the #coronavirus #lockdown period. Here are a few..
https://autopsy.com/support/training/covid-19-free-autopsy-training/
https://blackbagtech.com/training/courses/mobilyze-tool-training/
https://itmasters.edu.au/free-short-course-digital-forensics/
π£cyberg0100
π@malwr
Many #digitalforensics enthusiasts are asking about FREE forensic courses that they can take during the #coronavirus #lockdown period. Here are a few..
https://autopsy.com/support/training/covid-19-free-autopsy-training/
https://blackbagtech.com/training/courses/mobilyze-tool-training/
https://itmasters.edu.au/free-short-course-digital-forensics/
π£cyberg0100
π@malwr
Intercept SSL traffic to perform penetration testing on Android apps using Charles Debug Proxy
π£cyberg0100
π@malwr
π£cyberg0100
π@malwr
Medium
Intercept SSL traffic to perform penetration testing on Android apps using Charles Debug Proxy
As cybersecurity incidents are increasing at a very high rate, itβs important to know how to pen-test your applications before they goβ¦
SDBbot Unpacker is a python 2.7 script that is able to unpack/dump statically modules of x86 and x64 SDBbot packed samples.
π£digicat
π@malwr
π£digicat
π@malwr
GitHub
GitHub - Tera0017/SDBbot-Unpacker: SDBbot Unpacker Python 2.7
SDBbot Unpacker Python 2.7. Contribute to Tera0017/SDBbot-Unpacker development by creating an account on GitHub.
An Inside View of Office Document Cache Exploitation
https://arsenalrecon.com/2020/04/an-inside-view-of-office-document-cache-exploitation/
π@malwr
https://arsenalrecon.com/2020/04/an-inside-view-of-office-document-cache-exploitation/
π@malwr
[Blog Article OSINT Investigation: Cerberus and the INPS](https://bushidotoken.blogspot.com/2020/04/osint-investigation-cerberus-and-inps.html)
π£Wthomas97
π@malwr
π£Wthomas97
π@malwr
blog.bushidotoken.net
OSINT Investigation: Cerberus and the INPS
CTI, threat intelligence, OSINT, malware, APT, threat hunting, threat analysis, CTF, cybersecurity, security
Index of the training Reversing & Exploiting with Free Tools
by RICARDO NARVAJA (Translated by Fare9 & Arrizen)
https://docs.google.com/document/d/18FBSpnPrduNidGS4SAQreXITHMz6PyYfx2nqlcTKDSM/
β GOOD RESOURCE β
π@malwr
by RICARDO NARVAJA (Translated by Fare9 & Arrizen)
https://docs.google.com/document/d/18FBSpnPrduNidGS4SAQreXITHMz6PyYfx2nqlcTKDSM/
β GOOD RESOURCE β
π@malwr
Google Docs
Index of the Training Reversing & Exploiting with free tools
Index of the training Reversing & Exploiting with Free Tools by RICARDO NARVAJA (Translated by Fare9 & Arrizen) EXERCISES: https://docs.google.com/document/d/1OqD-AgsQzDWX9Y3v2cdQuf1xlYb_0GjJ8il9FuS1VUE/edit# Part 1 - 18/10/2019 Installation of necessaryβ¦
Ebfuscation: Abusing system errors for binary obfuscation
https://www.d00rt.eus/2020/04/ebfuscation-abusing-system-errors-for.html
π@malwr
https://www.d00rt.eus/2020/04/ebfuscation-abusing-system-errors-for.html
π@malwr
www.d00rt.eus
Ebfuscation: Abusing system errors for binary obfuscation
Introduction In this post I'm going to try to explain a new obfuscation technique I've come up with (at least I have not seen it before, pl...
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
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
reddit
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?
Defeating Coordinated Inauthentic Behavior at Scale
π£Soatok
I'm slightly concerned the proposed solution would create a mono culture, and make it near impossible for multiple views to exist. By using consensus the systems only allows a single truth to exist.
Here an example, group A and B have opposing views on the interpretation of a text. Members of group A flags video from group B as misinformation, and vice versa. Group A happens to have more people spending time reviewing videos, leading to group B's videos being removed as misinformation. Group B is eventually lost because new people only sees Group A's interpretation of the text.
π€hatanikri
I think it's a good idea.
π€metavulp
I love that term. Iβm going to use that when talking to my girlfriend.
βWhy are you behaving inauthentically today?β
π€carrotcypher
π@malwr
π£Soatok
I'm slightly concerned the proposed solution would create a mono culture, and make it near impossible for multiple views to exist. By using consensus the systems only allows a single truth to exist.
Here an example, group A and B have opposing views on the interpretation of a text. Members of group A flags video from group B as misinformation, and vice versa. Group A happens to have more people spending time reviewing videos, leading to group B's videos being removed as misinformation. Group B is eventually lost because new people only sees Group A's interpretation of the text.
π€hatanikri
I think it's a good idea.
π€metavulp
I love that term. Iβm going to use that when talking to my girlfriend.
βWhy are you behaving inauthentically today?β
π€carrotcypher
π@malwr
Medium
Defeating Coordinated Inauthentic Behavior at Scale
Over the weekend, the YouTube channel SmarterEveryDay posted this video (part 1 of a 3-part series) discussing coordinated inauthenticβ¦