POST /Command/IsIPInRange
Checks if an IP address is within the range of a lower IP and an upper IP
Request
Authentication: API keys or JSON web tokens (JWT)
Body Parameters
|
Parameter Name |
Type |
Required/Optional |
Description |
|---|---|---|---|
|
Username |
|
Required |
The username of your D3 SOAR account. |
|
Site |
|
Required |
The D3 SOAR site to run the remote command. |
|
IP Address |
|
Required |
IP Address to check |
|
Lower IP Address |
|
Required |
IP Address as start of a range |
|
Upper IP Address |
|
Required |
IP Address as end of a range |