Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So, where we left off in part 4 was a working threat intelligence enrichment.  Now, let's see if we can triage those threats for the squid data flowing through.  In particular, let's triage the threat alerts for the squidsensor data higher under the following conditions:

  • Rule 1: If the threat intel enrichment type zeusList as defined in part 4 is alerted, then we want to consider that an alert of score of 5
  • Rule 2: If the url is neither a .com nor a .net, then we want to consider that alert a score of 10

For each message we will assign the maximum score across all conditions as the triage score.  This translates into the following configuration: 

Image RemovedImage Added

Step 3: Upload the threat triage configuration to Zookeeper

...