Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Playbooks/SendEmailOnRSAIDPlusAlert/azuredeploy.json"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\RSAIDPlus_AdminLogs_Connector",
"Version": "3.0.0",
"Version": "3.0.1",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true
}
Binary file modified Solutions/RSAIDPlus_AdminLogs_Connector/Package/3.0.0.zip
Binary file not shown.
22 changes: 11 additions & 11 deletions Solutions/RSAIDPlus_AdminLogs_Connector/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"variables": {
"_solutionName": "RSAIDPlus_AdminLogs_Connector",
"_solutionVersion": "3.0.0",
"solutionId": "rsasecurity1687281258544.azure-sentinel-solution-rsa_id_plus_admin_log_connector",
"solutionId": "rsasecurity1687281258544.azure-sentinel-solution-rsa_id_plus_admin_log",
"_solutionId": "[variables('solutionId')]",
"analyticRuleObject1": {
"analyticRuleVersion1": "1.0.0",
Expand Down Expand Up @@ -125,26 +125,26 @@
{
"fieldMappings": [
{
"identifier": "Address",
"columnName": "sourceIPAddress"
"columnName": "sourceIPAddress",
"identifier": "Address"
}
],
"entityType": "IP"
},
{
"fieldMappings": [
{
"identifier": "Name",
"columnName": "adminUserName"
"columnName": "adminUserName",
"identifier": "Name"
}
],
"entityType": "Account"
},
{
"fieldMappings": [
{
"identifier": "HostName",
"columnName": "customerName"
"columnName": "customerName",
"identifier": "HostName"
}
],
"entityType": "Host"
Expand All @@ -154,9 +154,9 @@
"aggregationKind": "SingleAlert"
},
"customDetails": {
"Administrator_Type": "adminUserRole",
"Customer_Name": "customerName",
"Administrator": "adminUserName",
"Administrator_Type": "adminUserRole",
"Activity": "activityKey"
},
"alertDetailsOverride": {
Expand All @@ -166,9 +166,9 @@
"incidentConfiguration": {
"groupingConfiguration": {
"reopenClosedIncident": false,
"lookbackDuration": "2h",
"matchingMethod": "AllEntities",
"enabled": true,
"lookbackDuration": "2h"
"enabled": true
},
"createIncident": true
}
Expand Down Expand Up @@ -1174,7 +1174,7 @@
"RSA ID Plus",
"Email"
],
"lastUpdateTime": "2025-10-16T16:24:38.476Z",
"lastUpdateTime": "2025-10-23T02:04:08.746Z",
"releaseNotes": {
"version": "1.0",
"title": "[variables('blanks')]",
Expand Down
3 changes: 2 additions & 1 deletion Solutions/RSAIDPlus_AdminLogs_Connector/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|----------------------------------------|
| 3.0.0 | 14-10-2025 | Initial Solution Release. |
| 3.0.1 | 23-10-2025 | Updating offerId |
| 3.0.0 | 14-10-2025 | Initial Solution Release. |
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"SolutionName": "RSA ID Plus Admin Logs Connector",
"SolutionAuthor": "RSA Security",
"SolutionVersion": "3.0.0",
"SolutionVersion": "3.0.1",
"publisherId": "rsasecurity1687281258544",
"offerId": "azure-sentinel-solution-rsa_id_plus_admin_log_connector",
"offerId": "azure-sentinel-solution-rsa_id_plus_admin_log",
"firstPublishDate": "2025-10-14",
"PackageIcon": "logo.swg",
"providers": [
Expand Down