Skip to content

Commit

Permalink
Merge pull request #9061 from esfateev/patch-2
Browse files Browse the repository at this point in the history
Update NRT_AuthenticationMethodsChangedforVIPUsers.yaml
  • Loading branch information
v-dvedak authored Sep 28, 2023
2 parents d6b4626 + 33f402e commit be54b51
Show file tree
Hide file tree
Showing 6 changed files with 8,002 additions and 7,590 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@
"templateName": "vimNetworkSessionMicrosoftMD4IoT.yaml",
"validationFailReason": "The name 'LocalPort' does not refer to any known column, table, variable or function."
},
{
"id": "29e99017-e28d-47be-8b9a-c8c711f8a903",
"templateName": "NRT_AuthenticationMethodsChangedforVIPUsers.yaml",
"validationFailReason": "The name 'User Principal Name' does not refer to any known column, table, variable or function"
},
{
"id": "078a6526-e94e-4cf1-a08e-83bc0186479f",
"templateName": "Anomalous AAD Account Manipulation.yaml",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
- AADSecOpsGuide
query: |
let security_info_actions = dynamic(["User registered security info", "User changed default security info", "User deleted security info", "Admin updated security info", "User reviewed security info", "Admin deleted security info", "Admin registered security info"]);
let VIPUsers = (_GetWatchlist('VIPUsers') | distinct ["User Principal Name"]);
let VIPUsers = (_GetWatchlist('VIPUsers') | distinct "User Principal Name");
AuditLogs
| where Category =~ "UserManagement"
| where ActivityDisplayName in (security_info_actions)
Expand All @@ -40,5 +40,5 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: IP
version: 1.0.1
version: 1.0.2
kind: NRT
Binary file modified Solutions/Azure Active Directory/Package/3.0.3.zip
Binary file not shown.
24 changes: 24 additions & 0 deletions Solutions/Azure Active Directory/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,30 @@
}
],
"steps": [
{
"name": "dataconnectors",
"label": "Data Connectors",
"bladeTitle": "Data Connectors",
"elements": [
{
"name": "dataconnectors1-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "This Solution installs the data connector for Azure Active Directory. You can get Azure Active Directory custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
}
},
{
"name": "dataconnectors-link2",
"type": "Microsoft.Common.TextBlock",
"options": {
"link": {
"label": "Learn more about connecting data sources",
"uri": "https://docs.microsoft.com/azure/sentinel/connect-data-sources"
}
}
}
]
},
{
"name": "workbooks",
"label": "Workbooks",
Expand Down
Loading

0 comments on commit be54b51

Please sign in to comment.