cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2281
Views
5
Helpful
3
Replies

Cisco CES custom URL blacklist

nhealey
Level 1
Level 1

I'm trying to create a list of URLs that I would like blocked/quarantined based on a custom list.  For example dropbox urls, but I can't find a way to create a custom list.

 

I could use a dictionary but I'm not sure that would work as intended.  Anyone have any suggestions?

1 Accepted Solution

Accepted Solutions

dmccabej
Cisco Employee
Cisco Employee

Hello,

 

You can use the message body or attachment content filter condition and a dictionary with all of the URLs. You'll want to test to confirm but this should be able to do what you need. 

 

https://www.cisco.com/c/en/us/td/docs/security/esa/esa11-1/user_guide/b_ESA_Admin_Guide_11_1/b_ESA_Admin_Guide_chapter_01010.html#con_1127271

 

Thanks!

-Dennis M.

View solution in original post

3 Replies 3

dmccabej
Cisco Employee
Cisco Employee

Hello,

 

You can use the message body or attachment content filter condition and a dictionary with all of the URLs. You'll want to test to confirm but this should be able to do what you need. 

 

https://www.cisco.com/c/en/us/td/docs/security/esa/esa11-1/user_guide/b_ESA_Admin_Guide_11_1/b_ESA_Admin_Guide_chapter_01010.html#con_1127271

 

Thanks!

-Dennis M.

Thanks for the suggestion.  I thought about doing it this way but wasn't sure how matching would work, IE. "www. link . com" in my dictionary, would that match "www. link .com/something/something.asp  

 

But after reviewing your link I now see I can use regex in a dictionary which should solve that issue.  

Correct, we utilize the Python flavor of RegEx so you can escape any necessary characters to make sure you match on only what's needed.

 

Thanks!

-Dennis M.