Skip to content

JhonShell/Plaso-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

What this script does

split-security.ps1 takes an offline Security.evtx file that has grown too large (4 GB+ is common) and exports it into three smaller, valid .evtx chunks. Each chunk:

contains a contiguous range of EventRecordIDs,

has fully correct EVTX headers and checksums (because it is created with Microsoft’s own wevtutil),

is small enough for Plaso, Event Viewer, or any other parser to open without exhausting RAM.

You might get a error on plaso about the evxt too large by spliting this by plaso will process those chunk like indepent evtx.

Usage:

Run from an elevated PowerShell prompt

powershell -NoProfile -ExecutionPolicy Bypass -File .\split-security.ps1 ` "C:\Evidence\Security.evtx" "C:\Evidence\Chunks"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published