root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat easy-phish.md
// writeups

Easy Phish

26 Jul 2019 · 7 min read · user access
Easy Phish — HTB challenge
Customers of secure-startup.com are getting hit with convincing phishing emails. Instead of chasing the phishing kit itself, the challenge asks a more useful question: why does spoofed mail from this domain sail through in the first place? The answer — and the flag, split in two — is sitting in plain sight in the domain's own SPF and DMARC DNS records.

Challenge overview

FieldValue
PlatformHack The Box · Challenge
CategoryOSINT / DNS
DifficultyEasy
StateRetired
Targetsecure-startup.com

Attack map

[Recon] secure-startup.com
      │
      ▼
[dig TXT] SPF record  →  "v=spf1 a mx ?all - HTB{RIP_SPF_Always_2nd"
      │
      ▼
[flag part 1] HTB{RIP_SPF_Always_2nd
      │
      ▼
[dig _dmarc TXT] DMARC record  →  "v=DMARC1;p=none;_F1ddl3_2_DMARC}"
      │
      ▼
[flag part 2] _F1ddl3_2_DMARC}
      │
      ▼
[FLAG] HTB{RIP_SPF_Always_2nd_F1ddl3_2_DMARC}
🔒 Free account required

This is USER ACCESS content — free to unlock, no payment. The rest of the write-up (and everything else at this level) opens up once you're signed in.

Create a free account