For this part of the Project, live traffic within the intranet was captured through wireshark.
- For the purpose of this project,command
systemctl start sniff
was ran which usestcpreplay
to replay PCAPs in/opt/pcaps
onto Kali'seth0
interface. - This was then captured for about 15min through wireshark as live traffic.
- Once the live traffic was all captured, command
systemctl stop sniff
was ran to stop thetcpreply
. - Then, this capture was saved to a file.
You must inspect your traffic capture to answer the following questions:
-
What is the domain name of the users' custom site?
-
What is the IP address of the Domain Controller (DC) of the AD network?
- 10.6.12.157
-
What is the name of the malware downloaded to the 10.6.12.203 machine?
-
Upload the file to VirusTotal.com.
-
What kind of malware is this classified as?
- Trojan Horse
-
Find the following information about the infected Windows machine:
-
What is the username of the Windows user whose computer is infected?
-
What are the IP addresses used in the actual infection traffic?
- 182.243.115.84
- For this, you can use
Statistics > Conversation
then, look at the TCP tab. - You would look at the most amount of Bytes that the infected windows was communicating to.
- You can also confirm this by looking at the TCP stream. The body of this TCP stream is not clear indicating that it could be infected.
-
As a bonus, retrieve the desktop background of the Windows host.
- For this, you would go to
File > Export Objects > HTTP
- The Size of the img is quite large compared to the other image files.
- In this case, the size of the file can indicate that it's a desktop image, as Desktop Background images are usually high in resolution.
- Once downloaded, you can also look at the property of the file to confirm.
- You can see that Image size is 1920x1080 pixels, which is the size that is likely used for desktop images.
- Here is the downloaded Deskbop background image:
- For this, you would go to
-
Find the following information about the machine with IP address
10.0.0.201
: -
Which torrent file did the user download?
My name is Sooji Lee :)