The parser extracts the most relevat digital traces (cyber items) from XML reports generated by UFED Physical Analyser (version 7.x) and convert them into UCO/CASE as JSON-LD files.
The UFED parser is able to process any report, regardless their size, it has been developed using Python, version 3.x and based on SAX (Simple API for XML).
The UFED parser is composed of two different modules:
and it uses the Case-Mapping-Python (github.com/casework/CASE-Mapping-Python) repository as submodule, located in the folder
The CASE-Mapping-Python library is also part of the PyPI and can be used as a package.
The tool has been developed in Python version 3.x and here are some required modules:
> *parser_UFEDtoCASE.py [-h]*
> *-r INFILEXML*
> *-o OUTPUT_CASE_JSON*
where:
* -h, --help (show the help message and exit)
* -r | --report INFILEXML (the UFED XML report to be converted into CASE, compulsary)
* -o | --output OUTPUT_CASE_JSON (CASE-JSON-LD file to be generated, compulsory)
The UFED parser has been developed and tested relying on a huge collection of mobile forensic dataset. This is composed of images made available on the Computer Forensic Reference Data Sets (CFReDS) Project and also on those provided by Cellebrite within he Catch The Flag annual competition.
All the XML reports have been processed to generate the corresponding CASE representation of the following Cyber items:
The repo also includes the XMLreports folder containing examples of reports from Cellebrite UFED PA.
The drafting.ttl file describing the additional ontology classes based on the drafting namespace
This repository follows CASE community guidance on describing development status, by adherence to noted support requirements.
The status of this repository is:
4 - Beta