From 7c94ca536524460ad9a36854ebafbab539b80481 Mon Sep 17 00:00:00 2001 From: Matthias Vallentin Date: Thu, 11 Oct 2018 07:53:55 -0400 Subject: [PATCH] Perform some minor wording tweaks to README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5e5512..44096b0 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,17 @@ This repository contains slides and examples from events that we attended. ## BroCon 2018 -At [BroCon 2018](https://www.brocon18.com) we presented a talk about -[Broker](https://github.com/bro/broker). We used the example of automatic +At [BroCon 2018](https://www.brocon18.com) we talked about automated analysis +with [Broker](https://github.com/bro/broker). We used the example of automatic historic intelligence lookups with [VAST](https://github.com/vast-io/vast) to illustrate the Broker API. Additionally, we performed a performance analysis of Broker in terms of throughput and latency. -The [brocon18](brocon18) sub directory contains all accompanying material. +Broker & Bro code: - Python stubs: [Bro](brocon18/stub-bro), [VAST](brocon18/stub-vast) - [Bro script](brocon18/vast.bro) - [`bro-vast`](https://github.com/tenzir/bro-vast) package + +See the [brocon18](brocon18) directory for the complete list of accompanying +material.