-
Notifications
You must be signed in to change notification settings - Fork 1
/
deeplearning_malware.html
196 lines (177 loc) · 9.3 KB
/
deeplearning_malware.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Deep Learning Malware Classification | Projects</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/icon.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<!-- ======= Header ======= -->
<header id="header" class="header-tops header-top">
<div class="container">
<h1><a href="https://goheesheng.github.io/">Goh Ee Sheng</a></h1>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#services">Certificates & Awards</a></li>
<li><a href="index.html#projects">Portfolio</a></li>
<li><a class="nav-link" href="https://drive.google.com/file/d/1QEcuS1zkoSpjgj7A3yHTwYFBPFpkmrwC/view?usp=sharing" target="_blank">Curriculum Vitae</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- End Header -->
<body>
<div class='light x2'></div>
<div class='light x3'></div>
<div class='light x4'></div>
<div class='light x5'></div>
<div class='light x6'></div>
<div class='light x7'></div>
<div class='light x8'></div>
<div class='light x9'></div>
<div class='light x10'></div>
<div class='light x11'></div>
<section class="section-show" >
<div class="container">
<div class="section-title">
<h2><a href="index.html#projects">Back</a></h2>
<p>Deep Learning Malware Classification</p>
</div>
<div class="container">
<div class="container-fluid">
<div id="DLMIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators mb-4">
<li data-target="#DLMIndicators" data-slide-to="0" class="active"></li>
<li data-target="#DLMIndicators" data-slide-to="1"></li>
<li data-target="#DLMIndicators" data-slide-to="2"></li>
<li data-target="#DLMIndicators" data-slide-to="3"></li>
<li data-target="#DLMIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="assets\img\portfolio\DL_Malware (1).png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets\img\portfolio\DL_Malware (2).png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets\img\portfolio\DL_Malware (3).png" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets\img\portfolio\DL_Malware (4).png" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets\img\portfolio\DL_Malware (5).png" alt="Fifth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets\img\portfolio\DL_Malware (6).png" alt="Sixth slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets\img\portfolio\DL_Malware (7).png" alt="Seventh slide">
</div>
</div>
<a class="carousel-control-prev" href="#DLMIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#DLMIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="row container project-showcase" style="background:none;">
<div class="col-lg-7">
<h4>Project Description:</h4>
<p>
The objective of this project is to develop a Deep Learning model that can classify malware and predict the threat group it belongs to. The model will be trained on greyscale images of malware binaries that have been converted to images and resized using padding methods to ensure a black background.
</p>
<p>
The first step of this project will be to collect a dataset of malware binaries from different threat groups. This dataset will be preprocessed by converting the binaries to greyscale images and resizing them to a uniform resolution. To ensure a consistent background, padding methods will be applied to some of the images.
</p>
<p>
Next, a Deep Learning model will be developed using convolutional neural networks (CNNs) to classify the malware images. The model will be trained on the preprocessed dataset using both the padded and unpadded images to determine which method is better for classification.
</p>
<h6>This work includes:</h6>
<ul>
<li><i class="icofont-rounded-right"></i>Method: Convert binaries to greyscale images and resize resolution</li>
<li><i class="icofont-rounded-right"></i>Challenge: Poor image quality, tested padding for black background</li>
<li><i class="icofont-rounded-right"></i>Training of a CNN model with the extended data</li>
<li><i class="icofont-rounded-right"></i>Approach: Train Deep Learning model with padded and unpadded data</li>
<li><i class="icofont-rounded-right"></i>Goal: Predict malware threat groups with accuracy using CNN</li>
</ul>
<div class="mt-4">
<h4>My Contributions:</h4>
<ul>
<li><i class="icofont-rounded-right"></i>Collect Data</li>
<li><i class="icofont-rounded-right"></i>Annotate & Label data</li>
<li><i class="icofont-rounded-right"></i>Extract & Combine data with colleagues</li>
<li><i class="icofont-rounded-right"></i>Split data into train & test dataset with [8:2]</li>
<li><i class="icofont-rounded-right"></i>Train the model using extracted and pre-processed data</li>
</ul>
</div>
</div>
<div class="col-lg-1">
</div>
<div class="col-lg-4">
<h5>Github Repositories:</h5>
<ul>
<li><i class="icofont-rounded-right"></i>Automated Malware Classification <br><a href=https://github.com/goheesheng/FYPJ_AI_MALWARE target="_blank">https://github.com/goheesheng/FYPJ_AI_MALWARE </a></li>
</ul>
<h5>Created Using:</h5>
<ul>
<li><i class="icofont-rounded-right"></i>CV2</li>
<li><i class="icofont-rounded-right"></i>Cuda</li>
<li><i class="icofont-rounded-right"></i>Numpy</li>
<li><i class="icofont-rounded-right"></i>Python | Tensorflow</li>
</ul>
<h5 style="margin-bottom: 10px;">Dr Brandon Ooi, Lecturer</h5>
<a style="margin-bottom: 20px;" class="btn btn-info" href="https://drive.google.com/file/d/1Qtpym8CmUgaar4JnukD8X7WynYq8cI7u/view?usp=sharing" target="_blank">Testimonial</a>
<br>
<a class="btn btn-success" href="https://docs.google.com/presentation/d/1Y9_cftwRHIeJTjUDR30OAIiPqFJHPLmD/edit?usp=sharing&ouid=116419561461505307043&rtpof=true&sd=true" target="_blank">Presentation Slides</a>
</div>
</div>
</section>
<div class="credits">
Goh Ee Sheng <span style="color:#18d26e;">©</span> 2023</a>
</div>
</body>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>