27.2.14 Lab - Isolate Compromised Host Using 5-Tuple
27.2.14 Lab - Isolate Compromised Host Using 5-Tuple
Objectives
In this lab, you will review logs that were gathered during the exploitation of a documented vulnerability to
determine the compromised hosts and file.
Part 1: Review Alerts in Sguil
Part 2: Pivot to Wireshark
Part 3: Pivot to Kibana
Background / Scenario
The 5-tuple is used by IT administrators to identify requirements for creating an operational and secure
network environment. The components of the 5-tuple include a source IP address and port number,
destination IP address and port number, and the protocol in use in the data payload. This is the protocol field
of the IP packet header.
In this lab, you will also review the logs to identify the compromised hosts and the content of the compromised
file.
Required Resources
Security Onion virtual machine
Instructions
After the attack, the users no longer have access to the file named confidential.txt. Now you will review the
logs to determine how the file was compromised.
Note: If this was a production network, it is recommended that analyst and root users change their
passwords and comply with the current security policy.
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 7 www.netacad.com
Lab - Isolate Compromised Host Using 5-Tuple
d. Select the Show Packet Data and Show Rule checkboxes to view each alert in more detail.
f. Review the transcripts for the alert. The transcript displays the transactions between the threat actor
source (SRC) and the target (DST) during the attack. The threat actor is executing Linux commands on
the target.
Question:
What kind of transactions occurred between the client and the server in this attack?
T Itershere.
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 7 www.netacad.com
Lab - Isolate Compromised Host Using 5-Tuple
b. To view all packets that are assembled in a TCP conversation, right-click any packet and select Follow >
TCP Stream.
Question:
What did you observe? What do the text colors red and blue indicate?
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 7 www.netacad.com
Lab - Isolate Compromised Host Using 5-Tuple
The attacker issues the whoami command on the target. What does this show about the attacker role on
the target computer?
Scroll through the TCP stream. What kind of data has the threat actor been reading?
c. Exit the TCP stream window. Close Wireshark when you are done reviewing the information provided.
Note: If you received the message "Your connection is not private", click ADVANCED > Proceed to
localhost (unsafe) to continue.
b. If the time range is the last 24 hours, change it to June 2020 so June 11 is included in the time range. Use
the Absolute tab to change the time range.
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 7 www.netacad.com
Lab - Isolate Compromised Host Using 5-Tuple
c. In the displayed results, there is a list of different data types. You were told that the file confidential.txt is
no longer accessible. In the Sensors - Sensors and Services (Pie Chart), ftp and ftp-data are present in
the list, as shown in the figure. We will determine if FTP was used to steal the file.
d. Let's filter for bro_ftp. Hover over the empty space next to the count of bro_ftp data types. Select + to
filter for only FTP related traffic as shown in the figure.
e. Scroll down to the All Logs section. There are two entries listed.
Questions:
What are the source and destination IP addresses and port numbers for the FTP traffic?
f. Expand and review both log entries. In one of these entries, the ftp_argument has an entry of
ftp://209.165.200.235/./confidential.txt. Also review the message in the log entry to learn more about this
event.
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 7 www.netacad.com
Lab - Isolate Compromised Host Using 5-Tuple
g. Within the same log entry, scroll up back to the alert _id field and click the link.
h. Review the transcript for the transactions between the attacker and the target. If desired, you can
download the pcap and review the traffic using Wireshark.
Question:
Questions:
What are the different types of files? Look at the MIME Type section of the screen.
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 7 www.netacad.com
Lab - Isolate Compromised Host Using 5-Tuple
k. Filter for FTP_DATA by hovering over the empty space next to the Count for FTP_DATA and click +.
What is the MIME type, source and destination IP address associated with the transfer of the FTP data?
When did this transfer occur?
What is the text content of the file that was transferred using FTP?
With all the information has gathered so far, what is your recommendation for stopping further
unauthorized access?
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 7 www.netacad.com