Web application
Installation
Configuration
Configuration is in /opt/intrudect-web/config.json
. The HOMEURL
is used by agents to send alerts and request configuration changes. The LISTEN
parameter specifies the IP address and port where the web application listens, and you should forward your reverse proxy traffic to this location. Since the web application itself does not have support for TLS, you must set up a reverse proxy, like Nginx or Caddy, in front of it in a production environment.
Start service
Logfile
Web server writes additional info to /var/logs/intrudect-web.log
Inital user
Before launching the web application, an initial user and password must be created using the command-line utility.
Add agents
Point your browser to your Web application hostname and log in. Navigate to "Agents".
Agent configuration
Refer to specif agent configuration in the menu. Example (not default) configuration is provided when adding new agent.
If there is error in the JSON, congiguration cannot be saved and line containing error is shown
After agent is added you can use "Download Config" to download agent configuration file. This file now contains agent login information to Web application. Save the config file in the server running this particular agent.
Config files are in the /opt/intrudect-<agentname>/etc/config.json
Adding External Communication Platforms
The Web application can be integrated with external communication platforms such as Slack, Mattermost, and MS Teams. This allows users to receive real-time notifications based on their defined rules.