> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Security guide

### Data and network security

* All traffic to and from the Superblocks is encrypted using TLS 1.2, 1.3
* All data on the Superblocks platform is encrypted at rest using AES-256 encryption
* Superblocks servers are hosted in AWS across US and EU regions on SOC 2 and ISO 27001 certified infrastructure
* Superblocks resources (Applications, APIs, Workflows, Integrations, Audit Logs) are stored in encrypted and network-protected databases with limited internal access

### IP Addresses

The following IP addresses must be added to an allowlist in order for Superblocks to connect to your configured integrations.

| NAT hostname           | Current DNS                                                    | Last Recorded IPs                                                                                                                                                                       |
| ---------------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| nat.superblocks.com    | [A Records](https://dnsjson.com/nat.superblocks.com/A.json)    | `107.22.228.244`<br />`3.93.101.124`<br />`34.209.17.50`<br />`34.227.169.51`<br />`35.155.119.178`<br />`35.171.116.214`<br />`35.86.18.137`<br />`44.232.244.93`<br />`54.148.33.216` |
| nat.eu.superblocks.com | [A Records](https://dnsjson.com/nat.eu.superblocks.com/A.json) | `13.50.50.66`<br />`13.50.81.30`<br />`13.51.231.18`<br />`52.17.136.219`<br />`54.220.65.107`<br />`99.81.159.1`                                                                       |

While we do our best to never change these addresses, the best way to keep an updated allowlist is to use the current A records for the NAT hostname shown above, utilizing tools such as dig:

```bash theme={null}
dig +short nat.superblocks.com | sort
```

or by using an API like dnsjson.com:

```bash theme={null}
curl -s https://dnsjson.com/nat.superblocks.com/A.json | jq '.results.records|sort'
```

### Superblocks deployment options

See details in the [enterprise deployment overview](/enterprise/deployment-overview).
