Details
| ID | AlgosecGetNetworkObject |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Algosec |
README
Finds network objects related to the IP address.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Algosec |
Dependencies
This script uses the following commands and scripts.
- algosec-get-network-object
Inputs
| Argument Name | Description |
|---|---|
| address | The IP address/Subnet to search. |
| type | The search method for the address. The default is INTERSECT. |
Outputs
There are no outputs for this script.
commonfields: id: AlgosecGetNetworkObject version: -1 name: AlgosecGetNetworkObject script: '' type: python subtype: python3 tags: - Algosec comment: Find network objects related to IP address. system: true args: - name: address required: true default: true description: The IP/Subnet to search. - name: type auto: PREDEFINED predefined: - INTERSECT - CONTAINED - CONTAINING - EXACT description: The search method for the address (default is INTERSECT). scripttarget: 0 timeout: 0s dependson: must: - algosec-get-network-object fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted)