Drop encrypted payload from captured packets #9131
-
I'm currently considering deploying SO on a small network where most of the traffic is encrypted with PFS, so it would be pointless to save the payload. Is it possible to selectively drop the payload of HTTPS/SSL/TLS/SSH packets etc. while keeping the rest of the frame (metadata) and thus greatly reduce resource requirements? How would I configure that in stenographer or does that need to happen further down in the pipeline? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hey, I managed to build a BPF just for this. If you give me a few days I can bring it off my airgap for you. It goes in capture's BPF section. Can include that as well.
So, I can't remember all the sources I used for this... But it does math based on SSL and TLS protocols to see what the version is. It should catch anything using SSL or TLS encryption and drop it from steno. |
Beta Was this translation helpful? Give feedback.
-
@zrav If you haven't already, you might want to review our BPF documentation: |
Beta Was this translation helpful? Give feedback.
Hey, I managed to build a BPF just for this. If you give me a few days I can bring it off my airgap for you. It goes in capture's BPF section. Can include that as well.
Edit: my exceptional colleague just reminded me that he pulled it down already. So, stick this in your global pillar: