-
Notifications
You must be signed in to change notification settings - Fork 122
Data - 35038 - Insider Risk Management Policies Enabled for Risky AI Usage #770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a new security assessment test for Microsoft 365 environments that verifies whether Insider Risk Management (IRM) policies with Adaptive Protection are enabled to detect and prevent risky AI usage and insider threats.
Changes:
- Added new PowerShell test function to check if IRM policies are enabled with Adaptive Protection (OptInDrpForDlp)
- Added comprehensive documentation with remediation steps for configuring IRM policies
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/powershell/tests/Test-Assessment.35038.ps1 | Implements the assessment test that queries IRM policies and checks for Adaptive Protection enablement |
| src/powershell/tests/Test-Assessment.35038.md | Provides detailed documentation and remediation guidance for enabling IRM policies with Adaptive Protection |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
alexandair
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@praneeth-0000 Please, address my feedback.
|
Hi @alexandair , I've resolved the issues. Could you please review this again? |
alexandair
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SagarSathe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Insider Risk Management Policies Enabled for Risky AI Usage