mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Add CT log information to Bro
This commit add the table SSL::ct_logs to Bro. This table is populated with information about the currently active certificate transparency logs (data from Google). The data can, e.g., be used to identify which Logs are being used in SCTs.
This commit is contained in:
parent
2b3dcc273a
commit
dcf4907857
7 changed files with 57 additions and 9 deletions
|
@ -3,5 +3,5 @@
|
|||
|
||||
event ssl_extension_signed_certificate_timestamp(c: connection, is_orig: bool, version: count, logid: string, timestamp: time, signature_and_hashalgorithm: SSL::SignatureAndHashAlgorithm, signature: string)
|
||||
{
|
||||
print version, timestamp, signature_and_hashalgorithm;
|
||||
print version, SSL::ct_logs[logid]$description, timestamp, signature_and_hashalgorithm;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue