All Projects → DCSO → MISP-dockerized

DCSO / MISP-dockerized

Licence: BSD-3-Clause license
github.com/MISP/MISP

Programming Languages

shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects
HTML
75241 projects

Projects that are alternatives of or similar to MISP-dockerized

Misp
MISP (core software) - Open Source Threat Intelligence and Sharing Platform
Stars: ✭ 3,485 (+10150%)
Mutual labels:  misp, threat-intelligence-platform
Appy
🚀 A full stack boilerplate web app
Stars: ✭ 225 (+561.76%)
Mutual labels:  full-stack
Full Stack Developer Interview Questions And Answers
❔Full-stack developer interview questions and answers
Stars: ✭ 2,149 (+6220.59%)
Mutual labels:  full-stack
Firefly
Web app boilerplate for beginners based on Firebase and React 🔥
Stars: ✭ 204 (+500%)
Mutual labels:  full-stack
Tabula Rasa
Minimalistic real-worldish blogging platform, written entirely in F#, made as a learning reference for building large Elmish apps
Stars: ✭ 179 (+426.47%)
Mutual labels:  full-stack
Stator
Stator, your go-to template for the perfect stack. 😍🙏
Stars: ✭ 217 (+538.24%)
Mutual labels:  full-stack
Kotlin Full Stack Application Demo
Full-stack demo application written with Kotlin MPP
Stars: ✭ 165 (+385.29%)
Mutual labels:  full-stack
Fullstackpython.com
Full Stack Python source with Pelican, Bootstrap and Markdown.
Stars: ✭ 2,667 (+7744.12%)
Mutual labels:  full-stack
Awesome Stacks
A curated list of tech stacks for building different applications & features
Stars: ✭ 2,631 (+7638.24%)
Mutual labels:  full-stack
Javascripter
Helping junior developers navigate the complex world of software engineering without experiencing information overload.
Stars: ✭ 203 (+497.06%)
Mutual labels:  full-stack
Mern Marketplace
A MERN stack based online marketplace application [Full-Stack React Projects]
Stars: ✭ 194 (+470.59%)
Mutual labels:  full-stack
Mindmap Full Stack
This is A roadmap or you can spell it mindmap for Developer's , this is for frontend and Full stack developer , all the people who belive in them and want to grow faster can work with this mindmap.
Stars: ✭ 185 (+444.12%)
Mutual labels:  full-stack
Townhouse
A multi-tenant Laravel app for listing property rentals
Stars: ✭ 218 (+541.18%)
Mutual labels:  full-stack
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (+423.53%)
Mutual labels:  full-stack
Tdengine
An open-source big data platform designed and optimized for the Internet of Things (IoT).
Stars: ✭ 17,434 (+51176.47%)
Mutual labels:  full-stack
Programming Notes
Lecture notes on Computer Science, Full Stack Development, and Software Engineering Philosophies.
Stars: ✭ 171 (+402.94%)
Mutual labels:  full-stack
Frappe
Low code web framework for real world applications, in Python and Javascript
Stars: ✭ 3,349 (+9750%)
Mutual labels:  full-stack
Growth In Action
全栈增长工程师实战
Stars: ✭ 2,411 (+6991.18%)
Mutual labels:  full-stack
Shigureader
用Chrome或者iPad轻松阅读整理漫画,播放音乐,以及观看视频. All-in-one solution for local doujin/anime/music file.
Stars: ✭ 254 (+647.06%)
Mutual labels:  full-stack
Fullstack Challenges
Open source's challenges of full-stack jobs to test your skills
Stars: ✭ 227 (+567.65%)
Mutual labels:  full-stack

MISP dockerized

About

MISP dockerized is a project designed to provide an easy-to-use and easy-to-install 'out of the box' MISP instance that includes everything you need to run MISP with minimal host-side requirements.

MISP dockerized uses MISP (Open Source Threat Intelligence Platform - https://github.com/MISP/MISP), which is maintend and developed by the MISP project team (https://www.misp-project.org/).

Documentation

The documentation of MISP-dockerized is central published at the following address: https://dcso.github.io/MISP-dockerized-docs.

Upgrade from Beta to 1.0.0

  • Make an snapshot from your server
  • docker exec -ti misp-robot sh -c "apt update && apt install -y mysql-client"
  • cd <PATH to MISP-dockerized repo>
  • make backup-all
  • make delete
  • rm docker-compose.yml
  • git pull or git checkout origin/master -f
  • make install
  • wait ca. 90 seconds: docker logs -f misp-server
  • make -C current restore-db
  • make -C current restore-server
  • make -C current change-ssl
  • docker exec -ti misp-server bash -c "rm /etc/apache2/ssl/SSL_create.pid.proxy"
  • make -C current restart-all

License

This software is released under a BSD 3-Clause license. Please have a look at the LICENSE file included in the repository.

Copyright (c) 2018, DCSO Deutsche Cyber-Sicherheitsorganisation GmbH

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].