Short version:
Process data extractions from Chromebooks using the ChromeOS Logs Events And Protobuf Parser (CLEAPP.)
CLEAPP is made in Python 3 and can be downloaded here:
https://github.com/markmckinnon/cLeapp
Long version:
Until not too long ago extracting data for forensic analysis from Chromebooks seemed impossible. Thanks Daniel Dickerman's workflow we can extract data provided you have a username and password for the device.
Check out the peer-reviewed process here:
https://dfir.pubpub.org/pub/inkjsqrh/release/1
Thanks to Magnet Forensics the process has been automated and now its implementation is available as a free software tool called the Magnet Chromebook Acquisition Assistant.
You can do it!! |
To get the free tool go here:
https://www.magnetforensics.com/resources/magnet-chromebook-acquisition-assistant/
Now what?
So now you have an awesome extraction from the device. You will receive a file named extracted.tgz.
extracted.tgz |
What do you do with it? How can you dig into the contents? Use CLEAPP for it. You can get CLEAPP here: https://github.com/markmckinnon/cLeapp
Two step process:
- Extract the tgz file.
- Select the extracted data location with CLEAPP and press process.
https://github.com/abrignoni/ALEAPP
Thank you gentlepeople <3 |
Installation
If you are familiar with how iLEAPP of ALEAPP works then you already know how to use CLEAPP. These projects are done in python. If you are not familiar with how to run python scripts just follow the steps in the following video.
https://github.com/markmckinnon/cLeapp/releases/tag/v1.0
Using CLEAPP
Click around and done |
- Chromebook device details
- Chromebook device logs
- Chromium Browsers
- Instagram Threads
- Chromium LevelDB data stores (Thanks Alex Caithness & Ryan Benson)
- Microsoft RDP
- Real VNC
- Google Docs
- and tons more...
- HTML report
- Tab separated values text files for every artifact
- KML files for artifacts that have geolocation data points
- SQLite timeline file for artifacts that have timestamps
- SQlite contacts file for artifacts that have contacts information
HTML report |
Device Details |
https://medium.com/@markmckinnon_80619/cleapp-autopsy-plugin-59ba312beccc