333 words
2 minutes
EYCC 2025 — OSINT Challenges

EYCC 2025 — OSINT Challenges#

EYCC OSINT Banner

Hola! This write-up covers the Egyptian Youth Cybersecurity Competition (EYCC) OSINT challenges that I solved with steps taken to find the flag.

This was my first time exploring OSINT challenges, and I definitely enjoyed them!


First Challenge: Phantom Employee#

Our mission was to find the name of a fired employee and check their digital footprint to find the flag.

We were given a link to the company’s website, which had an Our Team page:

Our Team Page

There was no clue about the fired employee either on the page itself or in the source code. So I copied the challenge’s link to the WayBack Machine and found an old version of the website that had the fired employee’s name:

Archived Employee

Then I searched for this employee’s name across different platforms but initially found nothing. After some digging, I finally found a LinkedIn account with the same name and noticed the flag in the account’s info:

LinkedIn Flag


Second Challenge: Shadow Signal#

This time, the goal was to track the digital footprint of an employee at a company called TechSecure Inc. to find the flag.

A link to the company’s website was provided. I checked the site and noticed something interesting in the Our Team section:

Team Section

I searched for this username on different platforms and found an X account belonging to the same employee, which included a posted picture:

X Account Photo

I first thought the flag was in the picture, so I tried extracting metadata and checking for steganography but found nothing. At this point, I almost lost hope.

However, in the comment section, I found an old comment from someone named Mark, who was definitely not a contestant since the comment was made before the competition started:

Old Comment

Following that account led me to another picture:

Linked Picture
Full Picture

I downloaded this picture and examined it using strings:

Terminal window
strings coffee.jpg | head

The output hinted at a link to check:

Strings Output

After checking the link, I found the flag directly:

Flag Revealed


That’s it! Don’t forget to check my other write-ups for the Web, Crypto, and Forensics challenges.

EYCC 2025 — OSINT Challenges
https://ssumix.vercel.app/posts/eycc/osint-eycc-write-up/
Author
0xSky
Published at
2025-09-07
License
CC BY-NC-SA 4.0