| currentRule | Show information about the passive scan rule currently being run (if any). |
| maxAlertsPerRule | Gets the maximum number of alerts a passive scan rule should raise. |
| recordsToScan | The number of records the passive scanner still has to scan |
| scanOnlyInScope | Tells whether or not the passive scan should be performed only on messages that are in scope. |
| scanners | Lists all passive scanners with its ID, name, enabled state and alert threshold. |
| disableAllScanners | Disables all passive scanners |
| disableAllTags | Disables all passive scan tags. |
| disableScanners (ids* ) | Disables all passive scanners with the given IDs (comma separated list of IDs) |
| enableAllScanners | Enables all passive scanners |
| enableAllTags | Enables all passive scan tags. |
| enableScanners (ids* ) | Enables all passive scanners with the given IDs (comma separated list of IDs) |
| setEnabled (enabled* ) | Sets whether or not the passive scanning is enabled (Note: the enabled state is not persisted). |
| setMaxAlertsPerRule (maxAlerts* ) | Sets the maximum number of alerts a passive scan rule should raise. |
| setScanOnlyInScope (onlyInScope* ) | Sets whether or not the passive scan should be performed only on messages that are in scope. |
| setScannerAlertThreshold (id* alertThreshold* ) | Sets the alert threshold of the passive scanner with the given ID, accepted values for alert threshold: OFF, DEFAULT, LOW, MEDIUM and HIGH |