Skip to content

Commit 6cc0fed

Browse files
authored
Merge pull request #11522 from Azure/v-sabiraj-AWSrulenamechange
Updated the Rule name as it was duplicate
2 parents f372d27 + 55bd6ea commit 6cc0fed

File tree

6 files changed

+481
-512
lines changed

6 files changed

+481
-512
lines changed

Solutions/Amazon Web Services/Analytic Rules/AWS_LogTampering.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: 633a91df-d031-4b6e-a413-607a61540559
2-
name: Changes made to AWS CloudTrail logs
2+
name: Tampering to AWS CloudTrail logs
33
description: |
44
'Attackers often try to hide their steps by deleting or stopping the collection of logs that could show their activity.
55
This alert identifies any manipulation of AWS CloudTrail, Cloudwatch/EventBridge or VPC Flow logs.
@@ -45,5 +45,5 @@ entityMappings:
4545
fieldMappings:
4646
- identifier: Address
4747
columnName: SourceIpAddress
48-
version: 1.0.3
48+
version: 1.0.4
4949
kind: Scheduled

Solutions/Amazon Web Services/Data Connectors/AWS_WAF_CCP/AwsS3_WAF_PollingConfig.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,6 @@
1212
"state": "enabled"
1313
}
1414
},
15-
"auth": {
16-
"type": "APIKey",
17-
"ApiKey": "{{ApiToken}}",
18-
"ApiKeyName": "Authorization",
19-
"ApiKeyIdentifier": "Bearer"
20-
},
21-
"request": {
22-
"apiEndpoint": "[[format('{0}/api/v1/signinattempts', {{baseUrl}})]",
23-
"httpMethod": "Post",
24-
"queryWindowInMin": 5,
25-
"queryTimeFormat": "yyyy-MM-ddTHH:mm:ssZ",
26-
"rateLimitQps": 1,
27-
"retryCount": 3,
28-
"timeoutInSeconds": 60,
29-
"headers": {
30-
"Content-Type": "application/json"
31-
},
32-
"queryParametersTemplate": "{\"limit\": 1000, \"start_time\": \"{_QueryWindowStartTime}\", \"end_time\": \"{_QueryWindowEndTime}\" }",
33-
"isPostPayloadJson": true
34-
},
35-
"response": {
36-
"format": "json",
37-
"eventsJsonPaths": [
38-
"$.items"
39-
]
40-
},
41-
"paging": {
42-
"pagingType": "NextPageToken",
43-
"nextPageParaName": "cursor",
44-
"nextPageTokenJsonPath": "$.cursor",
45-
"hasNextFlagJsonPath": "$.has_more"
46-
},
4715
"dcrConfig": {
4816
"streamName": "SENTINEL_AWSWAF",
4917
"dataCollectionEndpoint": "{{dataCollectionEndpoint}}",
63.9 KB
Binary file not shown.

Solutions/Amazon Web Services/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
{
553553
"name": "analytic29",
554554
"type": "Microsoft.Common.Section",
555-
"label": "Changes made to AWS CloudTrail logs",
555+
"label": "Tampering to AWS CloudTrail logs",
556556
"elements": [
557557
{
558558
"name": "analytic29-text",

0 commit comments

Comments
 (0)