Mobius Forensic Toolkit v0.5.3 released

Mobius Forensic Toolkit is an open-source forensic framework written in Python/GTK that manages cases and case items, providing an abstract interface for developing extensions. Cases and item categories are defined using XML files, for easy integration with other tools.

Version 0.5.3

  • xml-pickle: serialize dict items as tuples
  • xml-pickle: do not save ’value’ for NoneType’s
  • xml-pickle: do not save ’value’ for bools = False
  • xml-pickle: handle python objects circular references
  • xml-pickle: handle python objects cross references
  • case-model: save case using xml.pickle
  • object-model: service model.save eliminated
  • mobius_case_update: script to update case files
  • Extension Hive created

Installation

As root, type: python setup.py install

Usage

Run mobius_bin.py.

More information: here

Post scriptum

Compliance Mandates

  • Forensics :

    PCI DSS 10.2, 12.9, A.1.4*, SOX DS7, HIPAA 164.308(a)(1) and (a)(6), FISMA IR-7, ISO 27001/27002 13.2.1, 13.2.3
    *Shared Hosting Providers Only


Related Articles

Forensics
Mobius Forensic Toolkit