dissect.target icon indicating copy to clipboard operation
dissect.target copied to clipboard

Create ScriptBlockLogging plugin

Open DissectBot opened this issue 1 year ago • 0 comments

EventID=4104 Provider_Name=”Microsoft-Windows-PowerShell”

Windows created eventlogs when PS scripts are executed. Due to the size limit of one event eventry, Windows splits the content over multiple 4104 events. Scripts are now manually reassembled by copy pasting. All the events for one script have the same “ScriptBlockId”.

Purpose of this plugin should be to be able to easily extract executed PS scripts from the eventlogs based on the ScriptBlockId.

DissectBot avatar Mar 18 '24 14:03 DissectBot