-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The BitCurator Access project developed tools to help libraries, archives, and museums provide web-based and local access to born-digital materials held on disk images. BitCurator Access tools simplify access to raw and forensically-packaged disk images, allowing users to incorporate these objects into access environments while preserving original order and relevant environmental context. Using open source digital forensics software libraries, these tools enable detailed analysis of file and file system provenance, quality and accessibility of files, metadata in files and the file system, and residual or hidden data.
BitCurator Access focused on four areas of interest related to accessing born-digital collections:
- Web-based access to raw and forensically packaged disk images
- Redaction of file items, metadata and hidden data from disk images
- OS and executable virtualization for legacy disk images
- Transforming and using digital forensics metadata in collecting environments
The bitcurator-access-webtools project is a Flask application that allows users to browse file systems in raw and forensically packaged disk images within a web browser. The application can parse raw and E01-packaged images containing FAT16, FAT32, NTFS, HFS+, and EXT 2/3/4 file systems, and allows users to navigate the file system contents, download individual files, and search the contents within a simple web interface.
For more information on the design of the application, along with instructions on how to obtain and build the software, see the BitCurator_Access_Webtools page. Visit our [https://wiki.bitcurator.net/index.php?title=Screencast_Tutorials Screencast Tutorials] for walkthroughs of past releases.
The [//github.com/bitcurator/bitcurator-access-redaction bitcurator-access-redaction] project builds on existing disk image redaction and [//github.com/simsong/dfxml/tree/master/python Digital Forensics XML tools] to provide collecting institutions with software to redact strings and byte sequences identified in disk images. The software also includes a Python API allowing institutions to develop powerful custom redaction facilities using cutting-edge tools including [//strozfriedberg.github.io/liblightgrep/ lightgrep].
Developing comprehensive strategies for redacting born-digital materials is an important concern for many archives, libraries, and museums. Digital media acquisitions often contain data that may be classified as private, sensitive, or individually identifying, and the complexity and volume of information being collected demands automation to ensure that risks of inadvertent disclosure are minimized.
Currently, there are relatively few open source redaction tools capable of addressing these needs. The [//github.com/bitcurator/bitcurator-access-redaction bitcurator-access-redaction] project targets specific needs, including:
- Redacting specific bitstreams from raw disk images
- Creating redacted copies of forensically-packaged disk images
- Redacting metadata from common file formats, including Office and PDF files.
- Redacting patterns from bitstreams using [//github.com/strozfriedberg/liblightgrep/tree/master/pylightgrep pylightgrep]
Born-digital materials that contain executable content or bootable operating systems often require virtualized hardware support to remain accessible. Between 2014 and 2016, the BitCurator Access project explored a range of methods to provision virtual machines providing access to disk images extracted from legacy media, including the use of the [http://bw-fla.uni-freiburg.de/ bwFLA Emulation-as-a-Service] platform developed at the University of Freiburg.
You can find a more detailed explanation of the intended use cases and related technologies in the paper [//www.researchgate.net/profile/Kam_Woods/publication/308208210_Functional_Access_to_Forensic_Disk_Images_in_a_Web_Service/links/57f9678008ae91deaa616af5/Functional-Access-to-Forensic-Disk-Images-in-a-Web-Service.pdf Functional Access to Forensic Disk Images in a Web Service] (also in the [http://ipres2015.web.unc.edu/ipres-2015-proceedings/ Proceedings of iPres 2015]).
This wiki, documentation, and other materials generated by the BitCurator team are licensed under [//creativecommons.org/licenses/by/4.0/ Creative Commons Attribution 4.0 International (CC BY 4.0)]. All other software included in the BitCurator environment is distributed in accordance with original licenses. See our GitHub repositories for licenses associated with specific projects.
Grants from the [//www.mellon.org/ Andrew W. Mellon Foundation] supported the BitCurator project (a partnership between the [//sils.unc.edu School of Information and Library Science at the University of North Carolina at Chapel Hill] and the [//mith.umd.edu Maryland Institute for Technology in the Humanities]) through September 2014, and the BitCurator Access project through September 2016. A grant from the [//www.mellon.org/ Andrew W. Mellon Foundation] currently supports the BitCurator NLP project (2016-2018).
BitCurator Access Webtools Downloads
Download bitcurator-access-webtools
Read the bitcurator-access-webtools Quick Start Guide
BitCurator Access Redaction Downloads