antimalware:domainmonitoring

Configure the Web Risk API domain monitoring settings.

sentinel --task=antimalware:domainmonitoring
Option
Value Default Description
--api_key <string> The Web Risk API key. Read more: https://docs.danami.com/sentinel/basics/getting-started#get-a-web-risk-api-key
--connection_timeout <digit> 10 The amount of time to wait for before timing out when connecting to the Web Risk API (in seconds) .
--check_interval <disabled|daily|weekly|monthly> daily How often to check all your domains using the Web Risk API.
--check_hour <0-23> 1 The hour of day to check all your domains using the Web Risk API.
--check_day <0-7> 0
--default <yes> Reset all settings to their default values.
--default_option <option> Reset a specific setting to its default value.

Examples

// set the api_key
sentinel --task=antimalware:domainmonitoring --api_key=XXXXXXX

// reset the check_hour back to its default value
sentinel --task=antimalware:domainmonitoring --default_option=check_hour

// reset all settings to their default values
sentinel --task=antimalware:domainmonitoring --default=yes