Defensive Security Tooling: CyberChef: The Basics (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 write-up for CyberChef: The Basics that covers Access to Tooling, Navigating the Interface, Before Anything Else, Practice Practice, Practice, and Your First Official Cook.
In which area can you find "From Base64"? operations
Which area is considered the heart of the tool? Recipe
At which step would you determine, "What do I want to accomplish? 1
What is the hidden email address? hidden@hotmail.com

What is the hidden IP address that ends in .232? 102.20.11.232

Which domain address starts with the letter "T"? TryHackMe.com

What is the binary value of the decimal number 78? 01001110
What is the URL encoded value of https://tryhackme.com/r/careers? https://tryhackme.com/r/careers
Using the file you downloaded in Task 5, which IP starts and ends with "10"? 10.10.2.101

What is the base64 encoded value of the string "Nice Room!"? TmljZSBSb29tIQ==
What is the URL decoded value for https%3A%2F%2Ftryhackme%2Ecom%2Fr%2Froom%2Fcyberchefbasics? https://tryhackme.com/r/room/cyberchefbasics
What is the datetime string for the Unix timestamp 1725151258? Sun 1 September 2024 00:40:58 UTC
What is the Base85 decoded string of the value <+oue+DGm>Ap%u7? This is fun!
Thank you for reading my article. Please leave any questions or comments on improving my learning journey and the Lab THM challenges.