SSDEEP Fuzzy Hashing

Malware Static Analysis with SSDEEP Fuzzy Hashing Tool

ssdeep – is a tool used for Fuzzy Hashing, which is a type of hashing that employs Context-Triggered Piecewise Hashing (CTPH). Essentially, this tool is utilized to compare files that are similar but not identical.

Using ssdeep, it is possible to classify various malware samples, and if any similarities are detected, the tool can identify the malware family to which the sample belongs.

 

 

HashMyFiles

Malware Static Analysis with HashMyFiles

HashMyFiles by Nirsoft is a small utility that allows you to calculate the MD5 and SHA1 hashes of one or more files in your system. You can easily copy the MD5/SHA1 hashes list into the clipboard, or save them into text/html/xml file.

HashMyFiles can also be launched from the context menu of Windows Explorer, and display the MD5/SHA1 hashes of the selected file or folder.

 

Strings for Windows

Malware Static Analysis with Windows Sysinternals

Strings is a malware static analysis tool for extracting ascii and unicode strings from a file. This can reveal valuable information such as URL, IP Aaddress and functions used.

In this topic we will discuss command prompt base strings analysis in Windows Architecture.

Strings for Linux

Malware Static Analysis with Linux Strings Tool

Strings is a malware static analysis tool for extracting ascii and unicode strings from a file. This can reveal valuable information such as URL, IP Aaddress and functions used.

In this topic we will discuss cli base strings analysis in Linux Architecture.

TRiD

Malware Static Analysis with Trid

Trid a static analysis tool in windows and is a file like tool from linux, this detects the file type of a PE file that helps the analyst to prepare the environment for further analysis and runs by executing it inside the cmd prompt.

Note: Trid will look for a file called “triddefs.trd” in order to execute, make sure you place it in the same directory together.

PEStudio

Malware Static Analysis with PEStudio

PEStudio is a famous tool for static analysis it gives the analyst an all in one view with just a single drop of a PE sample. It also use Virustotal API to detect if sample was then submitted by other analyst from the community it then helps for faster analysis.