Palo Alto Traps ESM (Beta) Deprecated

Deprecated. Use CortexXDR instead.

Endpoint · Palo Alto Networks Traps (Deprecated)

Details

IDPalo Alto Traps ESM (Beta)
ProviderPalo Alto Networks
CategoryEndpoint
From Version5.0.0
Docker Imagedemisto/btfl-soup:1.0.0.925

Configuration parameters

  • url — URL of Traps ESM Server (required)
  • username — Username of Account to be used.
  • password — Password of Account to be used.

Commands (2)

  • traps-esm-hash-detail

    Retrieve details about a specific hash

  • traps-esm-override-hash-verdict

    Override a verdict for a specific hash.

category: Endpoint
provider: Palo Alto Networks
commonfields:
  id: Palo Alto Traps ESM (Beta)
  version: -1
configuration:
- display: URL of Traps ESM Server
  name: url
  required: true
  type: 0
- display: Username of Account to be used.
  name: username
  type: 0
  required: false
- display: Password of Account to be used.
  name: password
  type: 4
  required: false
description: |-
  Deprecated. Use CortexXDR instead.
display: Palo Alto Traps ESM (Deprecated)
name: Palo Alto Traps ESM (Beta)
deprecated: true
beta: true
script:
  commands:
  - arguments:
    - name: hash
      required: true
      description: ''
    description: Retrieve details about a specific hash
    name: traps-esm-hash-detail
  - arguments:
    - description: Hash to be changed.
      name: hash
      required: true
    - auto: PREDEFINED
      description: Verdict of the hash.
      name: verdict
      predefined:
      - Benign
      - Malware
      required: true
    description: Override a verdict for a specific hash.
    name: traps-esm-override-hash-verdict
  runonce: false
  script: ''
  type: python
  subtype: python3
  dockerimage: demisto/btfl-soup:1.0.0.925
tests:
- no test
fromversion: 5.0.0