@@ -22,10 +22,10 @@ Detection and resolution mechanisms are intergrated into Security Controller of
...
@@ -22,10 +22,10 @@ Detection and resolution mechanisms are intergrated into Security Controller of
There are two main options for running the test on our mechanism:
There are two main options for running the test on our mechanism:
- [ ] Run server_detection_real_time.py which can be considered as real-time checking use case (Including auto rule generation, rule deployment, SC and POR specification, and detection)
- [ ] Run *server_detection_real_time.py* which can be considered as real-time checking use case (Including auto rule generation, rule deployment, SC and POR specification, and detection)
- [ ] server_detection_real_time_measurement.py is another version of the test case to evaluate the accuracy and measure execution time as well as RAM usage
- [ ] *server_detection_real_time_measurement.py* is another version of the test case to evaluate the accuracy and measure execution time as well as RAM usage
## Supporting files
## Supporting files
- [ ] We add a folder 'MeasurementModule' which contains the supporting files used for evaluation purpose: rule generation, accuracy check, graph drawer for evaluation result output
- [ ] We add a folder *MeasurementModule* which contains the supporting files used for evaluation purpose: rule generation, accuracy check, graph drawer for evaluation result output
- [ ] Run MeasurementModule/drawGraph.py to see the result of our evaluation shown in the paper
- [ ] Run *MeasurementModule/drawGraph.py* to see the result of our evaluation shown in the paper