Skip to content

Open Source Platform for storing, organizing, and searching documents related to cyber threats

License

Notifications You must be signed in to change notification settings

anechifor09/DocIntel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Open Source Platform for storing, organizing, and searching documents related to cyber threats

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.1%
  • C# 15.2%
  • SCSS 6.3%
  • HTML 5.9%
  • CSS 4.2%
  • Dockerfile 0.1%
  • Other 0.2%