January 2020
Intermediate to advanced
448 pages
11h 42m
English
A review of the results from a variety of sources has indicated that the process 1640 and the associated executable Reader_sl.exe are suspected of containing malware. While the data thus far is very useful, it is often necessary to obtain confirmation from external sources that the executable in question is malicious. This can include something as simple as checking the hash of the executable against third-party sources all the way to forwarding the executable to a malware reverse engineering team.
To acquire the executable from the memory image, utilize the procdump plugin. The following command will dump the executable to the selected folder:
volatility -f cridex_laptop.mem --profile=WinXPSP2x86 -p 1640 procdump --dump-dir ...
Read now
Unlock full access