advent-of-cyber-2025

Room Link:
https://tryhackme.com/room/yara-aoc2025-q9w1e3y5u7

▶️ GingerHacker – Day 13 Video Walkthrough

Official walkthrough for quick onboarding:

🔗 YouTube Link:
https://youtu.be/NAYtCSUHR8M?si=BcrBFSlC0giDQdIP


🎄 Advent of Cyber 2025 — Day 13 Write-Up

🧩 YARA Rules — YARA Mean One!


✅ Challenge Answers


🛠️ Creating the YARA Rule

nano yara file

The YARA rule file is saved as TBFC:

rule TBFC_Simple
{
    meta:
        description = "Testing"

    strings:
        $var = /TBFC:[A-Za-z0-9]+/

    condition:
        $var
}

yara rules

yara findings


🔍 YARA Command Explanation

This scans everything under /home/ubuntu using the TBFC YARA rule and prints exact string matches and locations.


1️⃣ How many images contain the string TBFC?

5

2️⃣ What regex would match a string starting with TBFC: followed by alphanumeric characters?

/TBFC:[A-Za-z0-9]+/

3️⃣ What is the message sent by McSkidy?

Find me in HopSec Island