root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat alien-cradle.md
// writeups

Alien Cradle

28 Apr 2023 · 2 min read · user access
Alien Cradle — HTB challenge
A suspicious PowerShell script (a download cradle). The flag isn't in the remote payload but obfuscated by string concatenation within the script itself.

Challenge overview

FieldValue
PlatformHack The Box · Challenge
CategoryForensics
DifficultyVery Easy
StateRetired
Filescradle.ps1

Attack map

[cradle.ps1] malicious PowerShell
      │
      ▼
[check] WindowsIdentity == secret_HQ\Arth
      │
      ▼
[download+IEX] remote payload (decoy)
      │
      ▼
[$f='H'+'T'+'B'+...] concatenated flag
      │
      ▼
[FLAG]
🔒 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