A simple python script that we created as part of our blog series on Incident Response in the Neocloud.
- Python 3.x installed.
- Nebius CLI installed and added to your system PATH.
- Installation guide: Nebius CLI Docs
- Authentication: You must be logged in via the CLI:
nebius init # OR if using a specific profile nebius init --profile <your-profile-name>
If you are using the default Nebius CLI profile configured on your machine, simply run:
python3 invictus-nebius.pyIf you are using your own profile, run:
python3 invictus-nebius.py --profile invictus-ir