SSLVerifierV2_ParseOutput
SSL Certificates Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Parses the output from the !SSLVerifierV2 automation into a markdown table and separate context key .
This automation uses the SSLVerifierV2 key by default, but a custom context key can be specified in the event extend-context is used with the SSLVerifierV2 automation.
Option to specify whether to output certificates with an expiring, warning, or good status (or all at once).
Option to specify whether or not to output the generated tables to the war room.
#
Script DataName | Description |
---|---|
Script Type | python3 |
#
InputsArgument Name | Description |
---|---|
SSLVerifierKey | The key from context containing the SSLVerifier Data (Defaults to SSLVerifier) |
StatusType | The status of certificate to extract (good (> 180 days), warning (<=180 days and > 90 days), expiring (<= 90 days)) |
OutputToWarRoom | Output the resulting tables to the war room? Default: true |
#
OutputsPath | Description | Type |
---|---|---|
SSLReport.Expiring | Certificates expiring in <= 90 days | unknown |
SSLReport.Good | Certificates expiring in > 180 days | Unknown |
SSLReport.Warning | Certificates expiring in > 90 days and <= 180 days | Unknown |