FIR (Fast Incident Response by CERT Société générale) is an cybersecurity incident management platform designed with agility and speed in mind. It allows for easy creation, tracking, and reporting of cybersecurity incidents.
This plugins allows you to manage a knowledge base in FIR. Articles share many features with events, like artifacts. Articles artifacts can be correlated with events artifacts.
Warning: This plugin needs some features not merged in the FIR official repository. PRs will be submitted soon!
Follow the generic plugin installation instructions in the FIR wiki.
Make sure the following line is included in the urlpatterns
variable in fir/urls.py
:
url(r'^articles/', include('fir_articles.urls', namespace='articles')),
You should install it in the FIR virtualenv.
(your_env)$ git clone https://github.com/gcrahay/fir_articles_plugin.git
(your_env)$ cd fir_articles_plugin
(your_env)$ python setup.py install
Make sure the following line is included in the urlpatterns
variable in fir/urls.py
:
url(r'^articles/', include('fir_articles.urls', namespace='articles')),
In your $FIR_HOME, launch:
(your_env)$ ./manage.py migrate
This plugin adds a new entry in the main navbar named Árticles
.
- access_articles: User can read articles
- modify_articles: User can add or edit articles