Forum Discussion
ArthurDent
1 month agoBronze III
Ransomware: LockBit
I can't figure out what question 7 is looking for as the answer. I ensured I was looking at logs with an EventType of SetValue, I ensured it was LockBit.exe doing the event, but nothing I've tried fr...
ArthurDent
1 month agoBronze III
Nevermind. Figured it out by looking at all the Type 13 logs.
- Andrea18 days agoBronze I
What was the answer, I am struggling to figure this out?
- ArthurDent18 days agoBronze III
It's asking for the first change, so you need to sort the events - the _time field only goes down to the second so there are a whole lot of events in the same second; the UtcTime is more precise - sort on that and get the first one. It just wants the channel name by itself.
- Andrea18 days agoBronze I
Thanks, I was able to finally figure it out.