UTMStack
UTMStack copied to clipboard
Prompt user to classify and rate newly detected data sources
Describe the feature
When UTMStack detects a new data source (asset) without metadata, the system should notify the user to provide classification (type) and a criticality score.
Use Case
Whenever a new data source (asset) is automatically detected in UTMStack, the system should trigger a user-facing notification requesting additional context. The user must be prompted to specify:
The type of the data source (e.g., workstation, server, network device, etc.)
The criticality score (e.g., low, medium, high) to assess its importance within the environment.
Proposed Solution
- The system detects a new asset
- The system checks if the asset has metadata: type and criticality score.
- If missing, the system creates a notification/alert visible to the user.
- The user opens the notification and is directed to a form to complete the following:
- Select data source type (dropdown: workstation, server, firewall, etc.)
- Set a criticality score (scale: low, medium, high)
- The user submits the metadata form.
- The system stores the information and updates the asset's status.
Other Information
No response
Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change