SANS Instructors have built more than 150 open source tools that support your work and help you implement better security. Search the lists on the following pages for the free tools that will help you get the job done.

Download PDF file :

https://assets.contentstack.io/v3/assets/blt36c2e63521272fdc/bltd8ba96a0fce78883/Free_Faculty_Tools.pdf…

Read More

This tool allows you to search files by reading the contents of a file.

Included Features 

Regular expressions Concurrent multiple file types Recursive directory searching A “context” feature that selects the lines above and below your search expression, or view entire file Most Recently Used list for search paths, file types, and search text Ability to save or print all results or a selection Customize the colors used in the preview area Right click to open file with editor of your choice at specific line (if editor supports it) Match Whole Word Only Syntax highlighting when viewing full file contents (if extension supported) Summary of all results Free of charge and Open Source

https://astrogrep.sourceforge.net/…

Read More

This post is a continuation of “Malware Unpacking With Hardware Breakpoints”.

Here we will be utilising Ghidra to locate the shellcode, analyse the decryption logic and obtain the final decrypted content using Cyberchef.

Locating the Shellcode Decryption Function In Ghidra

At the point where the hardware breakpoint was first triggered, the primary executable was likely in the middle of the decryption function.…

Read More

Intermediate

Improving Malware Analysis Workflows by Modifying the default Ghidra UI.

Matthew

Oct 25, 2023 — 4 min read

The Ghidra User interface can be intimidating and complicated for users who are not familiar with the tool.

In this post, I’ll go over some changes that I made in order to improve the usability of Ghidra and ensure a better analysis experience.…

Read More