Set up the action connector for SonicWall to enable one-click containment in Radiant Security.
Summary
This configuration will establish a trusted relationship between Radiant Security and your SonicWall firewall to enabled automated and one-click execution tasks. This action connector supports the following automated actions:
- Block IP Address
At the end of this configuration, you will provide Radiant Security with these values:
- Administrator Username
- Administrator Password
- SonicWall Base URL (public IP)
Prerequisites
-
User Privileges:
SonicWALL Administrator
-
Network connectivity
Note: Radiant Security needs to be able to connect to the Firewall HTTPs management to be able to execute the actions. Radiant Security IP addresses are listed in the table below.
Radiant IPs |
100.21.80.201 |
52.11.97.167 |
35.164.70.154 |
Add an administrator in SonicWall
Create the action connector
- Login to Radiant Security.
- From the navigation menu, select Settings > Action Connectors and click + Add Connector to create a new action connector.
- Search for and select SonicWall API and then click Credentials.
- Under Credential Name, enter a credential name (use a descriptive name such as Sonicwall - Credentials).
- Under Required Credentials, add the information you obtained from SonicWall Firewall:
- Username: Administrator username
- Password: Adminiator password
- API Base URL: SonicWall Base URL (public IP/URL of the firewall)
- Click Add Connector to save your changes.
Authenticating on the API
SonicWall API uses Basic Authentication, so we need to encode the user and password as base64 following the format "user:password" and pass it on the Authorization header:
Example
user = admin
password = 12345
admin:12345 -> base64 encode -> YWRtaW46MTIzNDU=
Header:
Authorization: Basic YWRtaW46MTIzNDU=
We value your opinion. Did you find this article helpful? Share your thoughts by clicking here or reach to our Product and Customer Success teams at support@radiantsecurity.ai
Last updated: 2024-08-23