Scenario

The SOC received an alert in their SIEM for ‘Local to Local Port Scanning’ where an internal private IP began scanning another internal system. Can you investigate and determine if this activity is malicious or not? You have been provided a PCAP, investigate using any tools you wish.

**https://blueteamlabs.online/home/challenge/network-analysis-web-shell-d4d3a2821b**


Q1: What is the IP responsible for conducting the port scan activity?

10.251.96.4

Q1.png

Q11.png

A good place to start in network analysis is to understand what hosts are communicating within the packet capture. Navigating to Statistics->Conversation->TCP

It can be seen in the image that the IP address ‘10.251.96.4’ has been sending two TCP packets to every port of the IP address ‘10.251.96.5’. This is a characteristic of a port scan technique.

Q2: What is the port range scanned by the suspicious host?

1-1024

Q2.png

sort on Port B both ways to see the first and last ports scanned

Q3: What is the type of port scan conducted?

TCP SYN

Q3.png

we can see a ton of SYN packets sent to each port