Dedicated to my thoughts while learning cybersec
11/16/2020
Malware Analysis: “The process of dissecting malware to understand its core components and source code, investigating its characteristics, functionality, origin, and impact to mitigate the threat and prevent future occurrences.”
There are 4 types of Malware Analysis typically practiced in todays standards
Each type of malware analysis has its own purpose. It’s advisable to execute all of them in conjunction to create a holistic picture of what the malicious app is capable of and how to prevent its entry into user systems. Particularly, the manual code reversal approach aids in getting to the very root of the problem. The manual process is of course time intensive and expensive but is one of the best ways of understanding why the malware was created in the first place.