How to mitigate the potential risks associated with the use of Azure REST API in user applications/scripts?

Peizhu S 20 Reputation points
2024-01-02T16:05:21.07+00:00

I would like to try Azure REST API to extract and export purview data to satisfy some special user requirements. Could anyone share your assessment of the potential risk level associated with using the Azure/Purview REST API in user applications/scripts? Any recommendations to mitigate these risks would be very much appreciated!

Microsoft Security | Microsoft Purview
{count} votes

1 answer

Sort by: Most helpful
  1. Rakshitha R 0 Reputation points
    2024-01-02T16:14:39.86+00:00

    **
    Potential Risks:**

    1. Unauthorized Access
    2. Data Exposure
    3. Insecure Authentication

    Mitigation Recommendations:

    1. Secure Authentication (e.g., Azure AD)
    2. Use HTTPS for Encryption
    3. Implement Authorization Controls
    4. Apply Data Encryption (at rest and in transit)
    5. Monitoring and Logging
    6. Regular Audits and Assessments
    7. Rate Limiting for API Requests
    8. User Education on Secure Practices
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.