Skip to content
/ kirby Public

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

License

Notifications You must be signed in to change notification settings

dfir-dd/kirby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Logo

kirby

A cute script to parse several forensic artifacts of given windows (triage) images, using 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_<hostname>.csv - with information of hostname, domain, windows version, install date, language, timezone, ips and users
    • other output of different dissect plugins

Releases

No releases published

Packages

No packages published

Languages