Audit security events

Audit security events in Linux — with the four heights of help laid out: do it now, make it easier for the next person to accept, work out the right move when you are stuck, and learn the pattern so it stops coming back.

4prompt heights
Open it in the interactive atlas →

The four heights

The same task, four distances: today's deadline, the next reviewer, the stuck moment, the pattern.

Execute — do the immediate task

+
Pull the security event logs for the past 7 days from the intrusion-detection host, filter for…
Pull the security event logs for the past 7 days from the intrusion-detection host, filter for failed SSH logins and sudo denials, aggregate by source IP, and send a one-page summary to Priya in security with indicators of compromise highlighted by 5pm today.

Improve — make it easier to accept

+
Before I hand this to the security team, make the audit easier to act on: surface the top five…
Before I hand this to the security team, make the audit easier to act on: surface the top five suspicious IPs up front, show time ranges where failures clustered, link each IP to known blacklist hits, and flag events with matching user accounts that had privilege escalation attempts.

Decide — diagnose the stuck moment

+
The monitoring alerted me to a sudden spike of failed SSH logins on host-db1 over the last hour. I…

I just noticed a spike in failed SSH attempts on one host and I'm unsure if it's focused or broad.

The monitoring alerted me to a sudden spike of failed SSH logins on host-db1 over the last hour. I can't tell whether it is a noisy scanner hitting many accounts or a targeted credential-stuffing attempt against a handful of users. Which quick diagnostics should I run now to distinguish the two and what immediate containment action should I take if it's targeted?

Become — change the pattern

+
Our security alerts keep producing noisy failed-login spikes so real incidents get buried and…

We repeatedly miss early signs because alerts are noisy and ignored.

Our security alerts keep producing noisy failed-login spikes so real incidents get buried and response slows. Which change will reduce false positives and surface true escalations: tuning rate thresholds per host, enforcing account lockouts after a few failures, or correlating with external blacklist feeds? Recommend the single most effective change and one metric to measure improvement this quarter.

Next to this one

Other operating system work people do in Linux.

Every task here came from the work, not from a feature list — which is why the prompts name what you want done and never the button that does it. The tool changes; the work does not.
Copyright © LLOS.ai · 2026 — original pedagogy, voice, and design — all rights reserved.

The rest of the map

Same library, five ways in.