GithubHelp home page GithubHelp logo

botsv2-analysis's Introduction

BOTSv2 Analysis

Splunk has released a great dataset for testing log analysis and security monitoring use cases. The full name of the dataset is Boss of the SOC (BOTS) Dataset Version 2. This repo contains my analysis.

I learned a lot form working on this dataset and would recommend testing it!. I used most of the time on the analysis of the 24-26.aug attack on frothly.local. The other two need a bit more work. There might also be attacks that I have not discovered yet.

Githubs nbviewer is sometimes failing. A good alternativ is the official nbviewer

Basics

Tools

Attack analysis

Some notes on definitions

In intrusion detection there is often talk about events, alarms, alerts, signatures, incidents and notifications and there does not seem to be a agreed upon definition.

For the purpose of this analysis i'm going use the following definitions:

Event: A log of something that append. In the botsv2 dataset there are about 71 million events. There is no assumption that anyone are going to do anything about events. They are simply recored so that it is possible to discover what happed in the past.

Alarm: An alert is when a monitoring system detects something and raises this fact somewhere for further processing (and potentially triggers a notification as well). So an Alert is always in response to an event (in other words there is always an event with an alert) but there is not always an alert with an event.

Alert I'm going to consider an Alert an synonym for an Alarm

Signature: The pattern a monitoring system uses to detect alarms. All alarms are created from a signature. The signature "pattern" is meant to be interpreted broadly, it can be anything from a regexp to a machine learning model. Well known signature formats in intrusion detection is Suricata rules, Yara rules, Sigma rules.

Incident: In ITIL v3 it is defined as β€œAn unplanned interruption to an IT Service or a reduction in the Quality of an IT Service. Failure of a Configuration Item that has not yet impacted Service is also an Incident. For example, Failure of one disk from a mirror set.” Not all alerts are incidents, nor is there necessarily a 1:1 relation between alerts and incidents. Incidents can be linked to alerts, i.e. certain alerts indicate an incident. In many scenarios, alerts of certain severity are automatically transferred to an service management system and are the basis for the creation of an incident ticket.

Notification: Notifications are the very part that bring alerts and incidents to the attention of people that need to act and to respond.And here we are exactly arriving at the typical job our enterprise notification software does. Using multiple channels (voice, text, push, IM, etc), duty schedules, escalation plans, mobile apps and much more to automatically to notify operational staff upon alerts & incidents. I.e. deliver critical information to the right people at the right time and wherever they are.

Recursion is a source of confusion. An endpoint protection system might av a signature that triggers on some event and generates an alert. This alert is logged to a centralized log system(CLM) like Splunk. In the CLM the alert can be considered both an event and an alert. There might be a problem that the endpoint protection platform generates to many alarms that have a high false positive rate(FPR) and it is not possible for an human to check every alarm. What might happen is that a new signature is made that generates an alarm if an endpoint has more that X number of endpoint protection alarms. In this scenario the endpoint detection alarms are events that are used for generating higher level alarms. In splunk this would normally be implemented as a saved search. The saved search in Splunk is what many call a correlation search and Splunk would be and example of what many call a Security Information and Event management system(SIEM)

Sources: https://www.linkedin.com/pulse/definition-event-alert-incident-notification-matthes-derdack/

botsv2-analysis's People

Contributors

ogrodas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.