예제 #1
0
    def __init__(self):
        Monitor.__init__(self, MonitorTypes.SERVER_EPS_STATS)
        self.message = 'Server EPS stats Monitor Enabled'

        self.__server_ip = '127.0.0.1'
        self.__server_port = '40009'
        self.__stats_dir = '/var/alienvault/server/stats'
        self.__eps_log_file = '%s/%s' % (self.__stats_dir, 'eps.log')
        self.__max_samples = 168
예제 #2
0
    def __init__(self):
        Monitor.__init__(self, MonitorTypes.SERVER_EPS_STATS)
        self.message = 'Server EPS stats Monitor Enabled'

        self.__server_ip = '127.0.0.1'
        self.__server_port = '40009'
        self.__stats_dir = '/var/alienvault/server/stats'
        self.__eps_log_file = '%s/%s' % (self.__stats_dir, 'eps.log')
        self.__max_samples = 168
예제 #3
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PLATFORM_TELEMETRY_DATA)
     self.message = 'Platform Telemetry Data Monitor Enabled'
     self.__strike_zone_plugins = [
         '0005_agent_plugins_exist.plg', '0006_agent_plugins_integrity.plg',
         '0008_agent_rsyslog_conf_integrity.plg',
         '0009_alienvault_dummies.plg', '0013_bash_history.plg',
         '0018_current_network_config.plg', '0019_licensed_devices.plg',
         '0025_default_hw.plg', '0026_default_repositories.plg',
         '0027_default_server_packages.plg', '0029_disk_size.plg',
         '0031_hosts_file.plg', '0033_kernel_configuration.plg',
         '0034_mysql_history.plg', '0035_netlink_status.plg',
         '0037_network_routing.plg', '0041_pkg_checksum.plg',
         '0045_resolv_file.plg', '0047_schema_version.plg',
         '0054_unsupported_installation.plg', '0056_vm_requirements.plg'
     ]
예제 #4
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PLATFORM_TELEMETRY_DATA)
     self.message = 'Platform Telemetry Data Monitor Enabled'
     self.__strike_zone_plugins = ['0005_agent_plugins_exist.plg',
                                   '0006_agent_plugins_integrity.plg',
                                   '0008_agent_rsyslog_conf_integrity.plg',
                                   '0009_alienvault_dummies.plg',
                                   '0013_bash_history.plg',
                                   '0018_current_network_config.plg',
                                   '0019_licensed_devices.plg',
                                   '0025_default_hw.plg',
                                   '0026_default_repositories.plg',
                                   '0027_default_server_packages.plg',
                                   '0029_disk_size.plg',
                                   '0031_hosts_file.plg',
                                   '0033_kernel_configuration.plg',
                                   '0034_mysql_history.plg',
                                   '0035_netlink_status.plg',
                                   '0037_network_routing.plg',
                                   '0041_pkg_checksum.plg',
                                   '0045_resolv_file.plg',
                                   '0047_schema_version.plg',
                                   '0054_unsupported_installation.plg',
                                   '0056_vm_requirements.plg']
예제 #5
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.SENSOR_HAS_OSSEC_AGENTS_REPORTING)
예제 #6
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_ASSET_LOG_ACTIVITY)
     self.message = 'Sensors events in the last two hours'
예제 #7
0
 def __init__(self):
     '''
     Constructor
     '''
     Monitor.__init__(self, MonitorTypes.SENSOR_NETFLOW_ENABLED)
예제 #8
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_FEDERATED_OTX_KEY)
     self.message = 'Check Insecure VPN'
예제 #9
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_UPDATE_HOST_PLUGINS)
     self.message = 'Update Host Plugins Monitor started'
예제 #10
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PENDING_UPDATES)
     self.message = 'Pending updates monitor started'
예제 #11
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SUPPORT_TUNNELS)
     self.message = 'Support tunnels monitor started'
예제 #12
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_DOWNLOAD_PULSES)
     self.message = 'Download OTX Pulse data'
예제 #13
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_INSECURE_VPN)
     self.message = 'Check Insecure VPN'
예제 #14
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SUPPORT_TUNNELS)
     self.message = 'Support tunnels monitor started'
예제 #15
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SYSTEM_REBOOT_NEEDED)
     self.message = 'System reboot needed monitor started'
예제 #16
0
 def __init__(self):
     """
         Init method
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_WEBUI_DATA)
     self.message = 'Web UI data monitor started'
예제 #17
0
 def __init__(self):
     """
         Init method
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_SYSTEM_CHECK_DB)
     self.message = 'System check DB started'
예제 #18
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PLATFORM_MESSAGE_CENTER_DATA)
     self.message = 'Pending updates monitor started'
예제 #19
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_DISK_SPACE)
     self.message = 'Disk Usage Monitor Enabled'
예제 #20
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_FEDERATED_OTX_KEY)
     self.message = 'Check Insecure VPN'
예제 #21
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_REMOTE_CERTIFICATES)
     self.message = "Monitor the remote certificates"
예제 #22
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PLUGINS_VERSION)
     self.message = 'Sensor Plugin Monitor info started'
예제 #23
0
 def __init__(self):
     """
         Init method
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_SYSTEM_CHECK_DB)
     self.message = 'System check DB started'
예제 #24
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PLUGINS_VERSION)
     self.message = 'Sensor Plugin Monitor info started'
예제 #25
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_DOWNLOAD_PULSES)
     self.message = 'Download OTX Pulse data'
예제 #26
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_CPU_LOAD)
     self.message = 'System CPU Load monitor started'
예제 #27
0
 def __init__(self):
     """
     Constructor
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_SENSOR_LOCATION)
     self.message = 'Monitor Sensor without Location'
예제 #28
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PLUGINS_CHECK_INTEGRITY)
     self.message = 'Plugin Integrity Monitor started'
예제 #29
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_UPDATE_HOST_PLUGINS)
     self.message = 'Update Host Plugins Monitor started'
예제 #30
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.SERVER_SERVER_ACTIVITY)
     self.message = 'Server Server Activity Monitor Enabled'
예제 #31
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PENDING_UPDATES)
     self.message = 'Pending updates monitor started'
예제 #32
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_ENABLED_PLUGINS_LIMIT)
     self.message = 'Enabled Plugins Limit Monitor started'
예제 #33
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.CHECK_TRIGGERS)
     self.message = 'Sensor Dropped Packages monitor started'
예제 #34
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SYNC_CUSTOM_PLUGINS)
     self.message = "Sync Custom Plugins Monitor started"
예제 #35
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.CHECK_TRIGGERS)
     self.message = 'Sensor Dropped Packages monitor started'
예제 #36
0
 def __init__(self):
     """
     Constructor
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_SENSOR_VULNERABILITY_SCANS)
     self.message = 'Monitor Sensor Scan Jobs'
예제 #37
0
 def __init__(self):
     '''
     Constructor
     '''
     Monitor.__init__(self, MonitorTypes.SENSOR_AVAILABILITY_MONITORING_ENABLED)
예제 #38
0
 def __init__(self):
     '''
     Constructor
     '''
     Monitor.__init__(self, MonitorTypes.SENSOR_NETFLOW_ENABLED)
예제 #39
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_CPU_LOAD)
     self.message = 'System CPU Load monitor started'
예제 #40
0
 def __init__(self):
     '''
     Constructor
     '''
     Monitor.__init__(self,
                      MonitorTypes.SENSOR_AVAILABILITY_MONITORING_ENABLED)
예제 #41
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SYSTEM_DNS)
     self.message = "Monitor the current system DNS"
예제 #42
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.SENSOR_HAS_OSSEC_AGENTS_REPORTING)
예제 #43
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_GET_REMOTE_SYSTEM_INFO)
     self.message = "Monitor: Get remote system information"
예제 #44
0
 def __init__(self):
     """
     Constructor
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_SENSOR_LOCATION)
     self.message = 'Monitor Sensor without Location'
예제 #45
0
 def __init__(self):
     Monitor.__init__(self,
                      MonitorTypes.MONITOR_PLATFORM_MESSAGE_CENTER_DATA)
     self.message = 'Pending updates monitor started'
예제 #46
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_DROPPED_PACKAGES)
     self.message = 'Sensor Dropped Packets monitor started'
예제 #47
0
 def __init__(self):
     """
         Init method
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_WEBUI_DATA)
     self.message = 'Web UI data monitor started'
예제 #48
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SENSOR_IDS_ENABLED)
     self.message = 'Sensor Services Enabled'
예제 #49
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SYSTEM_REBOOT_NEEDED)
     self.message = 'System reboot needed monitor started'
예제 #50
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_ASSET_LOG_ACTIVITY)
     self.message = 'Sensors events in the last two hours'
예제 #51
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_INSECURE_VPN)
     self.message = 'Check Insecure VPN'
예제 #52
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_DISK_SPACE)
     self.message = 'Disk Usage Monitor Enabled'
예제 #53
0
 def __init__(self):
     """
     Constructor
     """
     Monitor.__init__(self, MonitorTypes.MONITOR_SENSOR_VULNERABILITY_SCANS)
     self.message = 'Monitor Sensor Scan Jobs'
예제 #54
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SYSTEM_DNS)
     self.message = "Monitor the current system DNS"
예제 #55
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_DROPPED_PACKAGES)
     self.message = 'Sensor Dropped Packets monitor started'
예제 #56
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_REMOTE_CERTIFICATES)
     self.message = "Monitor the remote certificates"
예제 #57
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_PLUGINS_CHECK_INTEGRITY)
     self.message = 'Plugin Integrity Monitor started'
예제 #58
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_GET_REMOTE_SYSTEM_INFO)
     self.message = "Monitor: Get remote system information"
예제 #59
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SENSOR_IDS_ENABLED)
     self.message = 'Sensor Services Enabled'
예제 #60
0
 def __init__(self):
     Monitor.__init__(self, MonitorTypes.MONITOR_SYNC_CUSTOM_PLUGINS)
     self.message = "Sync Custom Plugins Monitor started"