Get DFIR Iris API Key
How to get a DFIR IRIS API key¶
DFIR-IRIS is an open-source platform for incident response case management and provides a way to manage cases, assets, indicators and timelines.
Steps to obtain a API key for the demo instance of DFIR-IRIS¶
-
Read the Welcome page about how to access the demo instance:
Browse to DFIR IRIS demo instance and select an account to use. The page show a list of accounts that can be used, and has an Access Iris button to get to the demo instance. -
Log in
Log in with the account and password selected from the previous step. -
Get the API key
Click on the account icon in the top left sidebar and select Settings. -
Copy the API key
The user settings page will have an API key that can be copied. The key can be renewed and by that disabling any previous key. The key will hold the same permissions as the user. -
Optional, create new account
It is possible to log in with an administrator account and then create a new user under the Advanced/Access Control tab. Add a new user with a password and assign the user to customers and a role. Then get the API key in the same was as in the previous step.
Fill the secrets.json file accordingly with "dfir_iris_url" and "dfir_iris_api_key"
or use the environment variables DFIR_IRIS_URL and DFIR_IRIS_API_KEY in your custom docker-compose file.