Пример #1
0
 def __init__(self, auth: MPSIEMAuth, settings: Settings):
     ModuleInterface.__init__(self, auth, settings)
     LoggingHandler.__init__(self)
     self.__core_session = auth.connect(MPComponents.CORE)
     self.__core_hostname = auth.creds.core_hostname
     self.__tables_cache = {}
     self.log.debug('status=success, action=prepare, msg="Table Module init"')
Пример #2
0
 def __init__(self, auth: MPSIEMAuth, settings: Settings):
     ModuleInterface.__init__(self, auth, settings)
     LoggingHandler.__init__(self)
     self.__ms_session = auth.connect(MPComponents.MS)
     self.__ms_hostname = auth.creds.core_hostname
     self.__applications = {}
     self.__roles = {}
     self.__privileges = {}
     self.__users = {}
Пример #3
0
 def __init__(self, auth: MPSIEMAuth, settings: Settings):
     ModuleInterface.__init__(self, auth, settings)
     LoggingHandler.__init__(self)
     self.__kb_session = auth.connect(MPComponents.KB)
     self.__kb_hostname = auth.creds.core_hostname
     self.__rules_mapping = {}
     self.__groups = {}
     self.__folders = {}
     self.__packs = {}
     self.log.debug('status=success, action=prepare, msg="KB Module init"')
Пример #4
0
 def __init__(self, auth: MPSIEMAuth, settings: Settings):
     ModuleInterface.__init__(self, auth, settings)
     LoggingHandler.__init__(self)
     self.__core_session = auth.connect(MPComponents.CORE)
     self.__core_hostname = auth.creds.core_hostname
     self.__agents = {}
     self.__modules = {}
     self.__profiles = {}
     self.__transports = {}
     self.__credentials = {}
     self.__tasks = {}
     self.log.debug(
         'status=success, action=prepare, msg="Tasks Module init"')
Пример #5
0
 def __init__(self, auth: MPSIEMAuth, settings: Settings):
     ModuleInterface.__init__(self, auth, settings)
     LoggingHandler.__init__(self)
     self.__core_session = auth.connect(MPComponents.CORE)
     self.__core_hostname = auth.creds.core_hostname