Skip to content

Commit

Permalink
Was analyzing Sysmon event 1 image instead of CommandLine. Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-conrad authored Oct 29, 2021
1 parent 350fe3c commit 45d62cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepBlue.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function Main {
# Check command lines
if ($event.id -eq 1){
$creator=$eventXML.Event.EventData.Data[14]."#text"
$commandline=$eventXML.Event.EventData.Data[4]."#text"
$commandline=$eventXML.Event.EventData.Data[10]."#text"
if ($commandline){
Check-Command -EventID 1
}
Expand Down

0 comments on commit 45d62cb

Please sign in to comment.