Easy Phish
XESXOR8/23/20261 min read
#osint#htb#n/a
Easy Phish
Platform: HackTheBox | Category: OSINT | Difficulty: Easy | Author: D3v0o0Nu11 | Date: 2026-02-10
Description
Customers of secure-startup.com have been recieving some very convincing phishing emails, can you figure out why?
Solution Approach
Core idea: Identify the weakness from source review or fingerprinting first. Iterate with incremental payloads instead of guessing.
Steps
-
For this challenge we may use several enumeration tools for OSINT.
-
I used
digfor this challenge. -
Run ->
dig TXT secure-startup.com. -
Notice there's a partition of the flag.
-
Next, run
dig TXT secure-startup.com _dmarc.secure-startup.com. -
Got another one, but this time has the
}. -
Concate all the partition.
REDACTED
- Got the flag!
Flag
REDACTED
Lessons Learned
- Identify the weakness from source review or fingerprinting first.
- Iterate with incremental payloads instead of guessing.
- Reuse the same pattern in future engagements.