aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/pcap
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2024-09-16 18:38:26 +0200
committerGitHub <noreply@github.com>2024-09-16 18:38:26 +0200
commit0ddbda1f829a2d1b27d7e6519900201111702823 (patch)
tree58caea96101eeb330a9490b3565ab3d751af0035 /tests/cfgs/default/pcap
parent47ea30fdaa4eb33d8150bbb0e7d57f9d92c41821 (diff)
Add an heuristic to detect encrypted/obfuscated OpenVPN flows (#2547)
Based on the paper: "OpenVPN is Open to VPN Fingerprinting" See: https://www.usenix.org/conference/usenixsecurity22/presentation/xue-diwen Basic idea: * the distribution of the first byte of the messages (i.e. the distribution of the op-codes) is quite unique * this fingerprint might be still detectable even if the OpenVPN packets are somehow fully encrypted/obfuscated The heuristic is disabled by default.
Diffstat (limited to 'tests/cfgs/default/pcap')
-rw-r--r--tests/cfgs/default/pcap/openvpn_obfuscated.pcapngbin0 -> 59460 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/cfgs/default/pcap/openvpn_obfuscated.pcapng b/tests/cfgs/default/pcap/openvpn_obfuscated.pcapng
new file mode 100644
index 000000000..439c20910
--- /dev/null
+++ b/tests/cfgs/default/pcap/openvpn_obfuscated.pcapng
Binary files differ