Skip to content

mpurzynski/bro-scripts-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a number of small Bro scripts that could be useful.

This script provives a COUNTTABLE type for the summary statistics framework. This type is basically like SUM, with the difference that you have to provide a $str in the observation, and the SUM is calculated independently for each $str.

This makes it optimal to sum up small number of keys per host like, for example, all the TLS ciphers you saw in use for hosts on the local host.

Do not try to use this with a big number of different $str values, especially in a cluster setup. It will probably lead to excessive resource use.

This script calculates the percentage of the use of the different TLS cipher suites for each host in the local network.

This script identifies certificates on the local network which will be impacted by the Chrome SHA-1 sunset changes.

About

Assorted scripts for Bro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published