Skip to content

Commit 64ffcd0

Browse files
authored
Update 7-design-for-identity-protection.md
1 parent a3ff4b8 commit 64ffcd0

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

learn-pr/wwl-azure/design-authentication-authorization-solutions/includes/7-design-for-identity-protection.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[Identity Protection](/azure/active-directory/identity-protection/overview-identity-protection) is a tool that allows organizations to accomplish three key tasks:
1+
[Microsoft Entra ID Protection](/azure/active-directory/identity-protection/overview-identity-protection) helps organizations detect, investigate, and remediate identity-based risks.
22

33
- [Automate the detection and remediation of identity-based risks](/azure/active-directory/identity-protection/howto-identity-protection-configure-risk-policies).
44

55
- [Investigate risks](/azure/active-directory/identity-protection/howto-identity-protection-investigate-risk) by using data in the Azure portal.
66

7-
- [Export risk detection data](/azure/sentinel/connect-azure-ad-identity-protection) to other tools.
7+
- [Export risk detection data](/azure/sentinel/connect-azure-ad-identity-protection) with Microsoft Sentinel data connector.
88

99
The signals that are generated and fed into Identity Protection can be exported to other tools. You learned how the Conditional Access tool can make decisions based on your organization's policies. By using Identity Protection, you can pass this information to a security information and event management (SIEM) tool for more investigation.
1010

@@ -34,10 +34,15 @@ As the CTO of Tailwind Traders, you'd like to know how Identity Protection can b
3434

3535
- **Atypical travel**: Two sign-ins from the same user that originate from a geographically distant location. Given past behavior, at least one of the locations might also be atypical for the user.
3636

37-
- **Malware-linked IP address**: An infected IP address sign-in known to actively communicate with a bot server.
37+
- **Malicious IP address**: Sign-in from an IP with high failure rates due to invalid credentials or known bad IP reputation.
3838

3939
- **Password spray**: A password spray attack where a bad actor tries to defeat lockout and detection by attempting sign-in with different user names and the same password.
4040

41+
- **Anomalous token**: Abnormal token characteristics, such as unusual lifetime or token played from an unfamiliar location.
42+
43+
- **Verified threat actor IP**: Sign-in from an IP associated with known nation-state or cybercriminal threat actors.
44+
45+
4146
### Things to consider when using Identity Protection
4247

4348
Tailwind Traders decides to implement Identity Protection into their security solution. Review these options that can enhance your strategy.

0 commit comments

Comments
 (0)