Static malware analysis
Static analysis of virus
- VirusTotal
- Jottis Malware Scan
- Plenary
- Any.Run
- Hybrid Analysis
- JOESandbox Cloud
- Valkyrie Sandbox
- Online Scanner
https://th3m4rk5man.medium.com/static-malware-examination-5614c5773d22
Malware Disassembly
- Static analysis also includes the dismantling of a given executable into binary format(translating raw binary back into assembly instructions) to study its functionalities and features
- This process helps to identify:
- the language used for programming the malware
- The APIs that reveal its function
- Based on the reconstructed assembly code
- you can inspect the program logic and recognize its threat potential
- Tools: IDA Pro, OllyDbg, Splint