External Script Fetching
High
- Category
- Supply Chain
- Content
**Shell execution / reverse shells:** - `nc -e`, `bash -i >& /dev/tcp`, `ncat`, `mkfifo /tmp/` - `python -c 'import socket'`, `perl -e`, `ruby -e` - `curl ... | bash`, `wget -O- ... | sh` (pipe-to-shell combos) **Credential harvesting:** - Reads from `~/.ssh/`, `~/.aws/credentials`, `~/.gitconfig`, browser cookie stores, system keychain
- Confidence
- 90% confidence
- Finding
- Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
