>Sudo Savvy logo sudo-savvy:~$

~/posts/breaking-down-a-modern-clickfix-attack.md

Breaking Down a Modern ClickFix Attack

# 14/08/2026 · [defence]

If you work in a SOC, it’s all too familiar at this point – a compromised endpoint alert comes into the alert queue, but the initial access vector isn’t immediately clear. As the analyst works backwards through the logs and timeline, a ClickFix attack begins to emerge. What initially looks like a user simply trying…

$ cat full-post
~/posts/device-code-phishing-from-a-soc-perspective-detect-and-prevent.md

Device Code Phishing from a SOC Perspective: Detect and Prevent

# 01/08/2026 · [defence]

Over the last few months the SOC I work in has seen a huge increase in device code phishing compromises. It’s gone from something we’d read about occasionally to something we handle numerous times weekly, and the pattern is consistent enough that I thought it would be good to document in my blog. So here’s…

$ cat full-post
~/posts/sudo-trace.md

>Sudo Trace

# 23/05/2026 · [defence]

>SudoTrace is a free, self-hosted, AI-assisted analyst workbench that shows you what really happened on a compromised endpoint — faster than MDE alone. Update 25/06/2026 — >SudoTrace now includes a Business Email Compromise Checker. Details at the bottom. If you work in a SOC and use Microsoft Defender for Endpoint, you already know the problem.…

$ cat full-post
~/posts/how-i-passed-the-microsoft-security-operations-analyst-exam-sc-200.md

Passing the Microsoft Security Operations Analyst Exam (SC-200)

# 11/04/2025 · [defence]

I recently passed my SC-200 exam and I wanted to share the resources I used to pass this exam. To keep it tl;dr, I recommend these three essential resources that are (in my opinion) key to passing the SC-200 exam: Udemy “SC-200 Microsoft Security Operations Analyst Course & SIMs” by John Christopher Microsoft Learn SC-200…

$ cat full-post
~/posts/installing-goad-on-parrotos.md

Installing GOAD on Parrot Security OS

# 17/03/2025 · [offsec]

Ever wanted to practice pentesting a virtual Active Directory environment but thought it would be a massive hassle to set up? That’s where the tool GOAD (Game Of Active Directory) comes into play. As per the github: The purpose of this tool is to give pentesters a vulnerable Active directory environment ready to use to…

$ cat full-post
~/posts/hardening-a-server-with-wazuh-an-open-source-edr.md

Server Hardening with Wazuh: An Open-Source XDR Solution

# 11/03/2025 · [defence]

My cloud-hosted VPS serves as a personal VPN server that also routes traffic through a Pi-hole to block ads and trackers—because, honestly, that’s the only way the internet is useable these days. It’s been running for a couple of years with little to no maintenance, and recently, I decided it was time to put my…

$ cat full-post
~/posts/malware-delivery-using-blender.md

Malware Delivery via Blender

# 28/02/2025 · [offsec]

Traditional phishing and malware delivery attacks typically follow a predictable pattern: “Hey user, open this Word document. It contains important information you need to see.” The user opens the document. “Hey user, enable macros to view the contents of this important document.” The user clicks “Enable Content.” A hidden macro runs a PowerShell script in…

$ cat full-post
~/posts/pivoting-for-dummies-ligolo-ng.md

Pivoting for Dummies: Ligolo-ng

# 20/02/2025 · [offsec]

Moving laterally within a compromised network, pivoting from one target network onto a secondary target network, or even a third, can be confusing for those who are not accustomed to the technique and find that there are a million pivoting tools out there that look to do the same exact thing. There are certainly other…

$ cat full-post
~/posts/malware-analysis-trading-bot.md

Malware Analysis – A “totally legit” trading bot

# 12/02/2025 · [defence]

I was recently sent this video by a friend who wanted to know if this was “legit”: The video advertises a trading bot that automates trades between crypto USDT and USDC, taking advantage of small price differences to generate guaranteed profit. Sounds too good to be true right? Let’s examine this so-called trading bot using…

$ cat full-post
~/posts/hack-the-box-academy-level-up-to-elite-soc-analyst.md

Leveling Up with HackTheBox Academy (CPTS & CDSA)

# 06/02/2025 · [defence] [offsec]

I have been working as SOC Analyst for several years, primarily working in banking Cyber Security Operation Centers. However after taking a career break, I wanted to refresh and upgrade my skills before re-entering the job market. Given the high costs of traditional cybersecurity certifications (I’m looking at you OffSec and SANS!!), I sought a…

$ cat full-post
© 2026 >Sudo Savvy