SnmpDetection Deprecated
Deprecated. No available replacement.
python · Cortex Attack Surface Management
Details
| ID | SnmpDetection |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.10.10.48392 |
README
Checks to see if SNMP is enabled on the IP address provided.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.5.0 |
Used In
This script is used in the following playbooks and scripts.
Cortex ASM - SNMP Check
Inputs
| Argument Name | Description |
|---|---|
| ip_address | IP address. |
| time_out | Request timeout value, in seconds. Default value is 3 seconds. |
Outputs
| Path | Description | Type |
|---|---|---|
| SnmpDetection | Displays if SNMP version is enabled and gets the versions running. | Unknown |
args: - description: IP address. name: ip_address required: true - default: true defaultValue: "3" description: Request timeout value, in seconds. Default value is 3 seconds. name: time_out comment: Deprecated. No available replacement. commonfields: id: SnmpDetection version: -1 dockerimage: demisto/python3:3.10.10.48392 enabled: true deprecated: true name: SnmpDetection outputs: - contextPath: SnmpDetection description: Checks if SNMP version is enabled and gets the versions running runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.5.0 tests: - No tests (auto formatted)