To Understand the Secure score in security

Ajay m 0 Reputation points
2024-07-24T13:16:41.8366667+00:00

How can I use which APIs to retrieve recommended actions, status, regression, and information on Microsoft update in secure score? How to get the Status ,regressed and Microsoft update

User's image

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,447 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,282 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,632 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 23,216 Reputation points Microsoft Employee
    2024-07-25T21:23:41.71+00:00

    Hi @Ajay m , you can use the REST API. You can use the Secure Scores API to get the score for a specific subscription and list the security controls and the current score of your subscriptions.

    To get the status and regression information, you can use the Secure Scores API to retrieve the current score and the maximum score for a subscription and then compare the current score with the maximum score to determine the status and regression information.

    The Secure Scores API does not provide information on Microsoft updates but you should be able to use Azure Security Center for that.

    Please let me know if you have any questions and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James