Skip to content

ShalimRazzak/azure-network-protocols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

Traffic Examination

Inspecting Traffic Between Azure Virtual Machines

In this tutorial, we observe various network traffic to and from Azure Virtual Machines with Wireshark.

Video Demonstration

Environments and Technologies Used

  • Microsoft Azure (Virtual Machines/Compute)
  • Remote Desktop
  • Various Command-Line Tools
  • Various Network Protocols (SSH, RDH, DNS, HTTP/S, ICMP)
  • Wireshark (Protocol Analyzer)

Operating Systems Used

  • Windows 10 (21H2)
  • Ubuntu Server 20.04

High-Level Steps

  • Create Resources
  • Observe ICMP Traffic
  • Observe SSH Traffic
  • Observe DNS Traffic
  • Observe RDP Traffic

Actions and Observations

-Create our Resources-

Create a Windows 10 Virtual Machine (VM)

Disk Sanitization Steps

Create a Linux (Ubuntu) VM

Disk Sanitization Steps


-Observe ICMP Traffic-

Within your Windows 10 Virtual Machine, Install Wireshark

Disk Sanitization Steps

Open Wireshark and filter for ICMP traffic only

Disk Sanitization Steps

Retrieve the private IP address of the Ubuntu VM

Disk Sanitization Steps

Attempt to ping it from within the Windows 10 VM

Disk Sanitization Steps

From The Windows 10 VM, open command line or PowerShell and attempt to ping a public website (such as www.google.com) and observe the traffic in WireShark

Disk Sanitization Steps


-Observe SSH Traffic-

Back in Wireshark, filter for SSH traffic only

Disk Sanitization Steps

From your Windows 10 VM, “SSH into” your Ubuntu Virtual Machine (via its private IP address)

a. Type commands (username, pwd, etc) into the linux SSH connection and observe SSH traffic spam in WireShark

b. Exit the SSH connection by typing ‘exit’ and pressing [Enter]

Disk Sanitization Steps


-Observe DNS Traffic-

Back in Wireshark, filter for DNS traffic only. From your Windows 10 VM within a command line, use nslookup to see what google.com and disney.com’s IP addresses are.

Disk Sanitization Steps

-Observe RDP Traffic-

Back in Wireshark, filter for RDP traffic only (tcp.port == 3389)

Disk Sanitization Steps


About

Inspecting Traffic Between Azure Virtual Machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages