Actions
Task #4123
open
VJ
VJ
Task #4122: tracking: handle various TLS decrypt headers in proxies and decryption tools
Research: handle different flow tuples in TLS decrypt
Task #4123:
Research: handle different flow tuples in TLS decrypt
Effort:
Difficulty:
Label:
Description
Decrypted TLS traffic with special headers indicating the original tuple (see for example #2513) poses a challenge wrt tuple handling.
Rules looking at IP addresses might not work as expected, ip and port vars may be off.
This could perhaps be handled similar to how encapsulation on the IP level is handled: by tracking both tuples separately.
PA Updated by Philippe Antoine almost 2 years ago
- Assignee set to OISF Ticketbot
- Target version set to TBD
VJ Updated by Victor Julien 14 days ago
- Tracker changed from Feature to Task
- Status changed from New to In Progress
- Assignee changed from OISF Dev to Victor Julien
For sslproxy I've tried something here https://github.com/OISF/suricata/pull/14930/changes/4e2b0ff1a1acb7dccded2538bb1abcced70d9fc1
Actions