Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ja3 fields to Zeek SSL log #21696

Merged
merged 2 commits into from
Nov 2, 2020

Commits on Nov 2, 2020

  1. Add fields to Zeek SSL log

    Rename `ja3s` to `tls.server.ja3s` if present (requires zeek/salesforce/ja3 package package).
    Rename `ja3` to `tls.client.ja3` if present (requires zeek/salesforce/ja3 package package).
    Rename `subject` to `tls.server.subject` (instead of deleting it after parsing).
    Rename `not_valid_before` to `tls.server.not_before` if present.
    Rename `not_valid_after` to `tls.server.not_after` if present.
    
    Fix dashboard reference for `zeek.ssl.server.name` that was using `zeek.ssl.server_name`.
    
    Add links to Zeek scripts in docs.
    andrewkroh committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a728701 View commit details
    Browse the repository at this point in the history
  2. Update generated docs

    andrewkroh committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b3c5a81 View commit details
    Browse the repository at this point in the history