Cyber Defense Frameworks: Unified Kill Chain (TryHackMe)

Search for a command to run...

No comments yet. Be the first to comment.
Link to the challenge on TryHackMe: Modern Web Stacks Introduction During a time-boxed engagement, the first tester to identify Apache/2.4.49 in a Server: header already knows the exact CVE before the

Link to the challenge/walkthrough on TryHackMe: Broken Authentication Introduction Authentication is the process by which a web application verifies the identity of the user making a request. It typic

Link to the HealthGPT AI security CTF challenge on TryHackMe. Meet HealthGPT, a well-meaning virtual assistant used by a busy healthcare team. It helps clinicians look up procedures, draft notes, and

Link to the section of the AI Odyssey CTF on TryHackMe: Token City. It covers challenges like: ML Sec: The Loan Arranger | AI Sec + DFIR: Rogue Commit | AI Sec + Web App Sec: Sealed Substation | Agent

Link to the Privilege Escalation Challenge on TryHackMe: Linux Privilege Escalation: Automation Introduction By now, you should have an understanding of basic privilege escalation techniques and how t

In this article, I will write a Unified Kill Chain write-up: The Basics that covers What is a “Kill Chain”, What is “Threat Modelling”, Introducing the Unified Kill Chain, Phase: In (Initial Foothold), Phase: Through (Network Propagation), Phase: Out (Action on Objectives) and Practical.
Where does the term "Kill Chain" originate from? For this answer, you must fill in the blank!: The ********** military**
What is the technical term for a piece of software or hardware in IT (Information Technology?) asset
In what year was the Unified Kill Chain framework released? 2017
According to the Unified Kill Chain, how many phases are there to an attack? 18
What is the name of the attack phase where an attacker employs techniques to evade detection? Defense Evasion
What is the name of the attack phase where an attacker employs techniques to remove data from a network? Exfiltration
What is the name of the attack phase where an attacker achieves their objectives? Objectives
What is an example of a tactic to gain a foothold using emails? Phishing
Impersonating an employee to request a password reset is a form of what? Social Engineering
An adversary setting up the Command & Control server infrastructure is what phase of the Unified Kill Chain? Weaponization
Exploiting a vulnerability present on a system is what phase of the Unified Kill Chain? Exploitation
Moving from one system to another is an example of? Pivoting
Leaving behind a malicious service that allows the adversary to log back into the target is what? Persistence
As a SOC analyst, you pick up numerous alerts pointing to failed login attempts from an administrator account. What stage of the kill chain would an attacker be seeking to achieve? Privilege Escalation
Mimikatz, a known attack tool, was detected running on the IT Manager's computer. What is the mission of the tool? Credential dumping
While monitoring the network as a SOC analyst, you realise that there is a spike in the network activity, and all the traffic is outbound to an unknown IP address. What stage could describe this activity? Exfiltration
Personally identifiable information (PII) has been released to the public by an adversary, and your organisation is facing scrutiny for the breach. What part of the CIA triad would be affected by this action? Confidentiality
Deploy the static site attached to the task. You will need to match the various actions of an attacker to the correct phase of the Unified Kill Chain framework to reveal the flag.
Answer the questions below
Match the scenario prompt to the correct phase of the Unified Kill Chain to reveal the flag at the end. What is the flag? THM{UKC_SCENARIO}

Thank you for reading my article. Please leave any questions or comments on improving my learning journey and the THM challenges.