Tools

Astra

Volatility

It is a great tool for analysing memory dumps.

Note: if vmware vmem and vmes file is given we can use vmss2core.exe tools to create memory.dmp file, running volatility on vmem file will result wrong and partial results.

ctf: https://metactf.com/blog/flash-ctf-armorless/

It also has a predecessor which was written in python2 and has more plugins.

LDAP Time

An AD timestamp (AKA LDAP time, WinTime or FileTime) is the number of 100-nanoseconds since the year 01/01/1601 @ 00:00

Use this online tool to convert

If you need to convert to AD timestamp from originalFileLastModifTimestamp and originalFileLastModifTimestampHigh in windows then use this formula.

Sherlock

Sherlock is a tool which can search for all website using a username if its used anywhere else to perform osint with username.

ALEAPP (Android Logs, Events, and Protobuf Parser (ALEAPP)

a forensic tool designed specifically for parsing Android file systems. ALEAPP is capable of analyzing Android artifacts such as application data, user activities, and system logs. This tool is particularly useful in reconstructing a device’s state and understanding the behavior of its user. By directing ALEAPP to the extracted file system of the victim's phone, we configured it to extract and process data from all available modules, including accounts, notifications, app interactions, and installed applications.

Link: https://github.com/abrignoni/ALEAPP I found windows executable pretty striaghtforward to work with.

Last updated