zeek/scripts/base/protocols/ssl
Johanna Amann 95f1565498 Match DPD TLS signature on one-sided connections.
This commit changes DPD matching for TLS connections. A one-sided match
is enough to enable DPD now.

This commit also removes DPD for SSLv2 connections. SSLv2 connections do
basically no longer happen in the wild. SSLv2 is also really finnicky to
identify correctly - there is very little data required to match it, and
basically all matches today will be false positives. If DPD for SSLv2 is
still desired, the optional signature in policy/protocols/ssl/dpd-v2.sig
can be loaded.

Fixes GH-1952
2022-02-01 16:51:21 +00:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
consts.zeek Update SSL consts 2021-01-20 14:14:47 +00:00
ct-list.zeek Update Mozilla CA list and CT anchors. 2021-06-30 15:14:22 +01:00
dpd.sig Match DPD TLS signature on one-sided connections. 2022-02-01 16:51:21 +00:00
files.zeek GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
main.zeek update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00
mozilla-ca-list.zeek Update Mozilla CA list and CT anchors. 2021-06-30 15:14:22 +01:00
README SSL: Update OCSP/SCT scripts and documentation. 2017-07-27 16:22:40 -07:00

Support for Secure Sockets Layer (SSL)/Transport Layer Security(TLS) protocol analysis.