Aurelius Blue Alert Lab: Alert Practice
In this section, you can practice classifying alerts from the lab. Mark each alert as True Positive or False Positive, then check your answer.
Suspicious Shell Execution by Backup Rotation Job
View Explanation and Evidence
False Positive. The observed activity corresponds to backup-rotate --version and normal backup tasks. The alert suggests possible shell execution, but there is no evidence that backup-rotate launched sh, bash, or dash as a child process. Because the parent/child relationship that would confirm the alert is missing, it is classified as a false positive.
Recommended KQL:host.name: "ORION-WEB" and process.name: "backup-rotate" Related Events: AUR-EVT-000001
Command Execution from CMS Plugin Directory
View Explanation and Evidence
True Positive. The evidence shows that the nginx/php-fpm web context launched dash with sh -c id from a CMS plugin directory. This combination of web user, php-fpm8.2 parent process, working directory under plugins, and command execution confirms suspicious activity.
Recommended KQL:host.name: "ORION-WEB" and process.name: "dash" Related Events: AUR-EVT-000003; AUR-EVT-000004; AUR-EVT-000005
Local Account Enumeration from Web Context
View Explanation and Evidence
True Positive. The nginx user executed commands such as cat /etc/passwd and ls -la /home/elena. Enumerating accounts and user directories from a web context is not normal application behavior, so the alert is confirmed.
Recommended KQL:host.name: "ORION-WEB" and process.command_line: (*passwd* or */home/elena*) Related Events: AUR-EVT-000006; AUR-EVT-000007
Suspicious Access to User SSH Material
View Explanation and Evidence
True Positive. There is evidence of access to /home/elena/.ssh, including listing or reading SSH material from a web context. A process associated with nginx should not inspect SSH keys or SSH directories belonging to local users, so this case is a true positive.
Recommended KQL:host.name: "ORION-WEB" and file.path: */home/elena/.ssh* Related Events: AUR-EVT-000008; AUR-EVT-000009
Unusual Outbound Connection from Web Service
View Explanation and Evidence
True Positive. php-fpm8.2 made outbound connections to 10.10.22.45 after command execution on the web server. An outbound connection from a web process to a suspicious IP address on unusual ports confirms the alert.
Recommended KQL:host.name: "ORION-WEB" and destination.ip: "10.10.22.45" Related Events: AUR-EVT-000010
Suspicious Command Execution by Build Service
View Explanation and Evidence
False Positive. The command df -k /opt/forgeci/workspace was executed by builder as a normal CI service check. There is no use of /tmp, sudo, credential access, payload, or suspicious command chain. For that reason, it is dismissed as a false positive.
Recommended KQL:host.name: "FORGE-CI" and process.command_line: "df -k /opt/forgeci/workspace" Related Events: AUR-EVT-000012
Suspicious Access to Shell History
View Explanation and Evidence
True Positive. The builder user read /home/builder/.bash_history from an interactive shell. Access to shell history can reveal commands, sensitive paths, or secrets accidentally typed into the shell, so the alert is confirmed.
Recommended KQL:host.name: "FORGE-CI" and file.path: */.bash_history Related Events: AUR-EVT-000014
Possible Local Privilege Escalation Discovery
View Explanation and Evidence
True Positive. builder executed sudo -l from an interactive shell. This command is used to discover available sudo privileges and, in this context, is part of local reconnaissance activity. It is classified as a true positive.
Recommended KQL:host.name: "FORGE-CI" and process.command_line: "sudo -l" Related Events: AUR-EVT-000016
Executable Permission Added to Temporary File
View Explanation and Evidence
True Positive. builder executed chmod +x on a file located in /tmp, and related activity appears afterward. Adding execute permissions to a temporary file is a strong indicator of preparation for suspicious execution.
Recommended KQL:host.name: "FORGE-CI" and process.command_line: *chmod* and process.working_directory: "/tmp" Related Events: AUR-EVT-000018
Multiple Outbound Connections by Package Service
View Explanation and Evidence
False Positive. The connections were made by apt-helper or unattended-upgrade to package mirrors over ports 80/443. There are no suspicious commands nearby, unusual destinations, or relationship with unauthorized access activity. This is normal update traffic.
Recommended KQL:host.name: "ATLAS-MAIL" and process.name: ("apt-helper" or "unattended-upgrade") Related Events: AUR-EVT-000020; AUR-EVT-000021; AUR-EVT-000022
Suspicious IMAP Authentication Failures
View Explanation and Evidence
True Positive. Multiple IMAP authentication failures were observed from 10.10.22.45 against port 993. Repeated attempts from the same IP address against a mail service indicate suspicious authentication activity, so the alert is true.
Recommended KQL:host.name: "ATLAS-MAIL" and destination.port: 993 and source.ip: "10.10.22.45" Related Events: AUR-EVT-000024; AUR-EVT-000025; AUR-EVT-000026; AUR-EVT-000027; AUR-EVT-000028; AUR-EVT-000029
Automation Script Executed as Root
View Explanation and Evidence
True Positive. root executed /home/mateo/.mail-sync.sh, and child actions such as tar or rm were observed afterward. Root executing a script located in a user profile is anomalous and enough to confirm the alert.
Recommended KQL:host.name: "ATLAS-MAIL" and process.command_line: */home/mateo/.mail-sync.sh* Related Events: AUR-EVT-000030; AUR-EVT-000031
Possible Anonymous SMB Enumeration
View Explanation and Evidence
False Positive. An anonymous SMB logon exists, but it is an isolated event and there is no follow-up evidence of share enumeration, remote execution, multiple failures, lateral movement, or relevant activity afterward. Without additional evidence, it is classified as a false positive.
Recommended KQL:host.name: "LYRA-FS" and user.name: "ANONYMOUS LOGON" Related Events: AUR-EVT-000033
Possible SMB Password Spraying
View Explanation and Evidence
True Positive. Several 4625 events with LogonType 3 were observed from 10.10.22.45 against multiple SMB users. The combination of the same source, multiple users, and repeated failures matches a password spraying pattern.
Recommended KQL:host.name: "LYRA-FS" and event.code: "4625" and source.ip: "10.10.22.45" Related Events: AUR-EVT-000035; AUR-EVT-000036; AUR-EVT-000037; AUR-EVT-000038; AUR-EVT-000039; AUR-EVT-000040
Suspicious Access to PowerShell History
View Explanation and Evidence
True Positive. PowerShell read ConsoleHost_history.txt and searched for password-related strings. Searching PowerShell history can reveal credentials or sensitive commands, so it is considered a true positive.
Recommended KQL:host.name: "VEGA-WS" and process.command_line: *ConsoleHost_history.txt* Related Events: AUR-EVT-000041
Privileged Account Login from Suspicious Source
View Explanation and Evidence
True Positive. A 4624 LogonType 10 login for Administrator was observed from 10.10.22.45, followed by special privilege assignment. A privileged RDP login from a suspicious source confirms the alert.
Recommended KQL:host.name: "NOVA-ADM" and event.code: "4624" and winlog.event_data.LogonType: "10" Related Events: AUR-EVT-000043; AUR-EVT-000044
Executable Created in User AppData Directory
View Explanation and Evidence
True Positive. PowerShell created C:\Users\Administrator\AppData\Local\syncsvc.exe. Creating an executable in AppData under an administrator profile, especially after a suspicious login, is clear evidence of anomalous activity.
Recommended KQL:host.name: "NOVA-ADM" and file.path: *AppData\\Local\\syncsvc.exe Related Events: AUR-EVT-000045; AUR-EVT-000046
Suspicious Scheduled Task Using User Profile Path
View Explanation and Evidence
True Positive. Event 4698 shows the creation of the \SystemSyncCheck task, pointing to the syncsvc.exe executable inside Administrator AppData. A scheduled task that runs binaries from a user profile is suspicious and confirms persistence.
Recommended KQL:host.name: "NOVA-ADM" and event.code: "4698" and winlog.event_data.TaskName: "\\SystemSyncCheck" Related Events: AUR-EVT-000047
rundll32.exe Executing DLL with Unusual Arguments
View Explanation and Evidence
False Positive. rundll32.exe executed shell32.dll from C:\Windows\System32 with explorer.exe as the parent process and normal COM arguments. There is no DLL in a suspicious path, encoded PowerShell, or associated payload. For that reason, it is a false positive.
Recommended KQL:host.name: "NOVA-ADM" and process.name: "rundll32.exe" Related Events: AUR-EVT-000049
Suspicious Process Access to LSASS
View Explanation and Evidence
False Positive. Access to lsass.exe was performed by svchost.exe under NT AUTHORITY\SYSTEM, with services.exe as the parent process. There is no evidence of a dump, mimikatz, suspicious PowerShell, or comsvcs.dll. The activity matches normal system behavior.
Recommended KQL:host.name: "VEGA-WS" and event.code: "10" and target.process.name: "lsass.exe" Related Events: AUR-EVT-000051