🌍 Ethical Hacking · flashcards

Ethical Hacking Cloud Security Flashcards

51 question-and-answer cards covering Cloud Security as it is examined in Ethical Hacking. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

51Cards in deck
24Free preview
12Syllabus topics
~198Chars per answer
FreePrice

24 sample cards from the Cloud Security deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. How does RBAC differ from ABAC?

    RBAC grants access based on predefined roles; ABAC (Attribute-Based Access Control) grants access based on evaluated attributes of the user, resource, action, and environment, allowing finer-grained, dynamic policies.

  2. What is the principle of Single Sign-On (SSO)?

    An authentication scheme letting a user log in once with one set of credentials to access multiple related but independent systems, often via federation protocols like SAML or OpenID Connect.

  3. What is data encryption?

    The process of converting readable plaintext into unreadable ciphertext using an algorithm and key, so only authorized parties with the correct key can decrypt and read it.

  4. What is the difference between symmetric and asymmetric encryption?

    Symmetric encryption uses a single shared key for both encryption and decryption (fast, e.g., AES); asymmetric encryption uses a public/private key pair (slower, e.g., RSA), where one key encrypts and the paired key decrypts.

  5. What is AES and what key sizes does it support?

    AES (Advanced Encryption Standard) is a symmetric block cipher operating on 128-bit blocks, supporting key sizes of 128, 192, and 256 bits. AES-256 is the common standard for strong data-at-rest encryption.

  6. In RSA, which key encrypts and which decrypts for confidentiality?

    For confidentiality, the sender encrypts with the recipient's public key, and only the recipient's private key can decrypt it. (For digital signatures the roles are reversed.)

  7. What is the mathematical basis of RSA's security?

    RSA relies on the difficulty of factoring the product of two large primes. The modulus is $n = p \cdot q$, and security depends on factoring $n$ being computationally infeasible for large $p$ and $q$.

  8. What is Euler's totient function used in RSA, and its value for $n = p \cdot q$?

    $\varphi(n) = (p-1)(q-1)$, used to compute the private exponent $d$ such that $e \cdot d \equiv 1 \pmod{\varphi(n)}$, where $e$ is the public exponent.

  9. What is envelope encryption in the cloud?

    A technique where data is encrypted with a data encryption key (DEK), and the DEK itself is encrypted with a separate key encryption key (KEK) stored in a key management service, improving key management and scalability.

  10. What is a hardware security module (HSM) and a Key Management Service (KMS)?

    An HSM is a tamper-resistant hardware device that generates, stores, and protects cryptographic keys; a KMS is a managed cloud service (often HSM-backed) for creating, rotating, and controlling access to encryption keys.

  11. What is a hash function and how does it differ from encryption?

    A hash function maps data to a fixed-length digest and is one-way (irreversible), used for integrity/verification; encryption is reversible (with a key) and used for confidentiality.

  12. What is security monitoring in the cloud?

    The continuous collection, analysis, and correlation of logs, events, and metrics across cloud resources to detect, alert on, and respond to security threats and anomalies in real time.

  13. What is a SIEM?

    Security Information and Event Management—a system that aggregates and correlates log and event data from across an environment to provide real-time analysis, alerting, and forensic investigation of security events.

  14. What is the difference between SIEM and SOAR?

    SIEM focuses on collecting, correlating, and alerting on security data; SOAR (Security Orchestration, Automation and Response) adds automated playbooks and workflows to respond to and remediate incidents.

  15. What is the difference between an IDS and an IPS?

    An IDS (Intrusion Detection System) detects and alerts on suspicious activity passively; an IPS (Intrusion Prevention System) actively blocks or drops malicious traffic inline.

  16. What does MTTD and MTTR measure in security monitoring?

    MTTD is Mean Time To Detect (average time to discover an incident) and MTTR is Mean Time To Respond/Remediate (average time to contain or resolve it). Lower values indicate more effective monitoring.

  17. What is a Cloud Access Security Broker (CASB)?

    A security enforcement point (software or service) placed between cloud users and cloud providers that monitors activity and enforces security policies for data, access, compliance, and threat protection across cloud services.

  18. What are the four pillars of a CASB?

    Visibility (discovering cloud usage/shadow IT), Compliance (meeting regulatory requirements), Data Security (DLP, encryption), and Threat Protection (detecting anomalies and malware).

  19. What deployment modes can a CASB use?

    API-based (out-of-band, integrating via provider APIs), proxy-based forward proxy (agent on endpoints), and reverse proxy (inline, no agent needed), or a multimode combination of these.

  20. What is shadow IT and how does a CASB address it?

    Shadow IT is the use of unauthorized cloud apps/services without IT approval. A CASB discovers and provides visibility into this usage, letting security teams assess risk and enforce policy.

  21. What is Cloud Security Posture Management (CSPM)?

    A category of tools that continuously monitor cloud infrastructure to detect misconfigurations, compliance violations, and security risks, and automate their remediation across IaaS/PaaS environments.

  22. What is the primary risk CSPM addresses?

    Misconfigurations—such as publicly exposed storage buckets, overly permissive IAM policies, unencrypted resources, and open security groups—which are a leading cause of cloud data breaches.

  23. What is a Cloud Workload Protection Platform (CWPP)?

    A security solution focused on protecting workloads—virtual machines, containers, and serverless functions—across cloud environments through vulnerability scanning, runtime protection, and system hardening.

  24. How do CSPM and CWPP differ in focus?

    CSPM secures the cloud configuration and control plane (misconfigurations, compliance posture), while CWPP secures the running workloads themselves (VMs, containers, serverless) at runtime. They are complementary and often combined in a CNAPP.

What this deck covers

The Cloud Security deck follows the Ethical Hacking Cloud Security syllabus — 4 chapters and 12 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 12.8 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 198 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Cloud Security flashcards FAQ

How many Cloud Security flashcards are in this Ethical Hacking deck?

51 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these Ethical Hacking flashcards free?

Yes. The preview here is free to read with no signup, and the full 51-card deck is free inside the Examius app.

What do the Cloud Security cards cover?

They follow the Ethical Hacking Cloud Security syllabus — 4 chapters and 12 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.