Code Monkey home page Code Monkey logo

lrwc-log-beautify's Introduction

LRWC Log Beautify

LRWC Log Beautify Logo

Introduction

LRWC Log Beautify is a PowerShell script designed to assist security analysts in enhancing the readability and usability of log data from the LogRhythm SIEM. This tool simplifies the process of organising, processing, and presenting log data, making it easier to read, filter, and work with, ultimately improving the workflow for security analysts and other users.

Disclaimer: Please ensure that you have the necessary permissions to process the data in your CSV files. Handle sensitive information responsibly. LRWC Log Beautify is an independent project and is not affiliated with or endorsed by LogRhythm.

Windows

Functionality

  1. Imports raw .CSV that the user selects
  2. Re-arranges field columns for readability
  3. Converts 'Log Date' from MM/DD/YYYY format to DD/MM/YYYY format.
  4. Defangs any IP Addresses, URLs and Domains within any cells.
  5. Formats the spreadsheet as a styled table
  6. Save resulting file as a .XLSX Workbook

Prerequisites:

Microsoft Office 2016 installed on system

Microsoft Windows OS:

  • Windows 7 with Service Pack 1 (SP1)
  • Windows Vista with Service Pack 2 (SP2)
  • Windows 8
  • Windows 10
  • Windows 11

Dependencies:

Installing NuGet

Open PowerShell as an administrator.

Install-PackageProvider -Name NuGet -Force

Once the installation is complete, you can verify that NuGet is installed by running the following command:

Get-PackageProvider -Name NuGet

This should display the version of NuGet that is installed on your system.

Installing ImportExcel

Open PowerShell as an administrator.

Run the following command to install the module from the PowerShell Gallery:

Install-Module -Name ImportExcel

macOS

Functionality

  1. Imports raw .CSV that the user selects
  2. Re-arranges field columns for readability
  3. Converts 'Log Date' from MM/DD/YYYY format to DD/MM/YYYY format.
  4. Defangs any IP Addresses, URLs and Domains within any cells.
  5. Save resulting file as a .CSV

Prerequisites:

macOS 10.13 and higher

Dependencies:


Virus Scan

Demo

alt text alt text

lrwc-log-beautify's People

Contributors

cyb3rn8te avatar

Stargazers

0xR19BY avatar Tom Jones avatar

Watchers

John Berkers avatar  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.