Giter VIP home page Giter VIP logo

kibana_forensicdashboards's Introduction

Kibana_ForensicDashboards

The purpose of this project is to provide a collection of dashboards that are useful for quickly conducting a forensic investigation on a host, user, or processes using centralized collection of Sysmon logs. These dashboards were created using Sysmon data injested through Kafka, you may need to adjust the field names if you are using a different forwarder.

Presented at BSides Munich 2019

BSides Munich 2019

Usage

Log into your Kibana instance navigate to Management -> Kibana -> Saved Objects Import the JSON file

Host Investigation Dashboard

Enter a hostname in the search bar to investigate activity on that host.

  • Timelion Network Events by user
  • Timelion Process Creation events by user
  • elastalert alerts for this host
  • executed commands - events where the parent process is Cmd.exe, PowerShell.exe, wscript.exe, or cscript.exe
  • EventId 1 - Process Execution events on the host
  • EventId 3 - Network events on the host
  • EventId 11 - File creation events on the host
  • EventId 15 - Downloaded files
  • EventId 12,13,14 - Registry Modification events
  • EventId 19,20,21 - WMI Subscription modifications
  • Login events - Windows Security Event 4624, local authentication events

User Investigation Dashboard

Enter a username in the search bar to investigate activity on that host.

  • Timeline of all events split by hostname
  • count of user related events per hostname
  • Processes excuted by the user
  • Network Connections by the user
  • Files Created by the user
  • Files Downloaded by the user
  • Registry modifications by the user
  • Local authentication events by the user

Sysmon-ProcessInvestigation

Dashboard for investigating individual processes using the ProcessGuid in Sysmon events. Every executing process has a unique process_guid that can be used to show every sysmon event related to that process.

  • Process Creation events (event_id 1) also contain the parent_process_guid which can be used to track the lineage of a processes.
  • Multiple Process Guids can be displayed at once by chaining them together with OR statements

kibana_forensicdashboards's People

Contributors

aarju avatar wickedgenius avatar

Watchers

 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.