Exemplo n.º 1
0
    def __init__(self):
        # _whitelist contains all whitelisted key paths, loaded from the
        # configuration file for the alert plugin
        self._whitelist = []

        AlertTask.__init__(self)
        self._parse_whitelist('ssh_key.conf')
Exemplo n.º 2
0
    def __init__(self):
        # _whitelist contains all whitelisted key paths, loaded from the
        # configuration file for the alert plugin
        self._whitelist = []

        AlertTask.__init__(self)
        self._parse_whitelist('ssh_key.conf')
Exemplo n.º 3
0
 def __init__(self):
     AlertTask.__init__(self)
     self._config = self.parse_json_alert_config('ssh_lateral.json')
Exemplo n.º 4
0
 def __init__(self):
     AlertTask.__init__(self)
     self._config = self.parse_json_alert_config('critical_users.json')
Exemplo n.º 5
0
 def __init__(self):
     AlertTask.__init__(self)
     self._config = self.parse_json_alert_config('nsm_scan_address.json')
Exemplo n.º 6
0
 def __init__(self):
     AlertTask.__init__(self)
     self._config = self.parse_json_alert_config('nsm_scan_address.json')
Exemplo n.º 7
0
 def __init__(self):
     AlertTask.__init__(self)
     self._config = self.parse_json_alert_config('ssh_lateral.json')
 def __init__(self):
     AlertTask.__init__(self)
     self._config = self.parse_json_alert_config('critical_users.json')