Forum Discussion

igventurelli's avatar
igventurelli
Copper Contributor
Jun 09, 2020
Solved

ID of the Resource that generated the Secure Score Control

How can I identify what resource is the one that generated a specific Control Score?


For example, consider the payload:

{
  "controlCategory": "Identity",
  "controlName": "BlockLegacyAuthentication",
  "description": "Today, most compromising sign-in attempts come from legacy authentication. Older office clients such as Office 2010 don’t support modern authentication and use legacy protocols such as IMAP, SMTP, and POP3. Legacy authentication does not support multi-factor authentication (MFA). Even if an MFA policy is configured in your environment, bad actors can bypass these enforcements through legacy protocols.\n\nYou have 6 of 6 users that don't have legacy authentication blocked.",
  "score": 0,
  "total": "6",
  "count": "6"
}

How do I know which users have problems?

Thanks!

  • igventurelli Currently there is no ResourceId property that is mapped to secureScoreControlProfile entity yet, and we are continuing looking into enriching the entity. Meanwhile, you can leverage the actionURL and other fields returned from Get one SecureScoreControlProfie action to view all related information about the control profile.

  • igventurelli Currently there is no ResourceId property that is mapped to secureScoreControlProfile entity yet, and we are continuing looking into enriching the entity. Meanwhile, you can leverage the actionURL and other fields returned from Get one SecureScoreControlProfie action to view all related information about the control profile.

Resources