By Manny Fernandez

April 20, 2020

Restricting YouTube to Specific Channels on FortiGate Firewalls

Please note that YouTube is changing the way it categorizes content to comply with COPPA (Children’s Online Privacy Protection Act).  You will need to either set your video or the entire channel as “Made for Kids”.  When a video is categorized as “Made for Kids”  there will be some features not available:

  • Comments
  • Personalized Ads
  • Info Cards
  • End Screens

When the entire channel is “Made for Kids” other features will not be available either such as:

  • Stories
  • Community Tab
  • Notification Bell
  • Save to watch later
  • Save to playlist

Here is a great video explaining the details By: Head of Family Partnership at YouTube

Lets get started.

Getting Channel ID

First thing we need to do is identify the the YouTube channel-ID.  To do this, you will need to go to the YouTube channel and copy the URL

https://www.youtube.com/channel/UCzQUP1qoWDoEbmsQxvdjxgQ

In the case above, the channel ID is UCzQUP1qoWDoEbmsQxvdjxgQ

This is the channel ID for Joe Rogan Experience one of my favorite podcaster/YouTuber.

2020-04-20_20-02-55

Now lets go to the ForitGate

FortiGate Configuration 

2020-04-20_22-35-07

You will need to go to:

  1. Security Profiles
  2. Web Filter
  3. In my case, MonkeyBusiness-Web

2020-04-20_22-39-46

We will focus on three locations inside the Web Filter profile.  Next I will show the details of what needs to be modified.

Restrict YouTube Access

In order for this to work correctly, you will need to set the Restrict YouTube Access to Moderate

2020-04-20_22-43-22

Enable it be clicking the radio button and selecting Moderate

URL Filtering

Next you will need to enable URL filtering by clicking the radio button.

2020-04-20_20-39-14

Next you will need to select Create New

2020-04-20_20-38-16

Enter *.youtube.com and ensure that you select the Wildcard type, and finally set the action to Block.

This will block all of YouTube except for the whitelist below.

Whitelist YouTube Channel

We will need to enable this section by again clicking the radio button to turn it on.

2020-04-20_20-39-14

Next you will need to Create New

2020-04-20_20-39-41

As you can see in the screenshot, the Channel ID matches the Joe Rogan Experience channel ID from the first section UCzQUP1qoWDoEbmsQxvdjxgQ.  Optionally, but recommended, you can add a comment.  Click OK to save the channel ID.

Save this Web Filtering Profile to be used next.

Creating the IPv4 Policy

We will now need to create a policy to put it all together.

2020-04-20_20-41-32

Here are the components for my policy.

  1. Give the policy a name
  2. Incoming Interface (This is my SSID where I have my test Windows 10 machine)
  3. Outgoing Interface (My 1Gb Internet Connection)
  4. This is an address object representing the IP address of my Windows 10.
  5. Make sure this policy is in Proxy-based inspection mode.  In older versions of FortiOS, you will need to set this globally.
  6. Choose the Web Filter profile we created earlier.

Additionally, you will need to have Deep Packet Inspection enabled as well.

Optional (If you do not have this already pushed to PC)

In my case, I had not installed my FortiGate certificate for SSL decryption.

Snag_1ab5b59d

I logged into the FortiGate from my Windows 10 machine.  Went to Security Profiles then SSL/SSH Inspection .  Next I chose the Manny-DPi profile and choose to Download from this screen.

I downloaded it to the Desktop and then double clicked on it.  It displayed the certificate and I chose to Install Certificate from the bottom of the window.

Snag_1ab57dc4

You will be presented with a Security Warning and you will need to choose Yes

Snag_1ab53e69

You will need to install it into the Trusted Root Certificate Authorities store.

Snag_1ab54d0f

Choose Finish

Snag_1ab543b8

 

Results

These are the results

Snag_a77bf

Here we can see a YouTube channel I tried to watch and it was blocked with the standard (in my case, custom) Block Page.

Snag_a8888

Here we can see the Joe Rogan Experience YouTube Channel.

 

Hope this helps.

 

Recent posts

  • If you've spent any time configuring user authentication on... Full Story

  • DNS is one of those technologies that quietly underpins... Full Story

  • BGP issues on FortiGate firewalls usually trace back to... Full Story

  • Every time your laptop talks to your router, a... Full Story

  • If you've spent any time configuring NAT on a... Full Story

  • If you have spent any time configuring firewall policies... Full Story

  • High availability on FortiGate is one of those features... Full Story

  • If you've configured SD-WAN on a FortiGate, you've almost... Full Story

  • FortiLink is the management protocol that turns a FortiSwitch... Full Story

  • FortiSwitches are pretty rock solid from Mean Time Between... Full Story

  • This is a quicky tip.  Have you ever gone... Full Story

  • DNS is one of those quiet pieces of internet... Full Story

  • This article is an updated version of the previous... Full Story

  • You will add ns2 as a secondary (slave) BIND9... Full Story

  • In the process of deploying my lab, I needed... Full Story

  • RFC 8805, used to be known as Self-Correcting IP... Full Story

  • Years back, I wrote an article about certificate pinning. ... Full Story

  • FortiGates have the ability to send alerts to Microsoft... Full Story

  • In this post, I am going to walk through... Full Story

  • Troubleshooting VoIP on a FortiGate can feel like trying... Full Story

  • Prior to FortiOS 7.0, there were three commands to... Full Story

  • In this post, I am going to go over... Full Story

  • What we are going to do:  We are going... Full Story

  • Choosing between FGCP (FortiGate Clustering Protocol) and FGSP (FortiGate... Full Story

  • Creating a VLAN on macOS (The "Pro" Move) A... Full Story

  • This blog post explores the logic behind how macOS... Full Story

  • Pretty Fly for a Wi-Fi Tell My Wi-Fi Love... Full Story

  • Part of my daily gig is creating BoMs (Bill-of-Materials)... Full Story

  • ICMP introduces several security risks, but careful filtering, rate... Full Story

  • The command diag debug application dhcps -1 enables full... Full Story

  • In the world of FortiOS, execute tac report is... Full Story

  • LLDP; What is it The Link Layer Discovery Protocol... Full Story

  • What it actually does When you run diagnose fdsm... Full Story

  • Monkey Bites are bite-sized, high-impact security insights designed for... Full Story

  • I have run macOS in macOS with Parallels but... Full Story

  • Don't be confused with my other FortiNAC posts where... Full Story

  • This is the third session in a multi-part article... Full Story

  • Today I was configuring key-based authentication on a FortiGate... Full Story

  • Netcat, often called the "Swiss Army knife" of networking,... Full Story

  • At its core, IEEE 802.1X is a network layer... Full Story

  • In case you did not see the previous FortiNAC... Full Story

  • This is our 5th session where we are going... Full Story

  • Now that we have Wireshark installed and somewhat configured,... Full Story

  • The Philosophy of Packet Analysis Troubleshooting isn't about looking... Full Story

  • Overview FortiOS 8.0 introduces custom tags as a first-class... Full Story

  • These are two distinct mechanisms on FortiOS, and conflating... Full Story

  • Replacement messages are the pages and text blocks that... Full Story