We use cookies to ensure you get the best user experience. For more information see our cookie policy.
To access material, start machines and answer questions login.
The Level 2 role includes a wide range of responsibilities that you will cover throughout the Level 2 learning path. But triage of escalated alerts remains the core duty, as every reported case might indicate an exfiltration attempt, ransomware, or even a wiper. In this room, you will learn the Level 2 workflow during alert triage and see how it differs from Level 1.
Continue to the next task.
Same as Level 1, you need a trigger to start your job. For L1, this trigger is a new alert. For L2, it's a reported incident: mostly in the form of an escalated alert, but can also be a direct, urgent request from your management or customers. Next, start your workflow: investigate, respond to, and learn from the incident. Below is a high-level diagram, but we will explore each section in detail in the next tasks.
While L1 focus on triage speed and alert review, L2 focus on triage quality and deeper log analysis. You still have to comply with , but a correct verdict and the right response to the incident are now much more important. For example, L1 may quickly review the alert and escalate it to you in 10 minutes. And you will spend 2 more hours investigating it, coordinating with other teams, and fully mitigating the attack.
| Triage Aspect | Level 1 | Level 2 |
|---|---|---|
| Trigger | New security alert | Escalated alert |
| Applicable (/) | Applicable (Same as L1) | |
| Focus | Quick alert triage within | Deeper log analysis and response |
| Platform | Mostly a ticketing system and | Wider range of and IT tools |
| Response | Basic response, such as: - Quarantine malicious download - Approve alert playbook |
Advanced response, such as: - Manually clean up malware - Disable users and isolate hosts |
As a reminder, L2 will have different duties depending on the organization. For example, big enterprises and MSSPs can have an L3 position and dedicated and squads that will take some of the work off your plate. On the other hand, in smaller companies, you might be a jack-of-all-trades, handling all investigative aspects, which is really fun but adds more responsibility. Keep this in mind when looking for a new job.
What is the most common trigger for L2 to start the triage?
In an ideal scenario, the information you'll get from alert details and L1 comment will be sufficient to make a confident verdict without a need for deeper log analysis, but usually you'd still need to do a full investigation. This task will explore the log analysis process, but don't forget about the operations, too:
Before rushing into deep log analysis, get a high-level understanding of what happened. Suppose you receive the "Rundll32 Spawned by " alert. Your first queries should quickly answer these questions: Why did the rule trigger? What did Rundll32 do next? What led to launching in the first place? And does it all resemble a specific attack pattern? Once you have formed a "story" of the case, you can then proceed to more detailed timelining.
Let's say Rundll32 activity resembles an infostealer infection,
and was launched by an unknown NetDbg application.
Forming a story helps with summarizing the incident, but it doesn't reveal all attack indicators. If you don't want to miss a hidden backdoor, you need to build a proper timeline. For the scenario above, you can timeline process, file, and network activities of NetDbg, and do the same for Rundll32 and its children until you have a full list of indicators and a complete timeline of the incident. Below is an example of a timeline that:
lxdhk.dll, netupdate-pro.shop, 159.89.143.156)A typical L2 case is simple enough to resolve with a single timeline. But in alerts like the one above, many questions remain open. You'll need to ask your IT regarding the NetDbg app, find out who installed it, how that user appeared in the network, whether their host is infected, and so on. For such cases, L2 log analysis becomes a threat hunting loop:
| Note: You will learn more about the "hypothesis" concept in the Threat Hunting module. |
Should you understand the rule purpose before triaging the alert? (Yea/Nay)
What term is used for a chronological list of events (related to the attack)?
The response is where your and L1's work merge into a real action that stops the threat or prevents future threats. Every threat requires a response, but sometimes it is automatically applied by or other security measures. Ideally, you should start the response only once the investigation is complete and a verdict is made. But in the real world, it's a bit more complicated, so let's explore the details.
Imagine you're triaging an anomalous login alert where a user signs in to their Microsoft account through Proton . The actions following the login look legitimate, but you're still concerned it could be a breach. Only the user themselves can confirm "yes, that was me", so the next step is to reach out directly. If the risk is high and there is no immediate reply, disable the account until they confirm. A few more examples of verification:

Above is the most common type of activity verification.
If the user doesn't respond, disable the account and reach out to their manager
Once you verify the activity and make a final TP or FP verdict, you can start the response. For localized infections, such as adware on an employee's laptop, a file quarantine via is sufficient. For large-scale intrusions, you may need to access the hosts via /, disable users in Entra ID, isolate subnets, apply patches, and more. Response work is tense but fun, as it introduces you to new tools and brings you closer to other teams, such as IT.

You will use many new tools to apply a proper response.
Above is a screenshot from the Entra ID portal
For major incidents where every second matters, you may need to contain the threat before the investigation is finished. If you see ongoing data exfiltration but don't yet know how it started, stop it first, then investigate. This is where experience matters most: making the right call under pressure, when playbooks can't give a single answer. In short, the response can be split into three parts, applied at different times:

During large-scale intrusions, the flow is not linear and can go back and forth.
You will learn the best practices later in the Incident Response module
Even False Positives can require a response, just not so urgent as to the real threats. For example:
| Example | L2 Response | Often Called |
|---|---|---|
| The rule triggered on an unrelated system activity due to a flaw in its query | Plan a fix in the rule or report the issue to the engineering team | False Positive Tuning |
| The alert was a FP, but it highlighted a server with an Internet-exposed | Cooperate with IT team to hide access behind a | Security Hardening |
| The alert was simple, but the L1 analysis was incomplete or incorrect | Explain the mistakes to L1 or plan a dedicated mentorship call | Team Improvement |
A case can be resolved once the verdict is set and the threat is fully remediated. Resolution processes vary by company and can involve ticketing routine and other formalities, but three best practices always apply:
What is the term for a temporary response that stops the threat from spreading?
You see a clearly malicious activity on one of the corporate devices.
You also know about an ongoing pentest, but red teamers do not respond.
Would you isolate the device before receiving a confirmation? (Yea/Nay)
Formally, the L2 workflow ends once the case is resolved. But an analyst with a senior mindset would also reflect on what went well and what could be improved. If the rule generated a False Positive, plan the changes or even fix it the same day if you have time. If some procedures felt useless, raise the topic on the team call. If the attack was completely new to you, learn about it in your free time. Overall, learn the lessons from every alert!
Let's wrap up the learned knowledge! Open the static site by clicking the View Site button below. You will read the escalated alert and follow the triage workflow: analysis, response, and learning lessons from the incident. Once ready, grab your flag and answer the question.
Note: For the best experience, open the app in full screen mode.
What is the flag you get at the end of the challenge?
L2 alert triage goes far beyond log analysis. Communicating impact, responding to threats, tuning broken rules, and reflecting on outcomes are all core parts of the L2 workflow. The key takeaway: learn from your mistakes and take initiative to make your team better. In the next room, Report Writing for L2, you'll focus on report writing, a critical soft skill for MSSPs and any senior role. Hope you enjoyed the room!
Complete the room!
TryHackMe provides free online cyber security training to secure jobs & upskill through a fun, interactive learning environment.
Already have an account? Log in