Starting organizing my forensics material

This commit is contained in:
bt3 2015-11-26 10:28:40 -08:00
parent c50d88d102
commit 0077bcf0bf
16 changed files with 9193 additions and 21 deletions

View File

@ -1,22 +1,60 @@
# Forensics # 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 - pdfid
- pdf-parser - pdf-parser
- dd
- strings
- scalpel -----------
- TrID ## References
- binwalk
- foremost * [File system analysis](http://wiki.sleuthkit.org/index.php?title=FS_Analysis)
- ExifTool * [TSK Tool Overview](http://wiki.sleuthkit.org/index.php?title=Mactime)
- Hex editors
- DFF
- CAINE
- The Sleuth Kit
- Volability

View File

@ -1,6 +0,0 @@
## memory dump
```
strings /tmp/mem.dump | grep BOOT_
BOOT_IMAGE=/vmlinuz-3.5.0-23-generic
```

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

0
Forensics/volatility.md Normal file
View File