Frequently Asked Question
Cortex XSOAR - Docker Hardening
Last Updated 2 years ago
To harden the docker containers in the XSOAR, the following commands have to be executed the following.
Goto Settings -> ABOUT -> Troubleshooting -> Add Server Configuration and add following Key - Value
docker.run.internal.asuser - true
docker.cpu.limit - 1.0
docker.memory.limit - 1g
limit.docker.cpu - true
limit.docker.memory - true
python.pass.extra.keys - --pids-limit=256##--ulimit=nofile=1024:8192
Once the settings are done, please reset the containers using the following command in the cli
/reset_containers
Validate the settings using the follwing command
!DockerHardeningCheck