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

https://github.com/dfir-dd/kirby

A script to parse several forensic artifacts of given windows (triage) images, using dissect
https://github.com/dfir-dd/kirby

cli dfir digital-forensics dissect forensics forensics-tools python

Last synced: about 1 year ago
JSON representation

A script to parse several forensic artifacts of given windows (triage) images, using dissect

Awesome Lists containing this project

README

          



Kirby Logo


# kirby

A cute script to parse several forensic artifacts of given windows (triage) images, using [dissect](https://github.com/fox-it/dissect).

## Usage

```
usage: kirby [-h] -o OUTPUT [--overwrite] TARGETS [TARGETS ...]

parse forensic artifacts from windows images, using dissect

positional arguments:
TARGETS Path to single target or directory with multiple targets to parse

options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Specify the output directory
--overwrite overwrite destination directory
```

## Output

- hostinfo.csv - hostinfo of all targets parsed
- Directory (named by the hostname of the image) including:
- hostinfo_\.csv - with information of hostname, domain, windows version, install date, language, timezone, ips and users
- other output of different dissect plugins