During malware incidents or any cyber attack, we need to first triage the system to collect useful artifacts so that it can help in our analysis greatly. The main link I followed: https://github.com/secure-cake/rapid-endpoint-investigations/wiki/REI-Wiki-Part-1:-Intro We will use velociraptor to collect artifacts and kape tool to parse those artifacts. Let's first ready the tools. Download velociraptor from the below link: Velociraptor (download): https://docs.velociraptor.app/downloads/ Now register, download kape from the below link and save here C:\Tools\KAPE https://www.kroll.com/en/insights/publications/cyber/kroll-artifact-parser-extractor-kape Once the kape is installed, now we need to download some executables and put it in this folder KAPE\Modules\bin NirSoft BrowsingHistoryView: https://www.nirsoft.net/utils/browsing_history_view.html (SAVE TO: ..KAPE\modules\bin\browsinghistoryview.exe NirSoft Browser Downloads View: https://www.nirsoft.net/utils/web_...
Linux rapid triage using velociraptor offline collector with catscale Today we will see how we can collect linux artifacts using velociraptor offline collector during malware incidents. For reference: https://github.com/secure-cake/malware-investigations/wiki/Velociraptor-Offline-Collector-with-CatScale-for-Linux Catscale will use linux living of the land tools to collect artifacts. Step 1: Download the velociraptor from the below link on your analyst windows system: https://docs.velociraptor.app/downloads/ Step 2: Now we need to launch PowerShell or command prompt to execute the velociraptor gui by the following command. .\velociraptor-v0.XX.X-windows-amd64.exe gui Step 3: In this step we will first import the catscale VR artifacts then select other artifacts. Here we have multiple steps. 1. From the VR welcome page, click on " Import Extra Artifacts ". 2. On the next dialogue box, follow below image instruction. Remove all except Artifact Exchange and The Tria...