Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cdci:labs:1 [2020/02/21 10:03]
mihai.chiroiu [05. [5p] Behaviour analysis]
cdci:labs:1 [2025/01/21 19:19] (current)
mihai.chiroiu
Line 1: Line 1:
-====== ​Lab 1Malware sample analysis ​======+====== ​Lab01Introduction to Linux ======
  
 ===== Objectives ===== ===== Objectives =====
  
-  * Investigate a possible malware using Windows ​tools +  * Introduction to command line tools in Linux
-  * Consider the network traffic of a malware +
-  * Analyze the files and registers used by a malware +
-  * Modify a malware and see the behavior of an anti-virus solution+
  
  
 ===== Topology ===== ===== Topology =====
  
-For this exercise you will need a Windows 10 virtual ​machine. ​+For this exercise you will need a SSH-capable ​machine ​(putty, bash, PowerShell) 
 ===== Tasks ===== ===== Tasks =====
  
-==== 01. [5p] Virtual machine setup ==== +Please solve the first 15 tasks from OvertheWire: [[https://overthewire.org/wargames/​bandit/ || https://overthewire.org/wargames/bandit/ ]].
- +
-<note warning>​ +
- +
-**If your VM networking is connected to your computer network, your computer might get infected during this lab activity. Create a snapshot for the VM before you continue.** +
- +
-</​note>​ +
- +
-Open the Windows 10 virtual machine and make sure that it is not connected to the local network and it does have Internet access via NAT interface (not bridged). Turn off your Windows defender protection (Windows Settings->​Update & Security->​Windows Security->​Virus & threat protection->​Virus & threat protection Settings->​Turn off Real-time protection).  +
- +
-{{ :cdci:​labs:​cdci_lab01_disable-windows-defender.png?​600 |}} +
-==== 02. [5p] Lab setup ==== +
- +
-Download the [[https://drive.google.com/open?​id=11WTT3NYUfVk7UopVnUc-uf9SKgvzIcOf|lab setup]] files from the assistant. Install the programs and extract the sample files.  +
- +
-<​note>​ +
-The sample archive contain one malware and uses the "​malware"​ password.  +
-</note> +
-==== 03. [5p] Initial file analysis ==== +
- +
-Your network administrator has provided you with 10 files that look suspicious and where caught by the network security equipment. Your job is to determine if there is any suspicious file and find out as much information about it as possible. Fill in the following data for each file. Try to do this using a (PowerShell) script. +
- +
-^ Filename ^ Type of file (EXE,​DLL,​etc.) ^ Original filename ^ Date modified ^ MD5 hash ^ +
- ​-  ​ ​- ​ |  -  |  -  |  -  | +
- +
-<​solution>​ +
-<​code>​ +
-foreach($file in Get-ChildItem test) {$file.Name;​ bash.exe -c "cd test; file '​$($file.Name)'";​ $file.VersionInfo | fl -Property OriginalFilename; ​ $(Get-Item $file.Fullname).lastwritetime;​ $(Get-FileHash $file.FullName -Algorithm MD5).Hash} +
-test01.exe +
-test01.exePE32+ executable (GUI) x86-64, for MS Windows +
-OriginalFilename : diskpart.exe +
-Wednesday, January 1, 2020 12:00:00 AM +
-CD3B253FAAE62C0D0EC8CF456FDF083E +
-</code> +
-</solution>​ +
-==== 04[5p] File compare ==== +
- +
-Is the previous information enough? Does it really help? Use the WinMergePortable.exe program and compare “test1.exe” against “test2.exe”. What about their hashes, how close are them? Consider the file properties and spot the differences. +
- +
-<​solution>​ +
-The MD5 hash of the test01.exe is CD3B253FAAE62C0D0EC8CF456FDF083E,​ while the hash of test02.exe is B97D6A2234092C60F13CDCB8DFA4BE6E,​ hence there is a big difference between the twos. However, the only change that can be seen in the file details is the File version, 6.1.7601.17514 for test01.exe versus 6.1.7601.17515 for test02.exe. +
-</solution>​ +
-==== 05. [5p] Behaviour analysis ==== +
- +
-<​note>​ +
-Sometimes this malware versions needs a second re-execution just to speed it up. Do not restart your computer. +
-</note> +
- +
-Find out which of the files are executables and start them. Observe their behavior. +
-  * Write down the commands that the program is trying to execute (we will investigate those later). +
-  * What happened to your test folder (from which the ransomware was started)? +
-  * Wait for the computer to get fully infected, consider your “Documents” or “Desktop” folder and see if you can see the decryptor shortcut. Try to create a new text file and wait for it to be encrypted. +
- +
-<note warning>​ +
- +
-**Revert to the previously created snapshot and re-open the VM.** +
- +
-</note> +
-==== 01. [5pVirtual machine setup ==== +
- +
-==== 01. [5pVirtual machine setup ==== +
- +
-==== 01[5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ==== +
- +
-==== 01. [5p] Virtual machine setup ====+
  
-<​solution>​ 
-</​solution>​ 
cdci/labs/1.1582272189.txt.gz · Last modified: 2020/02/21 10:03 by mihai.chiroiu
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0