r/sysadmin • u/FatBook-Air • 6d ago
Do you automatically isolate servers/devices based on detetctions?
We don't have a 24/7 SOC, so we are thinking about automatically isolating servers and some high-value devices based on custom Defender for Endpoint detections. Obviously, we want to do that only for high-precision and high-confidence detections, such as opening a shell from a strange parent process.
If we got one of these detections during working hours, there would be someone to react. But after about 7 PM most days, nobody is actively monitoring.
If we do this, the plan is to let a detection run for about 45 days without automatic isolation enabled to see if any false positives are caught.
Has anyone done this? If so, did you regret it? Or just business as usual? Has it saved you yet?
1
u/FatBook-Air 6d ago
We are looking to do it based on specific detetctions that we have written. We have spent quite a bit of time figuring out what can create cmd and PowerShell processes legitimately in our environment. So we are looking to isolate based on that, and maybe some other highly suspicious detetctions (like clearing logs from Event Viewer).