Add Module

{{ form.hidden_tag() }}

Module extensions

Iris can be extended with compatible modules. Modules are pip packages providing a specific interface which allows Iris and the module to communicate. Enter below a pip package name already installed.

Ex: iris_evtx

Tips: you can develop your own module by following this link
Note : Modules are running as the same trust level as Iris. They can thus access all the information stored on Iris as well as run code on the server. Please be cautious and review modules before installing them.
{{ form.module_name(class='form-control', autocomplete="off") }}
Logs