Naynoona111
Naynoona111 t1_iwqby9o wrote
Reply to [D] Simple Questions Thread by AutoModerator
looking for some guidance regarding a cybersecurity graduation project, where can I get this help?
Naynoona111 t1_ivsfn09 wrote
Reply to comment by Naynoona111 in [D] Simple Questions Thread by AutoModerator
Also, If there are no present datasets containing only data leaking trojans,
is there a way I can split my trojans dataset (containing mixed purposes trojans) into Data Leaking and non-Data Leaking?
Naynoona111 t1_ivsfiol wrote
Reply to [D] Simple Questions Thread by AutoModerator
I am working on a trojan detection module with a ML approach via static file scanning (either binary .exe or a source code file), specializing in a specific field, Data Leaking trojans only.
but can't find any datasets containing only data leaking trojans, all I can find is datasets for general trojans but not for Data Leaking trojans only.
where can I find it?
Naynoona111 t1_j9l1vf1 wrote
Reply to [D] Simple Questions Thread by AutoModerator
I am looking for a dataset of Compilable source codes, labeled with their vulnerability CVE.
used for training a static analysis framework, it must be compilable though, meaning the source code should be complete.
Currently we are using Juliet test suites as a dataset, but it is purely synthetic and not human-generated.