-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couple of Questions #4
Comments
@Tim-Cunnane: This issue arises because the tool currently supports executing one action at a time, such as building a model, to prevent potential conflicts. However, it can be easily modified to support multiple actions simultaneously. As for datasets, we used the public dataset available at this link. Regarding model comparison, our current approach involves using the confusion matrix for different cutoff values. However, there are various other metrics available for different analytical purposes. |
@strongcourage ahhh right okay thanks for help on that. For the pcaps, I extract some pcap for DDoS etc. but was wondering do you need to extract normal pcap for each attack and how you obtained it? |
@Tim-Cunnane: From this paper (Section 4 - Dataset), they captured both normal traffic on Monday and malicious traffic on the rest of the week. Thus, you can obtain both benign and malicious pcaps. |
@strongcourage perfect hopefully be able to get some pcaps from this. I don’t know if there is any, but would there be any testing for maip like CI testing, testing of the apis, etc.? |
@Tim-Cunnane: the project is still under development as we're working on and testing some functionalities. |
@strongcourage In terms of the normal pcaps that have to enter into the build of a model, do normal pcaps and malicious pcap to all for the model to be built. I have create a few normal pcaps however the don't seem to provide any performance metrics. I have a range of attacks like DDoS, Infiltration and brute force pcap to test against the system. |
@Tim-Cunnane: if possible, can you share with me normal/malicious pcap files you've used for building the model? I will try to take a look on them. Thanks. |
@strongcourage Here is a link to some of the pcaps that I have currently. Thanks |
@strongcourage have you been able to take a look those pcaps? Apologies for the rush, just have this final section of my dissertation to complete. Thanks |
@strongcourage When perform the GAN-driven attack how long does this usually take? Does this create the synthetic data? |
@strongcourage would there be any advise that you could provide that would fix this issue? Thanks |
@Tim-Cunnane: Hello, as I mentioned in this comment, the issue here is that you don't have |
@strongcourage: Hello, using the system with docker containers, when a new model is created it doesn’t create a new folder within models same happens with the attacks. Thanks |
@strongcourage, Hi, this issue still seem to occur when the samples are in here as seen in the below: |
@Tim-Cunnane: maybe you can change your model to |
@strongcourage: Sorry for so many question but i am have more difficulties with the system as now it is in production mode is there anyway this can be changed, as i am trying to access the GUI but getting the below Any help would be appreciated. |
@Tim-Cunnane: sorry Tim, if you use the latest commit and build it locally (not using docker), please use port 31057 instead of 3000. |
@strongcourage: regarding the ctgan_poisoned_datset.csv is there a specific setup that need to be done or does the system generate this in the background with the ctgan samples? As I am still getting this error: |
@Tim-Cunnane: could you please help fill in this survey related to MAIP as mentioned #5. Thank you very much in advance. |
Hi Folks,
I just have a couple of question to ask regarding the system and hopefully you will be able to let me know of the answers:
In terms of other pcaps that could be used for the system, would you have any other pcaps that could be used for the system such as DDoS, Inflitration or any other pcaps, to allow for models to be built?
For the model comparison score what how would this be calculated and what is this indicating?
Thanks
Tim
The text was updated successfully, but these errors were encountered: