Process (Detection)

The goal of this part is to see how to define process criteria.

connector:
  # ...
  detection: # <object>
    # ...
    criteria: # <object-array>
    - type: process
      commandLine: # <string>

Input Properties

Input Property Description
commandLine Regular expression that should match the command line of a process currently running on the monitored system

Example

connector:
  detection:
    criteria:
    - type: process
      processCommandLine: naviseccli -help
No results.