Tag: SANS Internet Storm Center, InfoCON: green

New tool: convert-ts-bash-history.py, (Fri, Sep 26th)

In SANS FOR577[1], we talk about timelines on day 5, both filesystem and super-timelines. but sometimes, I want something quick and dirty and rather than fire up plaso, just to create a timeline of .bash_history data, it is nice to…

Webshells Hiding in .well-known Places, (Thu, Sep 25th)

Ever so often, I see requests for files in .well-known recorded by our honeypots. As an example: This article has been indexed from SANS Internet Storm Center, InfoCON: green Read the original article: Webshells Hiding in .well-known Places, (Thu, Sep…

CTRL-Z DLL Hooking, (Wed, Sep 17th)

When you&#x27re debugging a malware sample, you probably run it into a debugger and define some breakpoints. The idea is to take over the program control before it will perform “interesting” actions. Usually, we set breakpoints on memory management API…