EnFuse Conference

Pretty geeked for this conference as I have been slowly transitioning to focus more and more on the DFIR side of the world. I will post a post-con blog once I am back.
Enfuse is a three-day security and digital investigations conference where specialists, executives, and experts break new ground for the year ahead. It's a global event. It's a community. It's where problems get solved. Attend Enfuse to take your work—and your career—to a whole new level. Learn more about the change from CEIC to Enfuse in our"
Going to try something different on this new blog. Every time I blog (which for now is rare) I will post a useful Hunting Command.
Simple but effective - find all established connections on a certain port
netstat -na | find "443" | find /i "established"
Comments
Post a Comment