Skip to content
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

Aws repackage to fix ccp #11783

Merged
merged 3 commits into from
Feb 14, 2025
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 @@ -17,7 +17,7 @@
"dataCollectionEndpoint": "{{dataCollectionEndpoint}}",
"dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}"
},
"destinationTable": "",
"destinationTable": "AWSWAF",
"dataFormat": {
"Format": "Json",
"IsCompressed": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Data Connectors": [
"Data Connectors/template_AWS.JSON",
"Data Connectors/template_AwsS3.JSON",
"Data Connectors/AWS_WAF_CCP/AwsS3_WAF_DataConnectorDefination.json"
"Data Connectors/AWS_WAF_CCP/AwsS3_WAF_DataConnectorDefinition.json"
],
"Workbooks": [
"Workbooks/AmazonWebServicesNetworkActivities.json",
Expand Down Expand Up @@ -110,7 +110,7 @@
"Hunting Queries/AWS_STStoLambda.yaml"
],
"BasePath": "C:\\One\\Azure\\Azure-Sentinel\\Solutions\\Amazon Web Services",
"Version": "3.0.3",
"Version": "3.0.5",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"StaticDataConnectorIds": [
Expand Down
Binary file added Solutions/Amazon Web Services/Package/3.0.5.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}
},
{
"name": "dataconnectors-link2",
"name": "dataconnectors-link3",
"type": "Microsoft.Common.TextBlock",
"options": {
"link": {
Expand Down
433 changes: 315 additions & 118 deletions Solutions/Amazon Web Services/Package/mainTemplate.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Solutions/Amazon Web Services/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.5 | 10-02-2025 | Repackaged to fix ccp grid showing only 1 record and rename of file |
| 3.0.4 | 13-12-2024 | Updated title of **Analytic Rule** - AWS_LogTampering.yaml |
| 3.0.3 | 27-05-2024 | Updated **Hunting Query** AWS_FailedBruteForceS3Bucket.yaml and **Analytic Rules** for missing TTP |
| 3.0.2 | 05-04-2024 | Updated awsS3 **Data connector**, added new Data Type CloudWatch |
Expand Down
Loading