- This repository implement the malware detection method based on the paper
Mingdong Tang, and Quan Qian, "Dynamic API call sequence visualization for malware classification,"IET Information Security 13.4 (2019): 367 377.
- 3 classes(1clickdownload, 4shared, acda) from Virusshare website
- Utilize
dynamic method
to transform malware intojson
byCUCKOO Sandbox
- Utilize paper's method to transform
json
into images
malware_images
folder is for training
Testing_images
folder is for testing
- Custom CNN model
- batch_size=4, epoch=1000, learning_rate=0.001
- Accuracy: 80%