Skip to content

Commit

Permalink
Repackaged - UEBA Essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rusraut committed Sep 23, 2024
1 parent ab16f88 commit ef9a68d
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 445 deletions.
2 changes: 1 addition & 1 deletion Solutions/UEBA Essentials/Data/Solution_UEBA.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
"Metadata": "SolutionMetadata.json",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\UEBA Essentials",
"Version": "2.0.1",
"Version": "3.0.1",
"TemplateSpec": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ entityMappings:
fieldMappings:
- identifier: ResourceId
columnName: ResourceId
version: 2.0.0
version: 2.0.1
Binary file added Solutions/UEBA Essentials/Package/3.0.1.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions Solutions/UEBA Essentials/Package/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"config": {
"isWizard": false,
"basics": {
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Azure_Sentinel.svg\"width=\"75px\"height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \r \n • Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/UEBA%20Essentials/ReleaseNotes.md)\r \n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nThe Microsoft Sentinel UEBA content package will provide you with various queries based on UEBA tables, that allows you to hunt for tailored threat scenarios. You'll be able to investigate and search for anomalous activities over UEBA's enriched data, and get inspired to customize queries according to your own use-cases.\n\n**Important :** Some of the queries that are part of this solution, make use of [Built-in Watchlist Templates](https://docs.microsoft.com/azure/sentinel/watchlist-schemas) and will not work unless the corresponding watchlist is created. Other queries may requires changes to match your environment details.\n\n**Hunting Queries:** 23\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"description": "<img src=\"https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Logos/Azure_Sentinel.svg\"width=\"75px\"height=\"75px\">\n\n**Note:** Please refer to the following before installing the solution: \n\n• Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/UEBA%20Essentials/ReleaseNotes.md)\n\n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nThe Sentinel UEBA content package will provide you with various queries based on UEBA tables, that allows you to hunt for tailored threat scenarios. You'll be able to investigate and search for anomalous activities over UEBA's enriched data, and get inspired to customize queries according to your own use-cases.\n\n**Important :** Some of the queries that are part of this solution, make use of [Built-in Watchlist Templates](https://docs.microsoft.com/azure/sentinel/watchlist-schemas) and will not work unless the corresponding watchlist is created. Other queries may requires changes to match your environment details.\n\n**Hunting Queries:** 23\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)",
"subscription": {
"resourceProviders": [
"Microsoft.OperationsManagement/solutions",
Expand Down Expand Up @@ -152,7 +152,7 @@
"name": "huntingquery6-text",
"type": "Microsoft.Common.TextBlock",
"options": {
"text": "Account created in the last 7 days that is added to administrators group This hunting query depends on IdentityInfo data connector (IdentityInfo Parser or Table)"
"text": "Account created in the last 7 days that is added to administrators group This hunting query depends on BehaviorAnalytics data connector (IdentityInfo Parser or Table)"
}
}
]
Expand Down
Loading

0 comments on commit ef9a68d

Please sign in to comment.