URLSSLVerification

Verify URL SSL certificate.

python · Common Scripts

Details

IDURLSSLVerification
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagsurl Enrichment

README

Verifies the URL’s/URL redirect chain for SSL certificate.

Script Data


Name Description
Script Type python
Tags url, Enrichment

Inputs


Argument Name Description
url Comma separated list of URLs to verify.

Outputs


Path Description Type
URL The URL object. Unknown
URL.Data The URL address. string
URL.Malicious The malicious description. Unknown
DBotScore The DBotScore object. Unknown
DBotScore.Indicator The indicator. string
DBotScore.Type The indicator’s type. string
DBotScore.Vendor The reputation vendor. string
DBotScore.Score The reputation score. number
commonfields:
  id: URLSSLVerification
  version: -1
name: URLSSLVerification
script: ''
type: python
subtype: python3
tags:
- url
- Enrichment
comment: Verify URL SSL certificate.
system: true
args:
- name: url
  required: true
  default: true
  description: Comma separated list of URLs to verify.
  isArray: true
- auto: PREDEFINED
  defaultValue: 'false'
  description: Set the URL as suspicious in case it starts with HTTP and not HTTPS.
  name: set_http_as_suspicious
  predefined:
  - 'false'
  - 'true'
outputs:
- contextPath: URL
  description: The URL object.
- contextPath: URL.Data
  description: The URL address.
  type: string
- contextPath: URL.Malicious
  description: The malicious description.
- contextPath: DBotScore
  description: The DBotScore object.
- contextPath: DBotScore.Indicator
  description: The indicator.
  type: string
- contextPath: DBotScore.Type
  description: The indicator's type.
  type: string
- contextPath: DBotScore.Vendor
  description: The reputation vendor.
  type: string
- contextPath: DBotScore.Score
  description: The reputation score.
  type: number
scripttarget: 0
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10404775
tests:
- No tests (auto formatted)