Skip to content

Commit

Permalink
Starting organizing my forensics material
Browse files Browse the repository at this point in the history
  • Loading branch information
bt3 committed Nov 26, 2015
1 parent 2507cfc commit f4c88cb
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 21 deletions.
68 changes: 53 additions & 15 deletions Forensics/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,60 @@
# Forensics

## Disk Forensics

## Tools
### dd

### Scripts:
### strings

```shell
$ strings /tmp/mem.dump | grep BOOT_
$ BOOT_IMAGE=/vmlinuz-3.5.0-23-generic
```

### scalpel

### TrID

### binwalk

### foremost

### ExifTool

### Hex editors

### dff

### CAINE

### The Sleuth Kit


----------

## Memory Forensics

### memdump



### Volatility: Analysing Dumps

* [I have a lot of material on Volatility and Memory Forensics here](volatility.md)
* I highly reccomend their training.

---------------
### Scripts

#### PDFs
Tools to test a PDF file:

- memdump
- pdfid
- pdf-parser
- dd
- strings
- scalpel
- TrID
- binwalk
- foremost
- ExifTool
- Hex editors
- DFF
- CAINE
- The Sleuth Kit
- Volability


-----------
## References

* [File system analysis](http:https://wiki.sleuthkit.org/index.php?title=FS_Analysis)
* [TSK Tool Overview](http:https://wiki.sleuthkit.org/index.php?title=Mactime)
6 changes: 0 additions & 6 deletions Forensics/memdump.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file added Forensics/readings/DFRWS2014-p1.pdf
Binary file not shown.
Binary file added Forensics/readings/DFRWS2015-5.pdf
Binary file not shown.
Binary file not shown.
Binary file added Forensics/readings/ELF_Format.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Forensics/readings/sift_cheat_sheet.pdf
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Empty file added Forensics/volatility.md
Empty file.

0 comments on commit f4c88cb

Please sign in to comment.