Posts

Showing posts with the label Open Source Malware Analysis Platform: FAME

Open Source Malware Analysis Platform: FAME

Image
Open Source Malware Analysis Platform      FAME is an open source malware analysis platform that is meant to facilitate analysis of malware-related files, leveraging as much knowledge as possible in order to speed up and automate end-to-end analysis. FAME should be seen as a malware analysis framework. Instead of developing several scripts for different tasks related to malware analysis, develop FAME modules that will be able to collaborate with each other.     FAME was built to facilitate malware analysis by automating as many tasks as possible.  The real work of malware analysis is done by processing modules. FAME will do its best to determine what processing modules should be run during each analysis, and will chain modules’ execution in order to achieve end-to-end analysis. Each processing module can produce the following analysis elements: Probable Name: this is the malware family. A module should only set the probable name if it has a very high confid...