Mihari has a built-in web app to run a command & manage alerts.

<aside> ⚠️ Note that the app is not intended to expose to the Internet. Be careful when you want to make it public to the Internet.

</aside>

$ mihari web
# The app will be available at <http://localhost:9292>.
# (Press Ctrl+C to quit)

# Please set --port option if you want to change the port
$ mihari web --port 8080
# The app will be available at <http://localhost:8080>.

The built-in web app has RESTful API.

API docs are available at /redoc-static.html.