-
Notifications
You must be signed in to change notification settings - Fork 505
Incident views
The dashboard is split in two. At the top, you have a list of the starred incidents. You can star/unstar any incident by just clicking on the star icon in any incident list.
Then, there is tabs, that can contain any view interesting for the incident handler. By default, FIR has the following tabs:
-
Open
: list of incidents with the statusOpen
-
Closed
: list of incidents with the statusBlocked
-
Old
: list of the top 20 incidents with the statusOpen
that have not received the love they deserved recently -
Tasks
: this is provided by the fir_todos plugin, and will display all todo items withCERT
as accountable
The Incidents
and Events
panes are an unfiltered list of all the incidents and events. In FIR nomenclature, incidents are events that have escalated and that need actions to be taken (identification, containment, eradication, etc.). This is why an "Actor" and a "Plan" appear when you click on the "Is an incident" checkbox.
You can use these views to sort and search through incidents or events.
Incidents and events will display differently depending on their status:
-
Blocked
incidents will be displayed in red -
Closed
incidents will be grayed out
In all FIR views, you will always have a searchbar at your disposal at the top of the webpage. The search bar will search by default in incidents' and events' subject, description, and comments. You can also use the following meta-keywords for more advanced filtering:
-
plan:<param>
- E.g.plan:A
for all incidents that have theirplan
field set toA
-
bl:<param>
- Will search for business lines.bl:demo
will yield results for all incidents whose business lines contain the worddemo
. Case insensitive. -
category:<param>
- Will search for the specified term in thecategory
field. Case insensitive. -
status:<param>
- E.g.status:C
will only show closed incidents. -
starred
- This keyword will only show starred incidents. - `severity[:<>] - Will filter by severity level
To search for all closed incidents regarding a phishing incident on John Doe's mailbox from the Demo
business line, you would use a query like [email protected] status:C category:phishing bl:demo