Skip to content

Commit 5311001

Browse files
authored
XSUP-65465: Add il-central-1 (Israel) region to AWS Security Hub integrations (demisto#43582)
1 parent af1c965 commit 5311001

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

Packs/AWS-SecurityHub/Integrations/AWSSecurityHubEventCollector/AWSSecurityHubEventCollector.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ configuration:
2727
- sa-east-1
2828
- eu-north-1
2929
- eu-west-3
30+
- il-central-1
3031
- us-gov-east-1
3132
- us-gov-west-1
3233
type: 15
@@ -131,7 +132,7 @@ script:
131132
name: end_time
132133
description: Fetch events from AWS Security Hub.
133134
name: aws-securityhub-get-events
134-
dockerimage: demisto/boto3py3:1.0.0.5295752
135+
dockerimage: demisto/boto3py3:1.0.0.7704170
135136
isfetchevents: true
136137
script: '-'
137138
subtype: python3

Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/AWS_SecurityHub.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ configuration:
3838
- sa-east-1
3939
- eu-north-1
4040
- eu-west-3
41+
- il-central-1
4142
- us-gov-east-1
4243
- us-gov-west-1
4344
type: 15
@@ -54,6 +55,7 @@ configuration:
5455
name: credentials
5556
type: 9
5657
displaypassword: Secret Key
58+
section: Connect
5759
required: false
5860
- display: Access Key
5961
name: access_key
@@ -2080,7 +2082,7 @@ script:
20802082
description: The UTC timestamp in seconds since the last update. The incident is only updated if it was modified after the last update time.
20812083
- name: get-mapping-fields
20822084
description: Returns the list of fields to map in outgoing mirroring. This command is only used for debugging purposes.
2083-
dockerimage: demisto/boto3py3:1.0.0.3575453
2085+
dockerimage: demisto/boto3py3:1.0.0.7704170
20842086
isfetch: true
20852087
ismappable: true
20862088
isremotesyncin: true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
#### Integrations
3+
4+
##### AWS Security Hub Event Collector
5+
6+
- Added the **il-central-1** (Israel / Tel Aviv) region to the *AWS Default Region* dropdown.
7+
- Updated the Docker image to: *demisto/boto3py3:1.0.0.7704170*.
8+
9+
##### AWS - Security Hub
10+
11+
- Added the **il-central-1** (Israel / Tel Aviv) region to the *AWS Default Region* dropdown.
12+
- Updated the Docker image to: *demisto/boto3py3:1.0.0.7704170*.

Packs/AWS-SecurityHub/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "AWS - Security Hub",
33
"description": "Amazon Web Services Security Hub Service.",
44
"support": "xsoar",
5-
"currentVersion": "1.3.47",
5+
"currentVersion": "1.3.48",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

Tests/conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6145,7 +6145,8 @@
61456145
"SaasSecurity-Test": "blocked by SCA-8028",
61466146
"Mail-Listener Test Playbook": " invalid creds CRTX-171878",
61476147
"DbotPredictOufOfTheBoxTest": "Script DBotPredictOutOfTheBox is deprecated",
6148-
"Gmail Single User - Test": "CIAC-11417"
6148+
"Gmail Single User - Test": "CIAC-11417",
6149+
"AWS-securityhub Test": "The creds were expired CRTX-237114"
61496150
},
61506151
"skipped_integrations": {
61516152
"qualys_fim": "No Instance",

0 commit comments

Comments
 (0)