Giter Club home page Giter Club logo

docintel's Introduction

DocIntel

DocIntel is an open-source centralized knowledge base for your threat intelligence. It makes information available to all team members, facilitate searches, and encourage collaboration. It replaces analyst’s folders ‘Reports’ and cybersecurity vendors information portals.

Organize your threat reports, leverage intelligence and empower your threat intelligence team :-)

Installation

A run.sh script is available to help you install the application as easily as possible. The script will ask you a few questions and will create a docker-compose.yml file for you.

curl https://raw.githubusercontent.com/docintelapp/DocIntel/main/run.sh -o run.sh
sh run.sh

Check the configurations and the compose file. You can then run the deployment with

docker compose -f docker-compose.yml -p docintel-dev up -d

However, you would not be able to log in the platform. You need to create an account. We recommend creating a specific admin account that you don't use for your daily tasks.

docker exec -it docintel-dev-webapp \
  dotnet /cli/DocIntel.AdminConsole.dll \
  user add --username admin
docker exec -it docintel-dev-webapp \
  dotnet /cli/DocIntel.AdminConsole.dll \
  user role --username admin --role administrator

You can now login on http://localhost:5005.

docintel's People

Contributors

ancailliau avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.