Commit 9758c5b2 authored by Luis de la Cal's avatar Luis de la Cal
Browse files

Removed functionality to not send to AM attack connections that have already...

Removed functionality to not send to AM attack connections that have already been sent once and put DEMO_MODE to false
parent 09d8e53c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -94,7 +94,7 @@ class l3_centralizedattackdetectorServiceServicerImpl(L3Centralizedattackdetecto
        self.cryptomining_detector_features_metadata.sort()
        self.cryptomining_detector_features_metadata.sort()
        LOGGER.info("Cryptomining Detector Features: " + str(self.cryptomining_detector_features_metadata))
        LOGGER.info("Cryptomining Detector Features: " + str(self.cryptomining_detector_features_metadata))
        
        
        LOGGER.info("CHANGE CHECK 2")
        LOGGER.info("CHANGE CHECK 3")


        self.input_name = self.cryptomining_detector_model.get_inputs()[0].name
        self.input_name = self.cryptomining_detector_model.get_inputs()[0].name
        self.label_name = self.cryptomining_detector_model.get_outputs()[0].name
        self.label_name = self.cryptomining_detector_model.get_outputs()[0].name