C. L. Martinez
unread,Mar 17, 2018, 3:27:05 AM3/17/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to moloc...@googlegroups.com
Hi all,
I am trying to configure a bpf filter under Moloch to save only interesting bits on encrypted connections and don't record all traffic. For example for SSL/TLS I want to grab enough to make sure I get the certificate exchange and the cypher negotiation — anything else is of little interest. Same with SSH.
Do I need to configure a bpf filter and dontSaveTags at the same time? Or can I accomplish this using dontSaveBPFs only?
For example, for port 443 and 22
dontSaveBPFs = port 22:6; port 443:6
Is this correct?
Thanks.
--
Greetings,
C. L. Martinez