Skip to content

Instantly share code, notes, and snippets.

@wellingtonlee
Last active November 29, 2016 17:03
Show Gist options
  • Save wellingtonlee/d4684494dcb49ef1c2bc60b69386d53c to your computer and use it in GitHub Desktop.
Save wellingtonlee/d4684494dcb49ef1c2bc60b69386d53c to your computer and use it in GitHub Desktop.
Downloads Logstash Configuration Files for Bro
cd ~/stack/logstash/conf
sudo rm logstash.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-conn_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-dns_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-files_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-http_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-notice_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-ssh_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-ssl_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-weird_log.conf
sudo wget -N https://raw.githubusercontent.com/timmolter/logstash-dfir/master/conf_files/bro/bro-x509_log.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment