Skip to content

Commit a5d5473

Browse files
Adding IP Whitelist for Automation Service and Cloud SOAR (#5168)
* Adding IP Whitelist for Automation Service * Create reuse file --------- Co-authored-by: John Pipkin <[email protected]>
1 parent b6b18f9 commit a5d5473

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

docs/cloud-soar/overview.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar_label: Overview
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
import StaticIpAddresses from '../reuse/static-ips-automation-service.md';
89

910
Cloud SOAR fully automates triage, investigation, and remediation of threats for any security professional. The open integrations framework allows you to connect to a multitude of third-party applications. The platform provides full incident response lifecycle management with machine learning and threat hunting, accelerating mean time to respond (MTTR).
1011

@@ -437,3 +438,9 @@ If you need to follow HIPAA compliance, it is important to explicitly communicat
437438
You can request retention period times different from those declared in the tables above, as long as the retention period requested is greater than 1 day yet less than 5000 days.
438439

439440
In order to do that, please open a [Support ticket](/docs/get-started/help#support) with your request.
441+
442+
## Static IP addresses
443+
444+
The following table provides the static IP addresses used for Cloud SOAR by deployment. These are provided in case you want to explicitly allow the IP addresses on the integrations you install.
445+
446+
<StaticIpAddresses/>

docs/platform-services/automation-service/about-automation-service.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description: Get an overview of how the Automation Service allows you to automat
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99
import ActionsLimitQuery from '../../reuse/actions-limit-query.md';
10+
import StaticIpAddresses from '../../reuse/static-ips-automation-service.md';
1011

1112
The Automation Service allows you to set up actions that run automatically when certain conditions are met in Sumo Logic. These automated actions help you to respond quickly to a wide arrange of events.
1213

@@ -101,3 +102,9 @@ To prevent abuse of system resources or runaway processes, the Automation Servic
101102
<ActionsLimitQuery/>
102103

103104
Each execution of Custom, Notification, Enrichment, Daemon, Scheduled, and Trigger Actions counts toward the actions limit. User Choice, IF, and Task actions do not count toward the actions limit.
105+
106+
## Static IP addresses
107+
108+
The following table provides the static IP addresses used for the Automation Service by deployment. These are provided in case you want to explicitly allow the IP addresses on the integrations you install.
109+
110+
<StaticIpAddresses/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
| Deployment | Static IP addresses |
2+
|:------------|:----------|
3+
| AU | 13.237.251.71 |
4+
| CA | 15.222.181.69 |
5+
| DE | 18.184.129.195 |
6+
| EU | 63.34.175.126 |
7+
| IN | 3.6.125.57 |
8+
| JP | 18.178.171.229 |
9+
| KR | 43.202.239.158 |
10+
| US1 | 3.220.183.150 |
11+
| US2 | 44.241.8.12 |

0 commit comments

Comments
 (0)