-
Notifications
You must be signed in to change notification settings - Fork 71
Integration Guide
Osmany Montero edited this page Jan 16, 2026
·
1 revision
The EventProcessor and UTMStack ecosystem can integrate with external systems to enrich data and streamline response workflows.
Enrich your events with context from global threat feeds.
-
ThreatWinds: Native integration via the
feedsanalysis plugin. It automatically correlates events with malicious IP and domain lists from ThreatWinds. -
Custom TI Feeds: While the
feedsplugin is proprietary, the architecture is open. You can create your own analysis plugins using thego-sdkto pull indicators from sources like MISP or OpenCTI.
-
Geolocation: The
geolocationparsing plugin enriches events with city, country, and coordinates based on IP addresses. - Asset Discovery: Integrates with UTMStack's asset management to map internal IPs to specific departments and criticality levels.
Automation of alerts and system messages.
- Email: Integrated via SMTP for critical alert broadcasting.
-
Internal Stats: The
statsplugin tracks processing metrics and performance indicators.
Since the architecture is gRPC-based, any external system can be integrated by building a Notification Plugin. This is how you would bridge to:
- Ticketing systems (JIRA, ServiceNow).
- Messaging platforms (Slack, Teams, Discord).
- Custom internal APIs.
See Custom Plugin Development for details on implementing the Notification gRPC service.