Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/certsocietegenerale/fir
Fast Incident Response
https://github.com/certsocietegenerale/fir
Last synced: 30 days ago
JSON representation
Fast Incident Response
- Host: GitHub
- URL: https://github.com/certsocietegenerale/fir
- Owner: certsocietegenerale
- License: gpl-3.0
- Created: 2015-03-11T16:23:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T13:26:59.000Z (9 months ago)
- Last Synced: 2024-03-28T21:55:53.047Z (8 months ago)
- Language: Python
- Size: 2.04 MB
- Stars: 1,657
- Watchers: 120
- Forks: 500
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/certsocietegenerale/FIR.svg?branch=master)](https://travis-ci.org/certsocietegenerale/FIR)
# What is FIR? Who is it for?
FIR (Fast Incident Response) is an cybersecurity incident management platform designed with agility and speed in mind. It allows for easy creation, tracking, and reporting of cybersecurity incidents.
FIR is for anyone needing to track cybersecurity incidents (CSIRTs, CERTs, SOCs, etc.). It was tailored to suit our needs and our team's habits, but we put a great deal of effort into making it as generic as possible before releasing it so that other teams around the world may also use it and customize it as they see fit.
![dashboard](https://github.com/certsocietegenerale/FIR/wiki/screenshots/dashboard.png)
![incident details](https://github.com/certsocietegenerale/FIR/wiki/screenshots/incident_details.png)See the wiki for the [user manual](https://github.com/certsocietegenerale/FIR/wiki/User-Manual) and more screenshots !
# Installation
There are two ways to install FIR. If you want to take it for a test-drive, you can run FIR [using docker](https://github.com/certsocietegenerale/FIR/tree/master/docker)
If you like it and want to set it up for production, [here's how to do it](https://github.com/certsocietegenerale/FIR/wiki/Installation-on-a-production-environment).
# Technical specs
FIR is written in Python (but you probably already knew that), using Django. It uses Bootstrap and some Ajax and d3js to make it pretty. We use it with a MySQL back-end, but feel free to use any other DB adaptor you might want - as long as it's compatible with Django, you shouldn't run into any major issues.
FIR is not greedy performance-wise. It will run smoothly on an Ubuntu virtual machine with 1 core, a 40 GB disk and 1 GB RAM.