Block File - Generic Deprecated Hidden

Deprecated. Use "Block File - Generic v2" playbook instead. A generic playbook for blocking files from running on endpoints. This playbook currently supports Carbon Black Enterprise Response.

Deprecated Content (Deprecated) · 3 tasks · 1 input · 3 outputs

Details

IDblock_file_-_generic
From Version5.0.0
Tasks3

README

DEPRECATED. Use “Block File - Generic v2” playbook instead. Blocks files from running on endpoints. This playbook currently supports Carbon Black Enterprise Response.

Dependencies

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks

  • Block File - Carbon Black Response

Integrations

This playbook does not use any integrations.

Scripts

This playbook does not use any scripts.

Commands

This playbook does not use any commands.

Playbook Inputs


Name Description Default Value Required
MD5 The MD5 hash of the file you want to block. ${File.MD5} Optional

Playbook Outputs


Path Description Type
CbResponse.BlockedHashes.LastBlock.Time The last block time. unknown
CbResponse.BlockedHashes.LastBlock.Hostname The last block hostname. unknown
CbResponse.BlockedHashes.LastBlock.CbSensorID The last block sensor ID. unknown

Playbook Image


Block_File_Generic

Inputs

  • MD5 — The MD5 hash of the file you want to block.

Outputs

  • CbResponse.BlockedHashes.LastBlock.Time — Last block time
  • CbResponse.BlockedHashes.LastBlock.Hostname — Last block hostname
  • CbResponse.BlockedHashes.LastBlock.CbSensorID — Last block sensor ID

Flowchart

Start Start Block File - Carbon Black Response - Block File - Carbon Black Response Block File - Carbon Black... Block File - Carbon Black Res... Done Done
id: block_file_-_generic
version: -1
name: Block File - Generic
fromversion: 5.0.0
description: Deprecated. Use "Block File - Generic v2" playbook instead. A generic playbook for blocking files from running on endpoints. This playbook currently supports Carbon Black Enterprise Response.
starttaskid: "0"
hidden: true
tasks:
  "0":
    id: "0"
    taskid: 49ac9316-5f77-48f9-8d21-9f05c335c2e4
    type: start
    task:
      id: 49ac9316-5f77-48f9-8d21-9f05c335c2e4
      version: -1
      name: ""
      description: ""
      iscommand: false
      brand: ""
    nexttasks:
      '#none#':
      - "2"
    separatecontext: false
    view: |-
      {
        "position": {
          "x": 450,
          "y": 50
        }
      }
    note: false
  "2":
    id: "2"
    taskid: e3fbf02a-78a1-4329-837e-a6116bcf92af
    type: playbook
    task:
      id: e3fbf02a-78a1-4329-837e-a6116bcf92af
      version: -1
      name: Block File - Carbon Black Response
      description: ""
      playbookName: Block File - Carbon Black Response
      type: playbook
      iscommand: false
      brand: ""
    nexttasks:
      '#none#':
      - "3"
    scriptarguments:
      MD5:
        complex:
          root: inputs.MD5
    separatecontext: true
    loop:
      iscommand: false
      exitCondition: ""
      wait: 1
    view: |-
      {
        "position": {
          "x": 450,
          "y": 200
        }
      }
    note: false
  "3":
    id: "3"
    taskid: fceba42b-c11f-4521-8b0a-f86d410adc0e
    type: title
    task:
      id: fceba42b-c11f-4521-8b0a-f86d410adc0e
      version: -1
      name: Done
      description: ""
      type: title
      iscommand: false
      brand: ""
    separatecontext: false
    view: |-
      {
        "position": {
          "x": 450,
          "y": 370
        }
      }
    note: false
view: |-
  {
    "linkLabelsPosition": {},
    "paper": {
      "dimensions": {
        "height": 385,
        "width": 380,
        "x": 450,
        "y": 50
      }
    }
  }
inputs:
- key: MD5
  value:
    simple: ${File.MD5}
  required: false
  description: The MD5 hash of the file you want to block.
outputs:
- contextPath: CbResponse.BlockedHashes.LastBlock.Time
  description: Last block time
- contextPath: CbResponse.BlockedHashes.LastBlock.Hostname
  description: Last block hostname
- contextPath: CbResponse.BlockedHashes.LastBlock.CbSensorID
  description: Last block sensor ID
tests:
- No test - Deprecated playbook
deprecated: true