A Windows PC got hacked. You are investigating it and trying to identify- if there's any malicious process ran on boot time? Simply open the file-
"C:\Windows\System32\WDI\LogFiles\BootCKCL.etl"
It contains all EXE, DLL or, SYS info that were started during the boot time.
#dfir
You know, when people hire artists, they look at their portfolio.
They don’t hand them a canvas, some watercolors and make them paint in front of an audience.
I have absolutely no idea how the people that force Scrum or equivalent on the entire organization reconcile that with "self-organizing teams" or "give them the env & support they need, and trust them to get the job done." You'd think there'd be some cognitive dissonance, there.
TypeScript Tip 💡
Getting tired of those long import statements?
Then get rid of absolute paths 🔥
Add a "baseUrl" and all imports become relative to that.
The imports get to look way less "messy" in this way!