Skip to content

Plugin for FIR (Fast Incident Response) to manage KB articles

License

Notifications You must be signed in to change notification settings

gcrahay/fir_articles_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge base articles plugin for FIR - Fast Incident Response

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.

Features

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.

Installation

Warning: This plugin needs some features not merged in the FIR official repository. PRs will be submitted soon!

Overview

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')),

Details

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

Usage

This plugin adds a new entry in the main navbar named Árticles.

Configuration

User permissions

  • access_articles: User can read articles
  • modify_articles: User can add or edit articles

About

Plugin for FIR (Fast Incident Response) to manage KB articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published