policy/protocols/ssl/known-certs.bro
-
Known
Log information about certificates while attempting to avoid duplicate
logging.
Detailed Interface
Options
-
Known::cert_tracking
-
The certificates whose existence should be logged and tracked.
Choices are: LOCAL_HOSTS, REMOTE_HOSTS, ALL_HOSTS, NO_HOSTS.
State Variables
-
Known::certs
-
The set of all known certificates to store for preventing duplicate
logging. It can also be used from other scripts to
inspect if a certificate has been seen in use. The string value
in the set is for storing the DER formatted certificate’ SHA1 hash.
Events
-
Known::log_known_certs
-
Event that can be handled to access the loggable record as it is sent
on to the logging framework.