SbUpload Deprecated

Deprecated. Use Check Point Threat Emulation (SandBlast) instead. Query, upload and download data using Check Point Sandblast on cloud.

python · Check Point Sandblast Cloud Services (Deprecated)

Details

IDSbUpload
Languagepython
From Version5.0.0
Docker Imagedemisto/python:2.7.18.27799
Tagssandblast

README

Uses the Upload API to have a client application request that Check Point Threat Prevention modules scan and analyze a file. When a file is to the service, the file will be encrypted. The file is un-encrypted during analysis, and then deleted.

Script Data


Name Description
Script Type python
Tags sandblast

Dependencies


This script uses the following commands and scripts.

  • sb-upload

Inputs


Argument Name Description
file_name The name of the file. The service calculates the file name from the part name.
md5 The MD5 hash of the file to upload.
sha1 The SHA1 hash of the file to upload.
sha256 The SHA256 hash of the file to upload.
file_type The extension of the file. The service identifies the type of the file.
features The available features. The default is “te” and “av”.
images The array of the objects with ID and revision of available OS images.
reports The array of supported report formats. Can be, “pdf”, “xml”, or “tar”.
benign_reports By default, reports are returned only for malicious files. Mark this as true and get benign reports.
file_id The ID of the file.

Outputs


There are no outputs for this script.

commonfields:
  id: SbUpload
  version: -1
name: SbUpload
script: ''
type: python
subtype: python2
tags:
- sandblast
comment: Deprecated. Use Check Point Threat Emulation (SandBlast) instead. Query, upload and download data using Check Point Sandblast on cloud.
system: true
args:
- name: file_name
  required: true
  default: true
  description: File name - service calculates the file name from the part name
- name: md5
  description: The md5 to upload
- name: sha1
  description: The sha1 to upload
- name: sha256
  description: The sha256 to upload
- name: file_type
  description: File extension (although the service identifies the type)
- name: features
  auto: PREDEFINED
  predefined:
  - te
  - av
  - extraction
  - all
  description: Available features - default is te and av
- name: images
  description: Array of objects with id and revision of available OS images
- name: reports
  description: Array of supported report formats of - pdf | xml | tar
- name: benign_reports
  auto: PREDEFINED
  predefined:
  - 'true'
  - 'false'
  description: By default, reports are returned only for malicious files - you can mark this as true and get benign reports
- name: file_id
  required: true
  description: The file id
scripttarget: 0
timeout: 0s
dependson:
  must:
  - sandblast-upload
fromversion: 5.0.0
dockerimage: demisto/python:2.7.18.27799
tests:
- No tests (deprecated)
deprecated: true