Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Cisco Systems is pleased to announce the availability of its 7.1(3) E4 service pack for Intrusion Prevention Systems (IPS). This release delivers new features and critical fixes. A subset of the new features includes extended support for Radius along...
Hi,I replied in the other thread. Please try with header-regex instead of uri-regex, because the host name will appear in the HTTP header in the traffic.Also, we have sig 38686 detecting dropbox usage. Perhaps those are what you are looking for.
Hi,Actually, "dropbox.com" will appear in the Hostname in the traffic, but in the custom signature, you are using uri-regex. If you change it to header-regex, it might work.Secondly, we have sig 38686 subsigs 0 and 1 to detect Dropbox usage. Subsig 0...
Hi Ganesh,Say, in your example, if the strings Color and Green are separated by AAAA, you can write a regex as "ColorAAAAGreen". If you are not sure what characters can be between Color and Green, you can have a regex like "Color[\x00-\xff]*Green". T...