
CompTIA's SecAI Plus cert trains security professionals to secure AI systems across development, deployment, and operations, with a vendor-neutral focus on AI security, governance, risk, and compliance.
This course is built for one purpose: to help you prepare for the SecAI+ exam by learning the exact thinking style the exam rewards, using a clear, practical, cybersecurity-first approach. You do not need to be a machine learning engineer to succeed here. What you need is the ability to understand how AI systems behave, where they are vulnerable, how to secure them, and how governance and compliance shape how AI is used in real organizations. That is what we will do together.
This domain is where you build the mental model you will keep using across the entire SecAI+ exam. The goal is not to turn you into a data scientist. The goal is to make you fluent in the AI language that security teams must understand in order to defend modern environments. In the exam, you will be asked to compare and contrast different AI types and techniques, and those questions usually hide a security decision inside them. When you understand the difference between generative AI, machine learning, deep learning, natural language processing, and statistical learning, you can immediately anticipate what the system is capable of, what it is likely to break, and where an attacker will push.
Description: Builds the core language you need for the exam: what artificial intelligence means in security contexts, how machine learning differs from traditional programming, and how learning-based detection works compared to rule-based controls. Learners walk away able to explain common model categories and why they matter for security outcomes.
SecAI+ benefit: Directly supports objective 1.1 by grounding “types of AI” and the foundational comparisons you’ll be tested on.
SecAI+ explicitly lists AI types you must compare: generative AI, machine learning, statistical learning, transformers, deep learning, and natural language processing. The exam is not asking you to derive math, but it is asking you to recognize what each approach is good at and what it implies for risk. Statistical learning typically describes classical predictive approaches that can be easier to interpret but may struggle with complex patterns. Deep learning is a broader family of neural network approaches that often improves accuracy but reduces interpretability and increases data dependency risk. Transformers are the architecture behind many modern language models, enabling strong pattern learning over sequences and making them powerful for summarization, translation, and code understanding, but also powerful for generating convincing malicious content. LLMs are large models that can generalize widely but may leak information, hallucinate, and be exploited via prompt attacks. SLMs are smaller models that can reduce cost and exposure but may be less capable. GANs generate synthetic data and content and are relevant to deepfakes and synthetic training data risks. In security terms, you must know how “capability” translates to “attack surface,” and how “model choice” shapes risk controls.
Description: Explains how supervised, unsupervised, and reinforcement learning behave, what problems each is suited for, and what can go wrong from a security perspective when the wrong learning approach is used.
SecAI+ benefit: Strengthens 1.1 by making you comfortable distinguishing training approaches and their impact on security reliability.
Description: Moves beyond basics into modern training realities such as fine-tuning, improving performance, and practical model optimization ideas that influence security, accuracy, and robustness.
SecAI+ benefit: Helps with 1.1 areas like fine-tuning concepts and understanding why training choices affect attack surface and outcomes.
Prompt engineering is not “how to talk to AI nicely.” In SecAI+, it is treated as a security control surface and a security weakness at the same time. You need to clearly distinguish system prompts from user prompts, because system prompts define the model’s operating rules while user prompts are untrusted input. In exam scenarios, the difference matters because attackers often try to override system instructions using prompt injection or social-engineering style instructions embedded in user text. You should also be comfortable with zero-shot, one-shot, and multi-shot prompting as “instruction patterns” that influence reliability and consistency. Templates matter because they standardize structure, reduce ambiguity, and create safer boundaries for how the model receives data and produces output. System roles matter because role assignment shapes authority and can accidentally grant “trusted voice” to untrusted input. The exam expects you to understand that prompt design affects both quality and safety: better prompts reduce hallucinations, reduce leakage, and create predictable behavior, while weak prompts create exploitable variability.
Description: Treats data as the heart of AI security. Focuses on how data quality, provenance, authenticity, and lifecycle handling can create hidden vulnerabilities and how attackers exploit weak data practices.
SecAI+ benefit: Core for 1.2 (data verification, integrity, provenance) and also supports 1.3 because data risk spans the full lifecycle.
Description: Teaches how to maintain traceability from source to model output, how lineage supports investigations, and how auditability reduces security ambiguity when incidents occur.
SecAI+ benefit: Strong alignment to 1.2 (data lineage) and indirectly supports 2.5 monitoring/auditing expectations.
Description: Frames AI data risks as enterprise risks: leakage, contamination, misuse, unauthorized access, and operational failures caused by poor data handling across pipelines.
SecAI+ benefit: Reinforces 1.2 and sets you up for 2.4 because the exam treats data protection as a control discipline.
Retrieval-augmented generation, or RAG, changes the security model because the AI system’s answers are no longer based only on model weights. They are influenced by retrieved content stored in a vector database, built from embeddings. Embeddings transform text or other data into numeric representations that allow similarity search. Vector storage keeps those embeddings and the references to the source content. For the exam, the key is security: if the retrieval data is poisoned, outdated, or includes sensitive content, the AI will surface it. If access controls on the vector store are weak, confidential information can be retrieved and leaked. If indexing and ingestion are not governed, an attacker can push malicious documents into the knowledge base to influence outputs. RAG therefore requires data provenance controls, ingestion validation, access control for retrieval, logging for retrieval queries, and monitoring for suspicious retrieval patterns. Many SecAI+ scenarios become simple once you ask: “Is the model answering from training, or from retrieval?”
Watermarking is about authenticity, provenance, and the ability to prove whether content was AI-generated or modified. In cybersecurity, watermarking supports incident response, fraud detection, and misinformation control. In SecAI+ terms, the relevance is not the perfect watermark algorithm. The relevance is governance and detection: organizations need policies on when watermarking is required, how watermarking signals are preserved during processing, and how to validate watermark presence. Watermarking is also tied to legal and reputational risk when AI content is used in external communications or high-impact contexts. The exam angle often implies: if you cannot reliably distinguish authentic from synthetic content, your organization becomes vulnerable to impersonation, deepfakes, and social engineering. Your defensive posture should therefore include training, verification workflows, and content authenticity controls where applicable.
Description: Clarifies the roles of training, validation, and synthetic data, why each can introduce bias or false confidence, and how weak dataset governance creates security blind spots.
SecAI+ benefit: Supports 1.2 and 1.3 by connecting dataset decisions to model performance, risk, and lifecycle control points.
Description: Walks through the full lifecycle: business use case definition, data collection and preparation, model selection, evaluation, deployment, monitoring, and iteration.
SecAI+ benefit: Direct fit for 1.3 and gives you the structure the exam repeatedly uses in scenarios.
Description: Shows how to design AI systems with security built in, including controlling inputs/outputs, reducing exposure, and aligning system architecture to threat realities.
SecAI+ benefit: Bridges 1.3 → 2.2 by translating lifecycle thinking into security controls and secure-by-design expectations.
Description: Covers explainability as a security and governance requirement, how interpretability supports detection of failures or manipulation, and what “human oversight” means in real operational terms.
SecAI+ benefit: Supports 1.3 (human-centric design) and contributes to 4.2 responsible AI expectations in exam reasoning.
This domain is the center of gravity of the SecAI+ exam, and it is where most learners either become truly exam-ready or get overwhelmed. The good news is that the logic here is very consistent: AI systems are built from components, and every component has an attack surface. Your job is to secure the model, the data pipeline, the deployment environment, and the integrations that connect AI to real business processes. In practice, the exam expects you to think like an engineer and a defender at the same time. You must be able to apply controls, justify them, and then adjust when the system is attacked.
Description: Introduces AI threat modeling and adversarial risk assessment practices and how to reason about threats across model, data, and integration layers.
SecAI+ benefit: Closest direct match to 2.1, helping you think like the exam expects when it says “given a scenario, use threat-modeling resources.”
This lecture introduces the OWASP LLM Security Top Ten as a practical threat and risk taxonomy for large language model deployments. You will learn how to use the list to quickly identify common weakness patterns in real-world AI applications, especially those connected to enterprise data, tools, and application programming interfaces. We will translate each category into a security mindset you can apply in scenarios, focusing on what the weakness looks like in practice, why it happens, and what controls typically reduce risk. You will also learn how to use OWASP-style guidance during threat modeling, security reviews, and control selection, so you can move from vague “AI risk” discussions to structured, defensible security decisions. This lecture supports exam-style thinking by helping you recognize prompt and output risks, unsafe integrations, data exposure paths, and operational gaps, then map them to layered mitigations and compensating controls when weaknesses are already present.
Map adversarial tactics using MIT Atlas and categorize AI risks with the MIT AI Risk Repository and CVE AI working group to enable structured, proactive AI security and governance.
Description: Breaks down AI security controls into practical categories, showing how controls map to risk: prevention, detection, response, and assurance for AI systems.
SecAI+ benefit: Strong for 2.2 because it trains you to select controls under requirements constraints.
Gateway controls are the “front door” security layer for AI systems. The exam names them explicitly: prompt firewalls, rate limits, token limits, input quotas, data size limits, quantity limits, modality limits, and endpoint access controls. The purpose is to constrain abuse, reduce exposure, and prevent denial-of-service through excessive usage. Prompt firewalls focus on filtering or detecting malicious patterns such as injection attempts, jailbreak language, hidden instructions, and data-exfil prompts. Rate limits and token limits reduce brute-force prompt attacks, automated probing, and cost-based denial-of-service. Input quotas and modality limits prevent high-risk inputs such as large files, images, or code dumps when not required, and they reduce the chance of ingesting sensitive data. Endpoint access controls ensure only approved apps, users, and services can reach the model interface. In the exam, the “best answer” is often the control that reduces risk quickly without changing the model itself, and gateway controls are commonly the most practical first step.
Guardrails are only meaningful if you can test them. Guardrail testing and validation means you intentionally probe the system with known attack patterns and high-risk prompts to verify that policies are enforced. You test for jailbreak success, prompt injection success, leakage behavior, unsafe output behavior, and integration abuse. Validation includes measuring false negatives, false positives, and whether guardrails degrade over time with model updates or drift. A mature approach includes a repeatable test suite, environment separation, and regression testing for safety. The exam frequently describes a system that “had guardrails” but still failed. The expected security mindset is to ask: were guardrails tested, monitored, and maintained, or were they assumed to work?
Description: Focuses on output-side controls, reducing harmful outputs, unsafe actions, and misleading responses that create security impact, especially when AI drives decisions.
SecAI+ benefit: Helps with 2.2 guardrails mindset and supports 2.6 where output handling and integrity show up as attack evidence.
Description: Adapts vulnerability management to AI: model weaknesses, pipeline weaknesses, dependency risks, and how to continuously identify and reduce exploitable conditions.
SecAI+ benefit: Supports 2.2 and 2.6, because exam scenarios often ask what control to add after seeing attack evidence.
Description: Teaches the preventive control layer: how to stop failures before they happen, where to put controls in the lifecycle, and how to reduce attack success probability.
SecAI+ benefit: Directly strengthens 2.2 and makes your compensating-control choices sharper for 2.6.
Description: Provides architecture-level thinking: boundaries, trust zones, integration points, and how architecture decisions create or reduce AI risk.
SecAI+ benefit: Supports 2.2 and 2.3, because access control scenarios depend on understanding where access is enforced.
SecAI+ treats access control as multi-layered: model access, data access, agent access, and network or application programming interface access. Model access is about who can query, who can fine-tune, and who can change configuration. Data access is about training data, RAG sources, logs, and outputs, and it must enforce least privilege with strong segmentation. Agent access is critical because agents can take actions, call tools, and access systems; the key risk is “excessive agency” where the agent can do too much too easily. API access controls include authentication, authorization, scoped tokens, endpoint allowlisting, and separation of service accounts. The exam commonly hides the real issue: the AI model is not “hacked,” but an over-permissioned integration causes sensitive access or unsafe actions. The strongest answer usually reduces privileges, enforces segmentation, and tightens which identities can call which endpoints.
Description: Teaches how to treat models, datasets, prompts, pipelines, and AI services as assets, classify them, and use classification to drive protection decisions.
SecAI+ benefit: Supports 2.3 and 2.4 because classification informs least privilege, access scope, and data safety controls.
Description: Focuses on vendor/third-party risks, what to demand contractually and operationally, and how to manage access and compliance exposure through suppliers.
SecAI+ benefit: Supports 2.3 and 2.6 (AI supply chain attacks) because many exam scenarios involve external models or hosted services.
Description: Practical protection strategies for AI data: how to reduce leakage, misuse, and pipeline compromise through layered safeguards and better handling rules.
SecAI+ benefit: Supports 2.4 strongly, especially the “data safety” expectations in scenarios.
The exam explicitly lists encryption requirements in transit, at rest, and in use. In transit is about protecting data while it moves between clients, gateways, model endpoints, vector stores, and logging systems. At rest is about stored prompts, outputs, embeddings, training datasets, and model artifacts. In use is the hardest concept: it means reducing exposure while data is processed, often through trusted execution environments or controlled runtime protections. Even if you do not go deep into specific technologies, you must understand the risk: AI processing often touches sensitive content, and that content may appear in logs, caches, or intermediate storage. A SecAI+ scenario might describe sensitive information disclosure or leakage from logs. Encryption alone is not enough, but the exam expects you to choose it when confidentiality is a key requirement, especially combined with minimization, access control, and sanitization.
Description: Explains privacy risks unique to AI, including inference-style exposures, re-identification, and unsafe use of sensitive data in prompts and training.
SecAI+ benefit: Supports 2.4 and reinforces 4.2 responsible AI risks like accidental data leakage and reputational harm.
Description: Connects governance to implementation: how to control data from intake to retirement, and how lifecycle governance reduces both security and compliance risk.
SecAI+ benefit: Supports 2.4 and strengthens scenario reasoning for “what control belongs where in the lifecycle.”
Description: Establishes monitoring as a security control for AI: drift, abnormal behavior, quality degradation, and signals of compromise across AI operations.
SecAI+ benefit: Direct alignment to 2.5, especially monitoring prompts/outputs and operational signals.
SecAI+ is very specific about monitoring: prompt monitoring, response monitoring, log monitoring, log sanitization, log protection, response confidence level, rate monitoring, and AI cost monitoring. Prompt and response monitoring look for signs of abuse, injection patterns, unsafe requests, and policy violations. Log sanitization removes sensitive data before logs become a secondary breach source. Log protection ensures logs cannot be tampered with, because logs are evidence during investigations. Response confidence levels help operations teams detect when the model is uncertain, drifting, or hallucinating, and they support decision controls such as “require human validation when confidence is low.” Rate monitoring detects brute-force probing and automated attacks. Cost monitoring matters because AI systems can be attacked economically: a malicious user can drive excessive inference usage to create financial damage or hide attacks in noise. The exam rewards answers that combine security and operational sustainability.
Description: Teaches how to measure whether controls work using meaningful metrics, not vanity reporting, and how to tune controls based on evidence.
SecAI+ benefit: Supports 2.5 and improves “audit for quality and compliance” reasoning in exam scenarios.
Description: Builds the detective layer: logging, detection design, oversight workflows, and how to ensure signals remain trustworthy and actionable.
SecAI+ benefit: Supports 2.5 and helps you respond to scenario questions about monitoring and auditing design.
Description: Shows how monitoring flows into reporting and decision-making, including dashboards and governance communication so risk doesn’t stay hidden.
SecAI+ benefit: Supports 2.5 and also strengthens 4.1/4.2 because monitoring is a governance mechanism in the exam.
Description: A threat-focused lecture: how adversarial tactics work against AI systems and what common weaknesses they exploit.
SecAI+ benefit: Strong for 2.6 and partially supports 2.1 because you need attack understanding before threat modeling.
Description: Broad threat landscape view: how attackers misuse AI, target AI, and build new attack paths through AI-enabled automation.
SecAI+ benefit: Supports 2.6 and prepares you for scenario-based questions listing multiple attacks.
Description: Explains how AI supply chains create hidden security dependencies and how to reduce supply chain attack risk for models, datasets, and platforms.
SecAI+ benefit: Directly supports 2.6 “AI supply chain attacks” and compensating control selection.
Description: Deep dive on integrity attacks that compromise model behavior through data manipulation, poisoning, or integrity degradation strategies.
SecAI+ benefit: Supports 2.6 by strengthening your ability to recognize attack evidence and recommend compensating controls.
In this course, you will learn how AI systems work from a cybersecurity perspective, how to secure AI models and data pipelines, how to monitor and audit AI behavior, and how to respond when AI systems are attacked or misused. You will also learn how AI governance, risk management, and compliance shape real enterprise decisions, including third-party risk and regulatory obligations.
This course is designed to be practical and exam-aligned. You will practice the same thinking style tested on SecAI+: comparing AI techniques, explaining security impact, selecting the right controls, analyzing attack evidence, proposing compensating controls, and understanding governance and compliance consequences.
This course includes the use of artificial intelligence in the production workflow, but it is not purely AI-generated content. The curriculum is designed, reviewed, and authored by a subject matter expert. Audio narration is synthesized using text-to-speech tools, with quality checks applied throughout the process. Our goal is to deliver learning that is clear, accessible, and worth your investment.
Note: SecAI+ and CompTIA are trademarks of their respective owners. This course is an independent preparation resource and is not affiliated with or endorsed by CompTIA.
What you’ll learn
Compare key AI types and techniques used in cybersecurity, including machine learning, deep learning, and language models
Explain why data security, provenance, and lifecycle controls are critical for AI systems
Apply security controls for AI models, pipelines, and integrations using layered defense principles
Implement monitoring and auditing strategies for prompts, responses, logs, and AI operational risks
Analyze common AI attacks such as prompt injection, poisoning, jailbreak attempts, and supply chain risks, and select compensating controls
Use AI to support security operations while reducing risks like overreliance, unsafe automation, and data exposure
Build governance structures for AI, define roles and responsibilities, and align AI use with risk and compliance expectations
Understand how frameworks and regulations influence enterprise AI adoption and control design
Requirements
Basic cybersecurity familiarity (incident response, access control, logging, and risk concepts)
No advanced mathematics required
No programming is required, but it is helpful for learners working with AI tools or APIs
Curiosity and a willingness to think through real-world scenarios
Who this course is for
Cybersecurity professionals preparing for the SecAI+ exam
Security architects, engineers, analysts, and consultants working with AI-enabled environments
Governance, risk, and compliance professionals supporting AI programs
IT auditors and risk teams who need to evaluate AI security and governance controls
Technical managers who must understand AI risks, controls, and oversight responsibilities
Course content overview
Domain One: AI concepts, learning approaches, data security, and lifecycle security for AI
Domain Two: Securing AI systems, threat modeling, controls, access boundaries, monitoring, auditing, and compensating controls
Domain Three: AI-assisted security operations and how AI changes attacker capabilities
Domain Four: AI governance, risk, compliance, third-party considerations, and regulatory alignment