GithubHelp home page GithubHelp logo

mdazim / dfir-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dfir-dd/dfir-toolkit

0.0 0.0 0.0 1 MB

CLI tools for forensic investigation of Windows artifacts

Home Page: https://github.com/dfir-dd/dfir-toolkit

License: GNU General Public License v3.0

Rust 100.00%

dfir-toolkit's Introduction

DFIR Toolkit

Table of contents

Overview of timelining tools

Installation

cargo install dfir-toolkit

Tools

cleanhive

merges logfiles into a hive file

Usage

Usage: cleanhive [OPTIONS] --output <DST_HIVE> <HIVE_FILE>

Arguments:
  <HIVE_FILE>  name of the file to dump

Options:
  -L, --log <LOGFILES>     transaction LOG file(s). This argument can be specified one or two times
  -v, --verbose...         More output per occurrence
  -q, --quiet...           Less output per occurrence
  -O, --output <DST_HIVE>  name of the file to which the cleaned hive will be written
  -h, --help               Print help
  -V, --version            Print version

evtx2bodyfile

Usage

Usage: evtx2bodyfile [OPTIONS] [EVTX_FILES]...

Arguments:
  [EVTX_FILES]...  names of the evtx files

Options:
  -J, --json        output json for elasticsearch instead of bodyfile
  -S, --strict      fail upon read error
  -v, --verbose...  More output per occurrence
  -q, --quiet...    Less output per occurrence
  -h, --help        Print help
  -V, --version     Print version

Example

# convert to bodyfile only
evtx2bodyfile Security.evtx >Security.bodyfile

# create a complete timeline
evtx2bodyfile *.evtx | mactime2 -d -b >evtx_timeline.csv

evtxanalyze

Analyze evtx files

Usage

Usage: evtxanalyze [OPTIONS] <COMMAND>

Commands:
  pstree    generate a process tree
  sessions  display sessions
  session   display one single session
  help      Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose...  More output per occurrence
  -q, --quiet...    Less output per occurrence
  -h, --help        Print help

evtxscan

Finds time skews in an evtx file

Example

Usage

Find time skews in an evtx file

Usage: evtxscan [OPTIONS] <EVTX_FILE>

Arguments:
  <EVTX_FILE>  name of the evtx file to scan

Options:
  -S, --show-records                             display also the contents of the records befor and after a time skew
  -N, --negative-tolerance <NEGATIVE_TOLERANCE>  negative tolerance limit (in seconds): time skews to the past below this limit will be ignored [default: 5]
  -h, --help                                     Print help
  -V, --version                                  Print version

evtxcat

Display one or more events from an evtx file

Example

Usage


Usage: evtxcat [OPTIONS] <EVTX_FILE>

Arguments:
  <EVTX_FILE>  Name of the evtx file to read from

Options:
      --min <MIN>        filter: minimal event record identifier
      --max <MAX>        filter: maximal event record identifier
  -i, --id <ID>          show only the one event with this record identifier
  -T, --display-table    don't display the records in a table format
  -F, --format <FORMAT>  [default: xml] [possible values: json, xml]
  -h, --help             Print help
  -V, --version          Print version

evtxls

Display one or more events from an evtx file

Usage

Usage: evtxls [OPTIONS] [EVTX_FILES]...

Arguments:
  [EVTX_FILES]...
          Name of the evtx files to read from

Options:
  -d, --delimiter <DELIMITER>
          use this delimiter instead of generating fixed space columns

  -i, --include <INCLUDED_EVENT_IDS>
          List events with only the specified event ids, separated by ','

  -x, --exclude <EXCLUDED_EVENT_IDS>
          Exclude events with the specified event ids, separated by ','

  -c, --colors
          highlight interesting content using colors

  -f, --from <NOT_BEFORE>
          hide events older than the specified date (hint: use RFC 3339 syntax)

  -t, --to <NOT_AFTER>
          hide events newer than the specified date (hint: use RFC 3339 syntax)

  -r, --regex <HIGHLIGHT>
          highlight event data based on this regular expression

  -s, --sort <SORT_ORDER>
          sort order
          
          [default: storage]

          Possible values:
          - storage:   don't change order, output records as they are stored
          - record-id: sort by event record id
          - time:      sort by date and time

  -b, --base-fields <DISPLAY_SYSTEM_FIELDS>
          display fields common to all events. multiple values must be separated by ','
          
          [default: event-id event-record-id]

          Possible values:
          - event-id:            The identifier that the provider used to identify the event
          - event-record-id:     The record number assigned to the event when it was logged
          - activity-id:         A globally unique identifier that identifies the current activity. The events that are published with this identifier are part of the same activity
          - related-activity-id: A globally unique identifier that identifies the activity to which control was transferred to. The related events would then have this identifier as their ActivityID identifier
          - process-id:          The ID of the process that created the event

  -B, --hide-base-fields
          don't display any common event fields at all. This corresponds to specifying '--base-fields' without any values (which is not allowed, that's why there is this flag)

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

es4forensics

Usage

Usage: es4forensics [OPTIONS] --index <INDEX_NAME> --password <PASSWORD> <COMMAND>

Commands:
  create-index  
  import        
  help          Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose...           More output per occurrence
  -q, --quiet...             Less output per occurrence
      --strict               strict mode: do not only warn, but abort if an error occurs
  -I, --index <INDEX_NAME>   name of the elasticsearch index
  -H, --host <HOST>          server name or IP address of elasticsearch server [default: localhost]
  -P, --port <PORT>          API port number of elasticsearch server [default: 9200]
      --proto <PROTOCOL>     protocol to be used to connect to elasticsearch [default: https] [possible values: http, https]
  -k, --insecure             omit certificate validation
  -U, --username <USERNAME>  username for elasticsearch server [default: elastic]
  -W, --password <PASSWORD>  password for authenticating at elasticsearch
  -h, --help                 Print help
  -V, --version              Print version

hivescan

scans a registry hive file for deleted entries

Usage

Usage: hivescan [OPTIONS] <HIVE_FILE>

Arguments:
  <HIVE_FILE>  name of the file to scan

Options:
  -L, --log <LOGFILES>  transaction LOG file(s). This argument can be specified one or two times
  -v, --verbose...      More output per occurrence
  -q, --quiet...        Less output per occurrence
  -b                    output as bodyfile format
  -h, --help            Print help
  -V, --version         Print version

mactime2

Replacement for mactime

Changes to original mactime

  • no implicit conversion of timestamp to local date/time
  • possibility of explicit timezone correction
  • other datetime format (RFC3339) which always includes the timezone offset
  • faster

Usage

Usage: mactime2 [OPTIONS]

Options:
  -v, --verbose...                More output per occurrence
  -q, --quiet...                  Less output per occurrence
  -b <INPUT_FILE>                 path to input file or '-' for stdin (files ending with .gz will be treated as being gzipped) [default: -]
  -f, --from-timezone <SRC_ZONE>  name of offset of source timezone (or 'list' to display all possible values
  -t, --to-timezone <DST_ZONE>    name of offset of destination timezone (or 'list' to display all possible values
      --strict                    strict mode: do not only warn, but abort if an error occurs
  -F, --format <OUTPUT_FORMAT>    output format, if not specified, default value is 'txt' [possible values: csv, txt, json, elastic]
  -d                              output as CSV instead of TXT. This is a conveniance option, which is identical to `--format=csv` and will be removed in a future release.
                                  If you specified `--format` and `-d`, the latter will be ignored
  -j                              output as JSON instead of TXT. This is a conveniance option, which is identical to `--format=json` and will be removed in a future release.
                                  If you specified `--format` and `-j`, the latter will be ignored
  -h, --help                      Print help information
  -V, --version                   Print version information

mft2bodyfile

yet to be come

pol_export

Exporter for Windows Registry Policy Files

Usage

USAGE:
    pol_export <POLFILE>

ARGS:
    <POLFILE>    Name of the file to read

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

More information

regdump

Usage

Usage: regdump [OPTIONS] <HIVE_FILE>

Arguments:
  <HIVE_FILE>  name of the file to dump

Options:
  -L, --log <LOGFILES>     transaction LOG file(s). This argument can be specified one or two times
  -b, --bodyfile           print as bodyfile format
  -I, --ignore-base-block  ignore the base block (e.g. if it was encrypted by some ransomware)
  -T, --hide-timestamps    hide timestamps, if output is in reg format
  -v, --verbose...         More output per occurrence
  -q, --quiet...           Less output per occurrence
  -h, --help               Print help
  -V, --version            Print version

dfir-toolkit's People

Contributors

janstarke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.