Skip to content

Commit

Permalink
make titles in ms365 policy unique (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <[email protected]>
  • Loading branch information
atomic111 authored Dec 5, 2023
1 parent bd30679 commit f4f0a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/mondoo-ms365-security.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ queries:
3. Users --> User settings --> App registrations set to NO
4. Save
- uid: mondoo-m365-security-enable-azure-ad-identity-protection-sign-in-risk-policies
title: Enable Azure AD Identity Protection sign-in
title: Enable Azure AD Identity Protection sign-in (SigninRiskPolicy)
impact: 80
mql: |
microsoft.security.latestSecureScores.controlScores.one( _['controlName'] == 'SigninRiskPolicy' && _['score'] == 7 )
Expand Down Expand Up @@ -627,7 +627,7 @@ queries:
* Conditions --> sign-in risk --> Yes in the right pane followed by the appropriate level.
5. Make sure that the policy is Enabled
- uid: mondoo-m365-security-enable-azure-ad-identity-protection-user-risk-policies
title: Enable Azure AD Identity Protection sign-in
title: Enable Azure AD Identity Protection sign-in (UserRiskPolicy)
impact: 100
mql: |
microsoft.security.latestSecureScores.controlScores.one( _['controlName'] == 'UserRiskPolicy' && _['score'] == 7 )
Expand Down

0 comments on commit f4f0a07

Please sign in to comment.