-
Notifications
You must be signed in to change notification settings - Fork 42
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
Synthetic data generation #4
Comments
Hi @iamgroot42 thanks for your interest! We are working to sort some code for the graph generation part. Will point to you asap! |
@jzhou316 thanks! Looking forward to it :D |
Hi @iamgroot42 we have added the code for generating botnets for detection (overlaying synthetic botnet topologies on real network traces) here. Hope that can give you some ideas! |
Thanks a lot, @jzhou316 ! Really appreciate the effort :) |
@jzhou316 I had a follow-up question on the exact process used to generate data used in the paper (and available via download links).
|
looping in @xuzhiying9510 for better explanation |
@iamgroot42 Thanks for the question!
|
@xuzhiying9510, thanks for the clarification!
|
Bumping this up again @xuzhiying9510 @jzhou316 :) I would greatly appreciate it if you could help with these clarifications! |
@jzhou316 would it be possible to get the underlying .pcap files (the ones before botnets are overlayed on top of them)? I've been trying to recreate the graphs based on instructions and the provided code for generation, but the generated graphs are FAR from the current graphs - they have around 272K nodes and 949K edges, and are much more sparse than the graphs provided as part of the dataset. |
Hi @iamgroot42 I see. There might be some processing there. We'll check about it and get back to you. |
Clarification (fix) added via #14 Thanks a lot for looking into it! |
Hi.
Fascinating work! Nice to finally see a usable collection of network-based datasets for GNN driven. Could you please add the code used for synthetic graph generation? I'm looking to generate more graphs with some additional constraints, so I'd appreciate even any useful links or pointers to generation code used by the authors 😸
The text was updated successfully, but these errors were encountered: