Malware Analysis can be broadly divided into two categories:
· Static Analysis
· Dynamic Analysis
· Static Analysis
· Dynamic Analysis
Static Analysis
It’s a malware analysis technique in which malware sample is not run it is analyzed statically using tools such as Sting viewer, Dis-assemblers, PE format viewers, etc. It is safer than dynamic analysis as sample is not executed so there is no chance of infecting the machine but it is slower process and requires much experience to do it properly. And if binary is packed it is not possible to analyze it without unpacking.
It can be further divided into two categories:
· Basic Static analysis
· Advanced Static Analysis
It can be further divided into two categories:
· Basic Static analysis
· Advanced Static Analysis