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>.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/80ab817e-f4a2-45bb-b92c-9baf2b8a52be/web_alerts.png

The built-in web app has RESTful API.

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

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/5e6ee44c-db56-425d-9044-bd9b24e32917/Screen_Shot_2021-07-25_at_5.13.13_PM.png