Terminal Execution Preview
$ Request: "Show failed SSH logins in last hour"
$ Generated: sudo journalctl -u ssh --since "1 hour ago" | grep "Failed password"
$ Validated: Allowed by security policy
$ Output: 3 failed login attempts detected
University of Bahrain
College of Information Technology
Department of Information Systems
Representative flow: a natural language request is translated, validated, and
reflected back to the operator through the same response patterns the live
dashboard consumes (natural_language_summary, validated command, and
optional expanded technical report).
$ Request: "Show failed SSH logins in last hour"
$ Generated: sudo journalctl -u ssh --since "1 hour ago" | grep "Failed password"
$ Validated: Allowed by security policy
$ Output: 3 failed login attempts detected
Check open ports and active network listeners.
ss -tlnp && ss -ulnp
Execution completed on 3 servers with zero policy violations.