2017-02-16 09:28 AM
Hi,
I was wondering what are the community's thoughts on excluding known benign traffic from verified sources from being logged i.e youtube, dailymotion and other known video sites & general software updates i.e chrome, windows update etc. It will be good retain the possibility of logging the metadata of when the host visits the site but the packet data is useless and takes up unecessary space. I have looked into using the BPF but i believe this will not allow for metadata to be generated and i think it only works on IP addresses so i was thinking has any one come up with any other ways to achieve this?
Thanks,
Jay
2017-02-16 11:28 AM
Hi Jay, you can leverage Decoder App Rules to identify the traffic and, within the rule editor, choose the 'truncate' option which will dump the payload and keep the session meta.
2017-02-16 12:11 PM
Hi David,
Thanks for this, i actually was not aware of the 'truncate' option. I will give it a shot - mind you i will have to create a list or a rule that successfully catches all instances of video traffic along with the ones being pushed by CDN's but that should be a sinch if its captured by the alias.host meta!
Thanks,
Jay
2017-02-24 10:53 AM
Hi Jay, I use the following Application Rule
Video Truncate = content begins 'video'
This takes care of a lot of video type traffic.
2017-02-27 04:38 PM
If you are not decrypting SSL traffic you could also truncate the encrypted traffic that would otherwise take up storage space (service=22 || service = 443)
You could also take a look at a number of filter rules in RSA live that filter large downloads and attachments from known services such as MS updates from Microsoft, adobe and others. Check in your RSA console under RSA Live and search for Filter which will get you a number of update sites that could be filtered out from capture and storage.
2017-02-27 06:26 PM
I use truncate for encrypted traffic as Eric suggests and I also use filter to completely drop payload and meta in rare instances where keeping specific data is too much of a liability (i.e. credit card data, etc).