Skip to content

The server component of the Visual Analytics application for decision-support during a Live Digital Forensics investigation.

Notifications You must be signed in to change notification settings

bof64665/LDF_GraphQLServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Decision-Support for Live Digital Forensics - Server

This nodeJS-web server is part of a research prototype to provide visual decision-support for Live Digital Forensic investigations. A publication is currently being prepared and will be linked here once it is available. A video of the prototype is available here.

Summary

The prototype (together with the respective client component) is intended for forensic experts that need to quickly decide which specialized forensic tools they should apply during a live forensic investigation. The web application includes several visualizations to facilitate this decision-making process.

Components

This repository includes a nodeJS web server exposing a GraphQL API which is used by the respective client of this research prototype. Through this web server, the client can retrieve the necessary information from a MongoDB and the specialized tool SauvegardeEx. Additionally, the repository holds a Python script which iteratively pre-processes the data from the connected MongoDB to meet the requirements of the frontend.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:4000 to view the GraphQL Playground in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run dev

Runs the app in the development mode including a watcher, which recompiles the app after files were changed.

About

The server component of the Visual Analytics application for decision-support during a Live Digital Forensics investigation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published