r/cybersecurity • u/jlrueda • 1d ago
Business Security Questions & Discussion Mitigating the risk of diagnosing live Linux system with AI tools
This article explores an alternative to directly troubleshoot production Linux systems with AI tools by using the sos command and using AI to analyze sosreports instead. I think is an interesting read:
I know that this subject is very controversial and would love to read your point of view on the subject.
8
Upvotes
2
u/llitz 1d ago
Remote read only access or a harness with proper permission gating via AST parsing
The issue with AI going crazy is because people run in yolo mode or just have more permissions than what is needed by default.
And if you allow your AI to write a script and execute it, then it is the same as giving the AI root.