0
0
Cybersecurityknowledge~5 mins

Container security basics in Cybersecurity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a container in the context of cybersecurity?
A container is a lightweight, standalone package that includes an application and all its dependencies, allowing it to run consistently across different computing environments.
Click to reveal answer
beginner
Why is container security important?
Container security is important because containers share the host system's kernel, so vulnerabilities can affect the entire system if not properly secured.
Click to reveal answer
intermediate
Name one common security risk associated with containers.
One common risk is running containers with excessive privileges, which can allow attackers to escape the container and access the host system.
Click to reveal answer
intermediate
What is the role of container image scanning?
Container image scanning checks for known vulnerabilities and misconfigurations in container images before deployment to prevent security issues.
Click to reveal answer
intermediate
How does using minimal base images improve container security?
Minimal base images reduce the attack surface by including only essential components, lowering the chance of vulnerabilities.
Click to reveal answer
What does a container share with the host system?
AThe entire file system
BThe operating system kernel
CThe user interface
DThe hardware drivers
Which practice helps reduce container security risks?
AUsing minimal base images
BRunning containers as root user
CDisabling image scanning
DSharing containers between users
What is container image scanning used for?
ATo speed up container startup
BTo increase container size
CTo check for vulnerabilities
DTo share images publicly
What can happen if a container runs with excessive privileges?
AIt runs faster
BIt becomes invisible to attackers
CIt uses less memory
DIt can escape and affect the host system
Which of these is NOT a container security best practice?
AIgnoring vulnerability reports
BRegularly updating container images
CRunning containers with least privilege
DUsing trusted image sources
Explain why container security is critical and list two common risks.
Think about how containers share resources and what can go wrong.
You got /4 concepts.
    Describe three best practices to improve container security.
    Focus on reducing risks and preventing attacks.
    You got /3 concepts.