Download presentation
Presentation is loading. Please wait.
Published byClaire Ellis Modified over 9 years ago
1
Advanced Malware Detection Group 8: Alex Finkelstein, Josh Suess, Dom Amos, Mike Hite, Kevin Hao
2
Problem Detection systems relying on static malicious signatures are no longer enough. Amount of malware increasing exponentially Smarter malware
3
Goals Detection based on behavior API signatures Multi-factor classification techniques Naïve Bayes, SVM, Kth nearest Automation of database maintenance Updates
4
System Architecture Database creation Database link API extraction API signature generation Classification models User interface
5
Database Creation Installation and creation of MySQL server Creation of database and tables
6
Database Link Installation of connector Physical connection between visual studio and MySQL
7
API Extraction Access the import table of each executable file in our sample directory Loop through each API call for two purposes Populate the API table Generate behavioral signature
8
API Signature Generation Similarly to extraction we are looping through all of the API calls This time though we are comparing them with the database rather than adding them to it.
9
Classification: Naïve Bayes
10
User Interface Simple window allows user to select the directory they want to scan
11
Current Accomplishments Database and table creation API Extraction API Signature Generation
12
Remaining Work Implementation of classification model User interface
13
Business Potential Two marketing options Subscription based Licensing Sell out and get bought up by a real company
14
Future Development Potential Implementation of multiple classification methods Support for packed and encrypted files Improved speed and stability through a different database
15
Questions?
Similar presentations
© 2025 SlidePlayer.com Inc.
All rights reserved.