From 546310332090fcde9f595f1d569ded7840891a2b Mon Sep 17 00:00:00 2001 From: Jim Jones <jjonesu@gmu.edu> Date: Tue, 4 Nov 2014 10:17:22 -0500 Subject: [PATCH] Update README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 96ba9a1..2127cc5 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ README for WCCDAX: The White Collar Crime Digital Artifact eXtraction tool +Status 10/31/2014: This project is currently on hold while we focus on other work. + Version 0.1; last updated 6/1/2013 This is the repository for George Mason University's WCCDAX project. The project is developing a Python tool to extract digital artifacts specific to white collar crimes. A basic capability will extract artifacts based on simple search terms (like currency symbols and regular expressions for credit card and bank account numbers). An advanced capability will extract artifacts based on the type of white collar crime being investigated (like web servers and HTML pages for a phishing attack, loan applications for mortgage fraud, cancelled check images for an investment scam, etc.). If you're familiar with Microsoft's COFEE triage forensics tool for law enforcement, the concept is similar, but we are collecting artifacts specific to the event of interest rather than the broad net cast by COFEE (and we are sharing our tool publicly). -- GitLab