Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanglib/edu_for

A cheat sheet for digital forensics :blush:
https://github.com/kanglib/edu_for

digital-forensics forensics

Last synced: 25 days ago
JSON representation

A cheat sheet for digital forensics :blush:

Awesome Lists containing this project

README

        

# edu_for
A cheat sheet for digital forensics :blush:

## Memory forensics w/ Volatility
* [Download](http://www.volatilityfoundation.org/releases)
* [Command reference](https://github.com/volatilityfoundation/volatility/wiki/Command-Reference)
* Malware Triage
#### Exercises
* Where is Malware?
* Memory_easy
* Infected Memory

## File system forensics
### MBR
* [MBR structure](https://en.wikipedia.org/wiki/Master_boot_record)
* [Partition types](https://en.wikipedia.org/wiki/Partition_type)
* [MBR examination](http://thestarman.pcministry.com/asm/mbr/STDMBR.htm)

### FAT
* [Specification](http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/fatgen103.doc)
* [FAT on NTFS.com](http://www.ntfs.com/fat-systems.htm)
* [FAT volume structure](http://thestarman.pcministry.com/asm/mbr/MSWIN41.htm)
#### Exercises
* [Saturated FAT](https://github.com/kanglib/edu_for/raw/master/saturated.zip)

### NTFS

### HFS+

### Android

## Further reading
* [Deus ex machina](https://lmgtfy.com/)