Service (Detection)

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

connector:
  # ...
  detection: # <object>
    # ...
    criteria: # <object-array>
    - type: service
      name: # <string>

Input Properties

Input Property Description
name Regular expression that must match the name of a service currently running on the monitored system

Example

connector:
  detection:
    criteria:
    - type: service
      name: TWGIPC
No results.