Skip to content

Commit

Permalink
Merge pull request #11522 from Azure/v-sabiraj-AWSrulenamechange
Browse files Browse the repository at this point in the history
Updated the Rule name as it was duplicate
  • Loading branch information
v-prasadboke authored Dec 13, 2024
2 parents f372d27 + 55bd6ea commit 6cc0fed
Show file tree
Hide file tree
Showing 6 changed files with 481 additions and 512 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: 633a91df-d031-4b6e-a413-607a61540559
name: Changes made to AWS CloudTrail logs
name: Tampering to AWS CloudTrail logs
description: |
'Attackers often try to hide their steps by deleting or stopping the collection of logs that could show their activity.
This alert identifies any manipulation of AWS CloudTrail, Cloudwatch/EventBridge or VPC Flow logs.
Expand Down Expand Up @@ -45,5 +45,5 @@ entityMappings:
fieldMappings:
- identifier: Address
columnName: SourceIpAddress
version: 1.0.3
version: 1.0.4
kind: Scheduled
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,6 @@
"state": "enabled"
}
},
"auth": {
"type": "APIKey",
"ApiKey": "{{ApiToken}}",
"ApiKeyName": "Authorization",
"ApiKeyIdentifier": "Bearer"
},
"request": {
"apiEndpoint": "[[format('{0}/api/v1/signinattempts', {{baseUrl}})]",
"httpMethod": "Post",
"queryWindowInMin": 5,
"queryTimeFormat": "yyyy-MM-ddTHH:mm:ssZ",
"rateLimitQps": 1,
"retryCount": 3,
"timeoutInSeconds": 60,
"headers": {
"Content-Type": "application/json"
},
"queryParametersTemplate": "{\"limit\": 1000, \"start_time\": \"{_QueryWindowStartTime}\", \"end_time\": \"{_QueryWindowEndTime}\" }",
"isPostPayloadJson": true
},
"response": {
"format": "json",
"eventsJsonPaths": [
"$.items"
]
},
"paging": {
"pagingType": "NextPageToken",
"nextPageParaName": "cursor",
"nextPageTokenJsonPath": "$.cursor",
"hasNextFlagJsonPath": "$.has_more"
},
"dcrConfig": {
"streamName": "SENTINEL_AWSWAF",
"dataCollectionEndpoint": "{{dataCollectionEndpoint}}",
Expand Down
Binary file added Solutions/Amazon Web Services/Package/3.0.4.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
{
"name": "analytic29",
"type": "Microsoft.Common.Section",
"label": "Changes made to AWS CloudTrail logs",
"label": "Tampering to AWS CloudTrail logs",
"elements": [
{
"name": "analytic29-text",
Expand Down
Loading

0 comments on commit 6cc0fed

Please sign in to comment.