UiPath Security Banking

  1. How do you ensure data security and compliance while automating a process?
    How we get aligned with the banking security protocols while developing a process?
    What are the best practices while dealing with banking data !!

@Ritaman_Baral

Best practice would be avoid log message to log any sensitive information.

If you are adding any sensitive information to orchestrator be it queue item or storage make sure to encrypt it and then store.

Thanks,
Ashok :slightly_smiling_face:

Hi @Ritaman_Baral ,

Role-Based Access Control (RBAC): Restrict access to sensitive data and processes based on user roles.
Sensitive Data Masking: Mask/encrypt sensitive data in logs, reports, and during data processing.
Storing credentials in Orch as assets and retrieving accordingly when need in process
Removing screenshot in activities during the automation development

For banking clients below are the best practices:

  1. Storing credentials in assets.
  2. Storing the queue item related data in a separate excel file that will be stored in client provided secured shared location instead of adding to queue item. If not using data services with encryption (Cryptography activities) and deleteing after successful processing.
  3. Do not log any sensitive information
  4. Do not save any screenshots that have sensitive information
  5. Maintaining a separate orchestractor folder with role based restriction to folders.
  6. Do not attach exception screenshot via email as it might reveal client sensitive information instead store in client secured shared location.

@Ritaman_Baral

  1. Do not save any sensitive data or pii data
  2. Always make sure to encrypt data if adding to queue
  3. Avoid logging any sentitive information
  4. Check the infosec rules specific to the client we are working for

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.