Open Computer Forensics Architecture: Difference between revisions

Content deleted Content added
categorization/tagging using AWB
Bender the Bot (talk | contribs)
m HTTP to HTTPS for SourceForge
 
(29 intermediate revisions by 22 users not shown)
Line 1:
{{multiple issues|
{{notability|Products|date=April 2013}}
{{more citations needed|date=February 2011}}
}}
{{Infobox software
| name = Open Computer Forensics Architecture
| developer = [[National Police Corps = [[(Netherlands)|Korps landelijke politiediensten]]
| latest release version = 2.2.0pl4
| operating system = [[Linux]]
| language = [[English language|English]]
| discontinued = yes
| status = Active
| genre = [[Computer forensics]]
| website = [http://sourceforge.net/apps/trac/ocfa/wiki http{{URL|https://sourceforge.net/apps/trac/ocfa/wiki]}}
}}
The '''Open Computer Forensics Architecture''' or '''(OCFA''') is ana [[distributed computing|distributed]] [[open-source software|open-source]] [[computer forensics]] framework/backend/architecture used to analyze [[digital media]] within a digital forensics laboratory environment. The framework was built by the [[Netherlands|Dutch]] national police.
 
==Architecture==
TheOCFA Openconsists Computer Forensics Architecture is distributed primary asof a [[Front and back ends|back end]] architecture for the [[Linux]] platform., Theit results of the digital media processing are stored inuses a [[PostgreSQL]] database for data storage, a custom [[Content-addressable storage]] or CarvFS based data repository, and a [[Lucene]] index. AThe [[front end processor (program)|front end]] for OCFA has not been made publicly available due to licencinglicensing issues.
 
The framework integrates with other open source forensic tools and includes modules for [[The Sleuth Kit]], Scalpel, Photorec, libmagic, [[GNU Privacy Guard]], [[objdump]], exiftags, zip, [[7-zip]], [[tar (computing)|tar]], [[gzip]], [[bzip2]], [[RAR (file format)|rar]], [[antiword]], qemu-img, and mbx2mbox. OCFA is extensible in [[C++]] or [[Java (programming language)|Java]].
 
==See also==
The '''Open Computer Forensics Architecture''' or '''OCFA''' is an [[distributed computing]] [[open source]] [[computer forensics]] framework/backend/architecture used to analyze [[digital media]] within a digital forensics laboratory environment..
* [[List of digital forensics tools]]
 
==External links==
OCFA provides a framework for weaving together both computer forensics and generic media and file processing tools and libraries into an automated process that allows for the processing of
* {{Official website|https://sourceforge.net/apps/trac/ocfa/wiki}}
vast amounts of digital media data within the context of a computer forensic investigation. OCFA was built by the dutch national police to address the shortcomings of the commercial computer
* [http://www.linux-magazine.com/Issues/2008/93/OCFA Linux Magazine article on OCFA]
forensics tools like [[EnCase]] and [[Forensic Toolkit]] with respect to scalability, speed and most of all extendability.
* [https://www.springer.com/computer/security+and+cryptology/book/978-1-4419-5802-0 Open Source Software for Digital Forensics]
 
{{Digital forensics}}
The Open Computer Forensics Architecture is distributed primary as a [[back end]] architecture for the [[Linux]] platform. The results of the digital media processing are stored in a [[PostgreSQL]] database, a custom [[Content-addressable storage]] or CarvFS based data repository and a [[Lucene]] index. A [[front end]] for OCFA has not been made publicly available due to licencing issues.
 
[[Category:Digital forensics software]]
OCFA comes with a small set of modules that integrate some common open source tools and libraries into the architecture. These include modules for integration of [[The Sleuth Kit]], Scalpel, Photorec, libmagic,
[[Category:Data recovery]]
[[GNU Privacy Guard]], [[objdump]], exiftags, zip, [[7-zip]], [[tar]], [[gzip]], [[bzip2]], [[rar]], [[antiword]], qemu-img, mbx2mbox, strings, many perl modules for mail and dbx processing, libewf and others.
[[Category:Distributed computing architecture]]
While these standard modules provide a reasonable environment for processing digital media, most of the power of OCFA comes from its extendability. OCFA comes with libraries for building your own modules in [[C++]] or [[Java]].
[[Category:Software using the GNU Lesser General Public License]]
 
Both the Java and C++ library provide an API for building custom OCFA modules for integration of other tools or libraries into the computer forensics process. Basic modules like this can produce derived data and add extracted meta-data to both the input data and the derived data. The C++ library also provides a second more advanced API for building modules that produce derived output with meta data at more than one level deep.
 
{{Free-software-stub}}
{{Uncategorized|date=January 2011}}