Tags: youtube osint
Rating:
# AHF - OSINT
Author - [Sanjay Baskaran](http://github.com/sanjaybaskaran01)
Requirements : Know how to Google
(If any of the images aren't loading, please check the original [writeup](https://github.com/csivitu/CTF-Write-ups/tree/master/Deconstruct.f/OSINT/AHF))
---
When we open the challenge we are greeted with
>We've been listening and we've heard this group can write decent code (ahem ahem),but what have they been listening to?
The [PDF](https://github.com/csivitu/CTF-Write-ups/blob/master/Deconstruct.f/OSINT/AHF/team.pdf) included pictures of the team "Atom Heart Father" and their names.
We first start up by checking all the user's Spotify (Maybe the flag was in the user's playlist's description) / GitHub (Maybe a project that the team had developed) but that led nowhere.
Finally trying on Youtube gives us Atom Heart Mother as a suggestion which could be a song that they were listening to.
![](https://raw.githubusercontent.com/csivitu/CTF-Write-ups/master/Deconstruct.f/OSINT/AHF/1.png)
![](https://raw.githubusercontent.com/csivitu/CTF-Write-ups/master/Deconstruct.f/OSINT/AHF/2.png)
and finally in the comments of [Pink Floyd - Atom Heart Mother Suite (Full Song)](https://www.youtube.com/watch?v=Fku7hi5kI-c) we have
![](https://raw.githubusercontent.com/csivitu/CTF-Write-ups/master/Deconstruct.f/OSINT/AHF/flag.png)
The flag is
```
dsc{d0nt_m355_w1th_4t0m_h34rt_f4th3r}
```