1. 24 Mar, 2023 1 commit
    • delacal's avatar
      - Added GetConfiguredACLRules RPC and ACLRules message to AM protobuf file to... · 16d012eb
      delacal authored
      - Added GetConfiguredACLRules RPC and ACLRules message to AM protobuf file to allow exporting ACL rules created by this component to other components.
      - Implemented new RPC in the AM component to allow exporting ACL rules created to other components.
      - Increased KPI monitoring aggregation time interval from 5 seconds to 60 seconds.
      - Cleaned up CAD protobuf file.
      - Added useful logging statements to CAD and AM components.
      - Formatted CAD and AM code.
      - Removed unused gRPC channels in AM.
      - Restructured the cryptomining detector model directory.
      - Renamed cryptomining detector model file to include relevant details to help better identify the model.
      - Improved cryptomining detector model loading by removing the need for the model filename to be hardcoded in the code.
      - Removed old cryptomining detector models.
      - Refactored CAD code to improve readability.
      - Added script to automatically copy compiled protobuf files to DAD component.
      - Updated complete_deploy.sh to conform to the new TFS Release 2 deployment process.
      - Updated CAD and AM protbuf file messages and RPCs to improve readability and clarity.
      - Updated CAD and AM client and service to use the new RPCs names.
      - Changed CAD output message to use the cryptomining detector model filename as identifier.
      - Added ConnectionInfo class in CAD component to facilitate comparison and serialization of connection information.
      - Removed test statements used to check the time taken by the cryptomining detector to perform the inference using different batch sizes.
      - Added a function to properly measure the time taken by the cryptomining detector model to process a batch of connection statistics.
      - Added IP addresses corresponding to known cryptomining connections to validate the cryptomining detector model performance in the classification task.
      - Implemented several metrics in the CAD component to monitor the performance of the cryptomining detector model in the classification task.
      - Implemented a function to export the performance metrics of the cryptomining detector in the classification task to an external file.
      - Added script to retrieve performance metrics of the cryptomining detector in the classification task from CAD container.
      16d012eb
  2. 09 Feb, 2023 2 commits
    • delacal's avatar
      - ML model features have been embedded in the model's own ONNX file instead of... · d8387da4
      delacal authored
      - ML model features have been embedded in the model's own ONNX file instead of being hard-coded in the component and the old model was replaced by this new one.
      - A new RPC has been added to the Centralized Attack Detector component that allows other components to know which features the ML model is using.
      - Added a short path in the Service component for forwarding service-to-device ACL rules (to be removed in the future).
      - Added logging messages on the Service and Device components to test and track ACL rule forwarding (to be removed in the future).
      d8387da4
    • delacal's avatar
      ACL tracking experiments · df21ae25
      delacal authored
      df21ae25
  3. 01 Feb, 2023 3 commits
  4. 31 Jan, 2023 1 commit
  5. 27 Jan, 2023 1 commit
  6. 26 Jan, 2023 3 commits
  7. 04 Nov, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Common: · 1021fe69
      Lluis Gifre Renom authored
      - updated deploy.sh script with a flag to select whether docker images should be rebuilt or reuse existing ones
      1021fe69
  8. 04 Oct, 2022 1 commit
  9. 28 Sep, 2022 2 commits
  10. 27 Sep, 2022 3 commits
  11. 15 Sep, 2022 1 commit
  12. 14 Sep, 2022 1 commit
  13. 05 Sep, 2022 2 commits
  14. 27 Jul, 2022 2 commits
    • Lluis Gifre Renom's avatar
      Multiple changes: · 6a4ae5fe
      Lluis Gifre Renom authored
      Common scripts:
      - added script to dump logs of all pods/containers in a namespace
      
      ECOC'22 demo:
      - removed unneeded scripts and files
      - cleaned up run_test scripts
      - added run test and coverage script
      - added deploy_specs.sh
      - added scripts to generate JSON descriptors
      
      OFC'22 demo:
      - added deploy_specs.sh
      6a4ae5fe
    • Lluis Gifre Renom's avatar
      Common scripts: · 8570949f
      Lluis Gifre Renom authored
      - deploy.sh: clarified some descriptions of environment variables
      - install_requirements.sh: integrated common requirements and selection of components based on the deploy
      - my_deploy.sh: added description of environment variables
      8570949f
  15. 14 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      MicroK8s deployment scripts: · d4955a06
      Lluis Gifre Renom authored
      - moved old deployment scripts to scripts/old
      - added NGINX-based ingress controller to expose http-based endpoints from a single connection point
      - adapted webui K8s manifest to be used with the ingress controller
      - improved install_requirements.sh (renamed from install_development_dependencies.sh) to prevent collision of package versions
      - adapted script to show deployment
      - created functional example settings script my_deploy.sh
      - created improved deploy.sh script
      - added first version of the deployment tutorial. Run Experiments and Development are work in progress.
      d4955a06