Skip to content

Bots From Extension: remediationtools

Remediationtools - Bots to run remediation on host like logs cleanup

This extension provides 2 bots.





Bot @remediationtools:logcleanup

Bot Position In Pipeline: Sink

Logs Cleanup on the selected host.

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
column_name_host* Text Column name which contain one or more ip addresses/FQDN. Supported ip address(s) format example:
192.168.10.10,192.168.10.11 or 192.168.20.0/24 or 192.168.30.10-192.168.30.100 or all of these
ip formats as comma separated values.
json_output_flag Text False Flag is used to check if json output is needed







Bot @remediationtools:servicecontroller

Bot Position In Pipeline: Sink

It will start, stop and also provide status of the provided service.

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
column_name_host* Text Column name which contain one or more ip addresses. Supported ip address(s) format example:
192.168.10.10,192.168.10.11 or 192.168.20.0/24 or 192.168.30.10-192.168.30.100 or all of these
ip formats as comma separated values.
column_name_username* Text Username
column_name_password* Text Password
column_name_service_name* Text Service name on which action to be taken
column_name_action* Text Actions to be taken on the service like (start, stop, status)
json_output_flag Text False Flag is used to check if json output is needed
concurrent_discovery Text 10 Number of concurrent jobs to run