Skip to main content

SSLVerifierV2_ParseOutput

This Script is part of the SSL Certificates Pack.#

Supported 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 Data#


NameDescription
Script Typepython3

Inputs#


Argument NameDescription
SSLVerifierKeyThe key from context containing the SSLVerifier Data (Defaults to SSLVerifier)
StatusTypeThe status of certificate to extract (good (> 180 days), warning (<=180 days and > 90 days), expiring (<= 90 days))
OutputToWarRoomOutput the resulting tables to the war room? Default: true

Outputs#


PathDescriptionType
SSLReport.ExpiringCertificates expiring in <= 90 daysunknown
SSLReport.GoodCertificates expiring in > 180 daysUnknown
SSLReport.WarningCertificates expiring in > 90 days and <= 180 daysUnknown