Wireshark For Video Surveillance Tutorial

Published Aug 01, 2016 15:16 PM

Want to snoop on the data going between your NVR and your IP camera?  Wireshark is the tool most commonly used to analyze network traffic and see what is really happening on the wire. It is helpful both in troubleshooting and understanding what is happening with IP camera streams.

This report gives an introduction to Wireshark and how to do some basic analysis on captured data to find information useful for camera setup and debugging, including:

  • Analyzing transmissions from IP cameras
  • Finding Unknown static IP addresses of IP cameras
  • Finding the RTSP URL of an IP camera
  • Using the follow option to get more data on an IP camera

Getting ******* **** *********

******** ************ *** ******* *** ************, ********* defaults ****** ** ****.  ** *** are *** ******** **** ******* ******* capture *** ***** ****** ***** *** will **** ****** **** ** ******* Wireshark ** *** **** ******* ** your ***. *** ************ ****** *** require * ******* ** ********* *********, but *** ****** ** *** ******* during ***-**** ***** ** ** ****.

Wireshark *****

***** *** * *** ** ********** to *********, *** ***** ****** ** concentrate ** ********* ******* *** ***** filters ** **** ******* *** ******** data.  *** ********* ***** ***** *** to ***** * ****** *******:

Find ** ******* ****** ** ** * ******

** *** **** **** **** ****** a ****** **** *** * ****** IP ******* **** *** ***** *** figure *** **** ******** ***** *** one **** **.  ** ** *********** to ***** **** *** ****** *** then ***** ** **** ** ******* after *** ***** *** ****** *******.

** **** *** ** *** *** "arp" ****** *** *** ** *** a *** ******* ****** ** **** through ******** ****.


Find *** **** *** ** * ******

** *** **** * ******** ********* to * ****** *** *** **** to **** *** **** *** ***** used **** ******** ***** *** *** to **** **** ******* ** * packet *******.  **** **** *** "***** matches" ******.


Find *** *** **** ******* ** ** *********** ******

** ******* ***** **** **** * packet ** **** ** *** ***** story, ********* *** **** *** *** the ******* ******* ** *** ***** packet **** **** * *** ******.  This ***** ***** *** *** ** use *** "******" ******.


Other ****** *******

********* *** * **** ******** ********* interface, ** ********* ** *** ******* ******* *************, ****** *** ******** ** ***** would ***** ** **** *** *************** IP ****** ** ****** ******* *******.

** *** **** *** ** ******* of * ****** *** **** ** see *** *** ******* ***** ** or **** **** ****** **** *** have ******** *** *** *** *** following ******:

**.**** = ***.***.*.*

** *** ******* **** ** *********** from * ******** ****** *** *** use *** "***" (******) ******:

**.*** == ***.***.**.**

********* *** *** *** * "***" (destination) ****** ** *** *** *** traffic ***** **** ** * ******:

**.*** == ***.***.*.***

******* ***** *** ** **** ** combine *******, **** ** ** **** UDP ******* **** * ******** **:

**.**** = ***.***.*.** && **.***** == UDP

 

Comments (12)
Avatar
Jon Swatzell
Aug 01, 2016
IPVMU Certified

Great post Brian!

(4)
UM
Undisclosed Manufacturer #1
Aug 01, 2016

Brian

This great article only shows how much info is exposed on our network on regular bases. This info is greatly helpful to the integrator, and equally helpful for an intruder.

While a good integrator may protect the communication from the VMS to the cameras using https, the communication between the VMS and the client is completely exposed in the majority of cases. There are few exceptions to the rule - some VMS solutions that do provide encryption and that will not necessarily require setting of VPNs to protect the data

Mulli Diamant

(2)
Avatar
DILEEP LAL
Aug 02, 2016
IPVMU Certified

Brian, Excellent Post...!!

UM
Undisclosed Manufacturer #2
Aug 03, 2016

Great and informative article.

Some people think HTTPS might be part the end all for security, but for most it's only the initial communications and authentication, I think a lot of product could well be using Onvif, and I bet you would find the RTSP video stream is not afaik encrypted. So a simple man in the middle just sniffing the video packets could well be on the way to an episode of CSI!

Even companies using own private protocol, are most likely going to use unencrypted video streams. For speed and that, all so important wave their stupid hand in front of the camera and see their update display on browser being 1,000ms faster than company XYZ

The reason most likely is lazy programmers and unskilled non-security experts.

Any manufacturer out there even know this, do they even understand this. Do they care?

At some point end-end encryption will be the normal, and you best be able to deliver this ability or loose out, only takes one company to start this being standard.

Just take a look at iMessage and also now WhatApp this is how you do it properly.

Video content delivery has been around for ages; DRM protection is open source, maybe if Onvif committee needs to look at how quickly the world changes.

One thing I found that you should get an intelligent switch to using Wireshark, so you can setup the unit to allow monitoring on a particular port that is so you can grab all the packets of data, between a stand alone NVR and IPC devices. NVR PC based units naturally installing Wireshark on them is much easier, as mentioned in the article.

(1)
U
Undisclosed #3
Aug 03, 2016
IPVMU Certified

5.1.1.4 RTP/RTSP/HTTP/TCP

The data stream shall be sent via HTTP to traverse a firewall. A device shall support media transfer using RTP/RTSP/HTTP/TCP. And if a device supports TLS1.0, the data stream shall be sent or received via HTTPS to traverse a firewall, and a device shall support media transfer using RTP/RTSP/HTTPS/TCP.

ONVIF Streaming Spec v210

(1)
Avatar
Brian Karas
Aug 03, 2016
IPVM

One thing I found that you should get an intelligent switch to using Wireshark, so you can setup the unit to allow monitoring on a particular port that is so you can grab all the packets of data, between a stand alone NVR and IPC devices.

This is a good idea. I actually have an old 10/100 Netgear *hub* ( a real hub, not a switch) that I've found to be handy for get a data stream from a camera or access control board. A pre-configured smart switch with a mirror port enabled would do the same thing.

I think a lot of product could well be using Onvif, and I bet you would find the RTSP video stream is not afaik encrypted. So a simple man in the middle just sniffing the video packets could well be on the way to an episode of CSI!

Years ago, at another company, we made a device that was a combination network sniffer and packet decoder. It could interpret SQL and SMB traffic in real time to analyze what users were doing with data. During that time I found an opensource project that could reconstruct files by reading packets off the wire. So, if you transferred a file to or from an SMB server, and I could get access to your network traffic, I could get a copy of the files you accessed by reconstructing them on my snoop machine. The same concept could be applied to unencrypted video streams, an enterprising developer could write something that showed you a mirror of an RTSP stream.

With a passive network tap you could easily create an RTSP stream mirror without even need a switch or mirror port/etc. Couple the passive tap to a Raspberry Pi, and you could create a device that wirelessly streams you a copy of the camera images without any detectable effect on the network.

(2)
U
Undisclosed #3
Aug 03, 2016
IPVMU Certified

This is a good idea. I actually have an old 10/100 Netgear *hub* ( a real hub, not a switch) that I've found to be handy for get a data stream from a camera or access control board. A pre-configured smart switch with a mirror port enabled would do the same thing.

A CSMA/CD 100Mbps hub? Lucky you!

Another way is to get in between the NVR and the IPC by routing thru your dual NIC PC.

UM
Undisclosed Manufacturer #2
Aug 04, 2016

I used a Netgear GS105E, not owning a time machine to go back and buy up all the hubs of yonder years! I be sure this is also now an old model in the world of IT, where one day means something obsolete or something even more useless.

How about an article with Wireshark and Wi-Fi exploits, see how vulnerable your home or business network is. All be it's a more complicated setup!

With Wi-Fi networks, we put our devices out there for everyone to sniff at.

(1)
U
Undisclosed #3
Aug 04, 2016
IPVMU Certified

I be sure this is also now an old model in the world of IT, where one day means something obsolete or something even more useless.

I have a GS724TP from ages ago that's still as useful as the day I bought it.

You know its funny, we have had cameras with 10/100Mbps interfaces for close to a decade now, but since we are not close to exceeding that on a per port basis even now, we don't really need 1 GB switches, not per port anyway. Unlike your typical IT needs.

That's why we're in a time machine...

(1)
Avatar
Patrick Hart
Sep 05, 2016
IPVMU Certified

An IPVM Wireshark certification class based on IP Cameras would be nice to have...

(1)
(1)
U
Undisclosed #3
Sep 05, 2016
IPVMU Certified

An IPVM Wireshark certification class based on IP Cameras would be nice to have...

And would be a mandatory prerequisite to gaining your IPVM Ethical Camera Hacker certificate.

(1)
(1)
JH
John Honovich
Sep 05, 2016
IPVM

An IPVM Wireshark certification class based on IP Cameras

FYI, we are adding in a 6th week for the IP networking class starting in January, that will include 2 classes on cybersecurity including more time on Wiresharking.

(1)