How I recovered a lost email from my email client’s memory
1–10 of 85 posts
Re: How I recovered a lost email from my email client’s memory
#2Re: How I recovered a lost email from my email client’s memory
#3The same approach works for recovering any secret information that people used on a computer that an attacker can access. Of course there are plenty of possibilities. But it’s eye opening to see them in action.
Re: How I recovered a lost email from my email client’s memory
#4Re: How I recovered a lost email from my email client’s memory
#5These are called file carving tools and two better known ones are foremost and it's successor scalpel [1].
Re: How I recovered a lost email from my email client’s memory
#6Of course recoverin an email is an innocent disguise. The same approach works for recovering any secret information that people used on a computer that an attacker can access. Of course there are plenty of possibilities. But it’s eye opening to see them in action.
[1] https://www.cru-inc.com/products/wiebetech/hotplug_field_kit...
Re: How I recovered a lost email from my email client’s memory
#7In the end I’ve always fallen back to Thunderbird as the least bad option.
Re: How I recovered a lost email from my email client’s memory
#8Of course recoverin an email is an innocent disguise. The same approach works for recovering any secret information that people used on a computer that an attacker can access. Of course there are plenty of possibilities. But it’s eye opening to see them in action.
Re: How I recovered a lost email from my email client’s memory
#9> There are specialized tools you can use to analyze this data blob. These are called file carving tools and two better known ones are foremost and it's successor scalpel [1]. [1] https://github.com/sleuthkit/scalpel
I did a thesis on file carving some 10 years ago, and scalpels ideas where very good back then. Photorec[1], however, has been the gold standard for a long time on (open source) file carving. It can handle text based formats way better (scalpel is severely limited in this aspect due to the "header/footer" paradigm), and is a wonder with stream based formats (that can have boundaries on the bit level).
And it's not because they authors weren't good[2], I think what mainly happened is that they didn't have the time to keep maintaining the software they created (I know that has happened to me more than once).
There are also some commercial file carving tools, though most are aimed at having better integration with forensics software (like Encase, FTK, Oxygen, etc) or automate parts of the process, like document analysis. Still, if you just want to compare them by their ability to recover files, I'm pretty sure Photorec makes it to the top.
[0] https://github.com/sleuthkit/scalpel
[1] https://www.cgsecurity.org/wiki/TestDisk_Download (PhotoRec is part of TestDisk)
[2] They're some of the best in the field of digital forensics
Re: How I recovered a lost email from my email client’s memory
#10Modern web email clients have this since a long time and Gmail never crashed internally for me ;)