UTMStack icon indicating copy to clipboard operation
UTMStack copied to clipboard

Prompt user to classify and rate newly detected data sources

Open mjabascal10 opened this issue 7 months ago • 0 comments

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

  1. The system detects a new asset
  2. The system checks if the asset has metadata: type and criticality score.
  3. If missing, the system creates a notification/alert visible to the user.
  4. The user opens the notification and is directed to a form to complete the following:
  5. Select data source type (dropdown: workstation, server, firewall, etc.)
  6. Set a criticality score (scale: low, medium, high)
  7. The user submits the metadata form.
  8. 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

mjabascal10 avatar May 16 '25 15:05 mjabascal10