├── FinalCCS_Slides2022.pdf ├── LICENSE ├── ML_classify.py ├── README.md ├── autogluon_classify.py ├── avclass ├── AVCLASS.classes ├── Malware.family └── reports.avclass ├── cellparser.py ├── classify_topk.py ├── extract_host_fts.py ├── features_topk.py ├── loaders_binary.py ├── loaders_multilabel.py ├── map_D5 ├── options-D5 ├── options-D5_host ├── options-zeroday_binary ├── options-zeroday_multilabel ├── requirements.txt ├── splitbinaries.txt ├── train_D5.zip └── zerodaytest.zip /FinalCCS_Slides2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/FinalCCS_Slides2022.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/LICENSE -------------------------------------------------------------------------------- /ML_classify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/ML_classify.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/README.md -------------------------------------------------------------------------------- /autogluon_classify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/autogluon_classify.py -------------------------------------------------------------------------------- /avclass/AVCLASS.classes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/avclass/AVCLASS.classes -------------------------------------------------------------------------------- /avclass/Malware.family: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/avclass/Malware.family -------------------------------------------------------------------------------- /avclass/reports.avclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/avclass/reports.avclass -------------------------------------------------------------------------------- /cellparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/cellparser.py -------------------------------------------------------------------------------- /classify_topk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/classify_topk.py -------------------------------------------------------------------------------- /extract_host_fts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/extract_host_fts.py -------------------------------------------------------------------------------- /features_topk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/features_topk.py -------------------------------------------------------------------------------- /loaders_binary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/loaders_binary.py -------------------------------------------------------------------------------- /loaders_multilabel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/loaders_multilabel.py -------------------------------------------------------------------------------- /map_D5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/map_D5 -------------------------------------------------------------------------------- /options-D5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/options-D5 -------------------------------------------------------------------------------- /options-D5_host: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/options-D5_host -------------------------------------------------------------------------------- /options-zeroday_binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/options-zeroday_binary -------------------------------------------------------------------------------- /options-zeroday_multilabel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/options-zeroday_multilabel -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/requirements.txt -------------------------------------------------------------------------------- /splitbinaries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/splitbinaries.txt -------------------------------------------------------------------------------- /train_D5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/train_D5.zip -------------------------------------------------------------------------------- /zerodaytest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malfp/tormalwarefp/HEAD/zerodaytest.zip --------------------------------------------------------------------------------