Which AI Skills Should I Prioritize for Cybersecurity Careers? – ITU Online IT Training

Which AI Skills Should I Prioritize for Cybersecurity Careers?

Ready to start learning? Individual Plans →Team Plans →

AI skills are no longer optional in cybersecurity interviews or day-to-day operations. If you are trying to break into security or move up in cybersecurity roles, the real question is not whether to learn AI, but which AI skills matter most for the work you actually do.

Featured Product

AI in Cybersecurity: Must Know Essentials

Learn essential AI and cybersecurity skills to predict, detect, and respond to cyber threats effectively, empowering IT professionals to strengthen defenses and enhance incident management.

View Course →

Quick Answer

Prioritize foundational AI literacy, prompt engineering, data handling, automation, and adversarial thinking. Those five AI skills matter most for cybersecurity careers because they help you triage alerts faster, assess AI risk, and improve defensive workflows without losing control of accuracy, privacy, or compliance.

Primary focusAI skills for cybersecurity careers
Best use caseChoosing which AI skills to learn first for security work
Core priority setAI literacy, prompt engineering, data handling, automation, adversarial awareness
Most relevant rolesSOC analyst, threat hunter, security engineer, cloud security, GRC
Risk to avoidUsing AI tools without understanding data, model limits, or security impact
Practical outcomeFaster triage, better analysis, safer AI adoption, stronger incident response
CriterionUsing AI toolsUnderstanding AI for security
Cost (as of May 2026)Often low upfront, with many tools available through existing platformsRequires time investment in concepts, testing, and workflow design
Best forQuick productivity gains in summaries, drafting, and basic triageSecurity decisions, model review, risk evaluation, and safe deployment
Key strengthSaves time on repetitive tasksImproves accuracy, trust, and defensibility of AI-assisted work
Main limitationCan create false confidence if outputs are not verifiedTakes more effort to build and maintain
VerdictPick when you need immediate efficiency gainsPick when you need durable cybersecurity career value

The difference between those two paths matters. Employers are not just looking for people who can paste logs into a chatbot and get a summary back. They want professionals who can use AI tools, judge whether the output is reliable, and secure the systems those tools touch.

That is why ITU Online IT Training’s AI in Cybersecurity: Must Know Essentials course fits this discussion so well. It focuses on practical AI and cybersecurity skills that help you predict, detect, and respond to threats without treating AI as magic.

Why AI Matters in Cybersecurity Jobs

AI is no longer a side topic in cybersecurity jobs; it is part of how defenders work and how attackers operate. Security teams use AI for alert triage, anomaly detection, phishing analysis, and workflow automation, while attackers use it for social engineering, malware variation, deepfakes, and faster reconnaissance.

That changes hiring expectations. A SOC analyst who understands how to tune AI-assisted detection is more valuable than one who only knows how to click through alerts. A cloud security specialist who understands AI model access, logging, and secrets management can reduce risk in places where traditional controls miss the problem.

Defenders are using AI to do more with less

Security operations teams are drowning in alerts. AI helps sort noise from signal, prioritize high-risk events, and summarize patterns that a human can inspect faster. In practical terms, that means fewer dead-end investigations and more time spent on meaningful response.

  • Alert triage to reduce repetitive investigation work.
  • Phishing analysis to flag suspicious language, links, and sender patterns.
  • Threat intelligence to correlate indicators and narratives from multiple sources.
  • Automation to create tickets, draft reports, and enrich events.

The NIST Cybersecurity Framework and CISA both emphasize risk-based, repeatable defensive practices. AI fits that model when it is used to accelerate judgment, not replace it.

AI is most useful in cybersecurity when it reduces the time between detection, interpretation, and action.

Attackers are using AI to scale manipulation

Attackers do not need perfect AI to benefit from it. Even weak AI-generated content can improve phishing volume, make messages more convincing, and help reconnaissance happen faster. Deepfake audio and video increase the risk of business email compromise, impersonation, and fraud.

That means cybersecurity professionals need more than tool familiarity. They need skill importance awareness: which AI outputs are reliable, which are risky, and which require human review before any action is taken.

Note

According to the Verizon Data Breach Investigations Report, social engineering remains a major attack pattern, which is why AI-enabled phishing analysis and impersonation detection are practical security skills, not theory.

What Core AI Concepts Should Cybersecurity Professionals Know?

Machine learning is a method that finds patterns in data and uses those patterns to make predictions or classifications. Deep learning is a type of machine learning that uses layered neural networks to model complex relationships, often with large data sets and more compute.

You do not need to become a data scientist to work in cybersecurity, but you do need enough AI literacy to understand how models behave. If you cannot explain how training data, bias, drift, or false positives affect a tool, you will struggle to judge whether the tool belongs in a security workflow.

The AI terms you should know first

  • Generative AI creates new text, images, code, or other content based on learned patterns.
  • Large language models are AI systems trained on text data to predict and generate language.
  • Embeddings are numeric representations of text or other data that help models compare meaning.
  • Training data is the information used to teach a model what patterns to recognize.

Those terms matter because cybersecurity work is full of edge cases. A model trained on incomplete or biased data may miss new malware families, overflag harmless behavior, or fail to recognize a regional language style used in phishing. That is why data quality matters as much as model selection.

Why model limitations matter in security work

AI systems can hallucinate, meaning they produce confident but incorrect outputs. They can also drift over time when the environment changes, which is a real issue in threat detection where attacker behavior changes quickly.

In a vulnerability analysis workflow, a hallucinated recommendation can send a team in the wrong direction. In fraud detection, model overconfidence can create false assurance. In threat hunting, false positives can waste time and burn analyst trust. Understanding those limits helps you choose the right tool for the right task.

Microsoft’s AI guidance on Microsoft Learn is a useful reference for understanding practical AI and cloud implementation details, especially when AI is deployed alongside enterprise security controls.

How Do Prompt Engineering and LLM Workflow Skills Help in Cybersecurity?

Prompt engineering is the skill of writing clear, specific instructions that guide a large language model toward useful output. In cybersecurity, that means giving the model enough context to summarize logs, classify alerts, or draft an incident note without losing important detail.

Good prompts are not clever. They are structured. They tell the model what role to play, what data to use, what format to return, and what constraints to follow. That makes them much more useful for security tasks than vague requests like “analyze this incident.”

Prompt patterns that actually work

  1. Set the role clearly: “Act as a SOC analyst reviewing Windows event logs.”
  2. Provide context: environment, timeline, severity, and known assets.
  3. Define the task: summarize, classify, compare, or hypothesize.
  4. Force a format: bullets, tables, or JSON for automation.
  5. Add constraints: “Do not invent details. Flag uncertainty explicitly.”

For example, a useful prompt for an alert summary might ask for the likely threat category, the evidence supporting that conclusion, the top three false-positive possibilities, and a recommended next action. That is far better than asking the model to “tell me if this is bad.”

Why workflow skills matter more than one-off prompts

LLM workflow skills include prompt chaining, role prompting, validation steps, and output formatting. These skills matter because security work is rarely one prompt and done. You often need the model to summarize data first, then classify it, then generate a report draft, and finally convert the result into a ticket or JSON record.

That is where structured outputs become valuable. JSON is especially useful when integrating with SOAR platforms, ticketing systems, or internal scripts. If the model returns consistent fields, automation becomes more reliable.

Warning

Do not paste sensitive logs, customer data, or regulated information into public AI tools without an approved policy. Security teams should treat prompts as data handling events, not casual chat.

Safe prompt usage is a career skill. Employers notice when you can improve efficiency without creating data leakage risk.

Why Does Data Handling Matter So Much for AI in Security?

Data handling is the practice of collecting, cleaning, labeling, enriching, and protecting the information that an AI system uses. In cybersecurity, that data often comes from SIEM logs, endpoint telemetry, DNS records, network flows, identity events, and cloud audit trails.

If the data is noisy, incomplete, or inconsistent, the AI result will usually be weak. That is true whether you are doing alert correlation, fraud detection, or suspicious behavior analysis. Good models depend on good input.

Security data is not naturally model-ready

Raw security data is messy by design. Different systems log different fields, timestamps may not align, and one event may need context from four other systems before it means anything useful. A login failure might be harmless by itself, but suspicious when combined with impossible travel and device mismatch.

That is why feature awareness matters. A feature is a measurable input used by a model, such as login frequency, source IP reputation, or file hash behavior. Better features usually produce better detection accuracy than more data with poor structure.

  • Cleaning removes duplicates, empty values, and malformed records.
  • Normalization standardizes names, formats, and timestamps.
  • Labeling assigns known outcomes, such as malicious or benign.
  • Enrichment adds context from threat intel, asset data, or identity systems.

Privacy and retention are part of the skill set

Security teams often work with highly sensitive data. That creates privacy, compliance, and retention obligations that cannot be ignored just because a model is available. If you are training or evaluating AI systems, you need to know how long data is retained, who can access it, and whether it crosses legal or contractual boundaries.

ISO/IEC 27001 and PCI DSS both reinforce the need for disciplined handling of sensitive information. In security analytics, that discipline is part of the job, not a side issue.

When professionals understand data handling, they can support better vulnerability analysis, stronger context in threat hunting, and more trustworthy AI outcomes.

How Does AI Improve Threat Detection and Security Operations?

Threat detection is the process of identifying suspicious or malicious activity before it becomes a larger incident. AI helps by reducing alert fatigue, prioritizing investigations, and surfacing patterns that analysts might miss in a busy queue.

The best AI-assisted security operations do not remove humans from the loop. They move humans closer to the right decision faster.

Where AI fits in the SOC

In a SOC, AI can classify malware families, identify suspicious email language, score behavior anomalies, and summarize multi-stage attacks. It can also help correlate events across endpoint, identity, and network data so analysts do not have to pivot through every console manually.

This is where the difference between rule-based automation and machine learning-driven detection becomes important. Rules are precise but brittle. Machine learning is more adaptable, but it can be noisy if thresholds are wrong or feedback is missing.

Rule-based automation Best for known conditions, repeatable tasks, and strict logic
Machine learning-driven detection Best for pattern recognition, behavioral analysis, and large-scale triage

Analysts need to tune thresholds, review false positives, and send feedback back into the system. Without that loop, the model may look smart on paper but fail in real operations.

Human judgment still matters most

AI can recommend, score, and summarize. It cannot own accountability. A good analyst still validates evidence, checks asset criticality, and confirms whether a suspicious activity pattern maps to a real threat.

The SANS Institute regularly emphasizes practical defensive skills and hands-on validation in security operations. That is the right mindset for AI-assisted detection too.

Key Takeaway

AI improves SOC speed when it reduces noise, but it only improves security when analysts validate the result and feed corrections back into the workflow.

What AI Security Testing Skills Should You Learn?

AI security testing is the practice of checking whether AI systems can be manipulated, evaded, or tricked into producing unsafe outcomes. This is a growing cybersecurity skill because AI tools themselves can become attack surfaces.

Traditional application security testing focuses on inputs, outputs, access control, and business logic. AI red teaming adds a new layer: model behavior, prompt boundaries, training data exposure, and response manipulation.

Threats against AI systems look different

  • Prompt injection tries to override instructions and make the model ignore its rules.
  • Data poisoning inserts harmful or misleading data into training or feedback loops.
  • Model extraction attempts to steal behavior or approximate a proprietary model.
  • Jailbreak techniques try to bypass safeguards and force unsafe output.
  • Adversarial examples use subtle changes to evade recognition or classification.

These attacks matter because security tools increasingly rely on AI for triage, summarization, and classification. If an attacker can manipulate the model, they may slow response, hide malicious content, or force bad decisions.

Practical testing is better than theory alone

Security professionals should test guardrails, review output boundaries, and check whether the model reveals restricted data. It is also smart to verify whether an AI system can be tricked into misclassifying obviously malicious content as benign.

OWASP is a strong reference point here, especially for understanding common web and application security patterns that now show up inside AI-enabled workflows. MITRE ATT&CK is also useful for mapping attacker behavior to defense strategies.

If you can think like an attacker, you can test AI systems before the attacker does.

That mindset is especially useful in cybersecurity roles where the job includes evaluating new tools, not just using them.

Which Automation and Scripting Skills Help Most with AI-Enhanced Workflows?

Automation is the use of scripts, APIs, and workflow tools to reduce repetitive manual work. In AI-assisted security operations, automation makes the difference between a clever demo and a reliable enterprise process.

Basic scripting in Python, Bash, or PowerShell is enough to do useful work. You do not need to build a model from scratch. You need to move data, call APIs, validate output, and hand off to humans when the task becomes uncertain.

Where scripting gives you the biggest advantage

Start with tasks that repeat every day. Those are the most likely to benefit from AI augmentation and the easiest to prove in a portfolio.

  1. Alert summarization for repetitive security tickets.
  2. IOC extraction from reports, emails, or chat notes.
  3. Enrichment lookups against internal or external sources.
  4. Draft report generation for incidents and weekly summaries.
  5. Workflow routing into ticketing or approval systems.

Useful automation also needs exception handling, logging, and validation. If an API fails, the script should not silently continue. If the AI output looks malformed, the workflow should flag it for human review.

APIs are the bridge between AI and operations

Security teams use APIs to connect AI models with SIEMs, SOAR tools, ticketing systems, and threat intel feeds. That is where AI becomes practical. Instead of a one-off chat interaction, the model becomes part of a real workflow with traceability and control.

For cloud and automation fundamentals, official documentation matters more than general advice. AWS documentation and Microsoft Learn are better references than generic blog posts when you are designing secure integration patterns.

Automation literacy also improves career advice conversations with hiring managers. It shows you understand how to reduce toil without sacrificing control.

How Important Are Cloud and Model Deployment Skills for Security Work?

Cloud security is the discipline of protecting data, identities, workloads, and services in cloud environments. It matters for AI because many AI tools and hosted models run in shared environments where access control, encryption, logging, and vendor risk all influence security.

If you cannot secure APIs, secrets, or cloud permissions, you cannot confidently secure AI-enabled systems either. The same problems show up in different clothing.

Deployment knowledge prevents simple but costly mistakes

Model deployment issues include exposed endpoints, weak rate limiting, poor version control, and missing audit logs. Those problems can lead to abuse, data leakage, or untraceable changes in model behavior.

  • Access control limits who can query or modify the system.
  • Secrets management prevents API keys from leaking into code or prompts.
  • Encryption protects sensitive data at rest and in transit.
  • Audit logging records who did what, when, and from where.
  • Version control helps track changes in prompts, models, and rules.

Vendor dependencies matter too. If your AI pipeline relies on a third-party model or hosted service, you need to understand data residency, retention terms, and operational risk. That is a governance issue, not just a technical one.

Security professionals should ask deployment questions early

Before an AI-enabled security workflow goes live, ask where the data goes, who can access it, whether logs are retained, and how incidents will be investigated. Those questions belong in cloud security, GRC, and engineering conversations alike.

The ISACA community has long emphasized governance and control in enterprise technology. That perspective is exactly what AI deployments need in security environments.

If you are building skills for cybersecurity careers, cloud-aware AI literacy is one of the most transferable investments you can make.

How Should You Build AI Skills by Cybersecurity Role?

Role-based learning is the fastest way to build useful AI skills without wasting time on topics that do not match your job. A SOC analyst, a cloud security specialist, and a GRC professional all need AI knowledge, but not the same slice of it.

That is why general management interview questions or business analyst interview questions with answers are not enough preparation for security roles. Hiring managers want to know whether you can use AI in the context of operations, risk, and incident handling.

SOC analysts and threat hunters

For SOC analysts, prioritize prompt engineering, alert summarization, and AI-assisted triage. For threat hunters, focus on anomaly patterns, correlation, and hypothesis generation. Both roles benefit from learning how to tune outputs and validate them against real telemetry.

A good project is an AI-assisted phishing classifier that labels messages, extracts indicators, and explains why it flagged the message. Another useful project is a log summarizer that turns raw alerts into a short incident brief.

Security engineers and cloud security specialists

Security engineers should focus on APIs, automation, deployment controls, and guardrail testing. Cloud security specialists should go deeper into secrets, identity, encryption, logging, and vendor dependencies.

Those roles align closely with how AI gets deployed in real environments. If you can explain how to secure an endpoint or integrate a model into a ticketing workflow, you already have practical value.

GRC professionals and risk-focused roles

GRC teams should prioritize AI governance, data handling, policy design, and risk review. They need enough technical fluency to ask the right questions and enough control awareness to translate those answers into policy.

This is also where questions to ask an HR interviewer become useful in a cybersecurity career search. Ask whether the organization has approved AI tooling, data handling rules, and model review processes. Those answers tell you a lot about the maturity of the environment.

NIST AI Risk Management Framework is one of the best references for aligning AI governance with operational decision-making. It gives GRC and security teams a common language for risk.

Which Certifications, Courses, and Portfolio Projects Are Worth It?

Portfolio projects are often more persuasive than broad AI awareness because they prove you can use AI in a security workflow. Employers want evidence that you can build, validate, and explain what you did.

If you are planning cissp prep or looking at asp exam prep style study habits, apply that same discipline to AI skills: structured study, hands-on practice, and repeatable examples. The strongest candidates can point to work, not just interests.

What to learn first

Start with AI fundamentals, then add Python or PowerShell automation, then connect that to security analytics and cloud security basics. That order gives you the fastest path to practical value.

  • AI fundamentals for model behavior, limits, and terminology.
  • Python automation for data parsing, API calls, and workflow support.
  • Security analytics for logs, correlation, and detection logic.
  • Cloud security for deployment, identity, and logging controls.

Portfolio projects that hiring teams understand

Build an AI-assisted log analysis tool that summarizes an incident and identifies likely next steps. Create a secure chatbot prototype that refuses unsafe requests and logs prompts for review. Or develop a phishing detection workflow that tags suspicious messages and sends them to a review queue.

Publish sample incident reports, brief GitHub write-ups, and screenshots of your workflow logic. The goal is not to show off complexity. It is to show practical judgment.

For salary and labor context, the U.S. Bureau of Labor Statistics reported a median annual wage of $120,360 for information security analysts as of May 2023, and job growth of 32% from 2022 to 2032 as of May 2024. That growth context reinforces why AI skills for cybersecurity careers are worth developing now.

What Common Mistakes Should You Avoid?

Overreliance on AI outputs is the fastest way to create bad security decisions. A model can sound confident and still be wrong, incomplete, or unsafe.

The biggest mistake is assuming the tool is the expert. The expert is still the person who knows the environment, the threat model, and the business impact.

Five mistakes that keep showing up

  • Trusting answers without verification when evidence matters.
  • Using public AI tools with sensitive data instead of approved enterprise workflows.
  • Ignoring security fundamentals and trying to use AI as a shortcut.
  • Skipping governance around retention, access, and auditability.
  • Building flashy workflows that fail under real operational pressure.

There is also a habit of chasing tools without learning the underlying problem. That usually produces brittle workflows and shallow interview answers. If you can explain why the model helps, where it can fail, and how it fits the security process, you are already ahead of most candidates.

AI should augment critical thinking, not replace it.

That sentence is worth remembering because it applies to interview prep, incident response, and long-term career growth.

Key Takeaway

The highest-value AI skills in cybersecurity are foundational AI literacy, prompt engineering, data handling, automation, and adversarial awareness.

Those skills are strongest when matched to a specific role such as SOC, threat hunting, cloud security, or GRC.

Practical projects and verified workflows matter more than broad AI buzzwords in hiring.

Security professionals who can use AI and secure AI-enabled systems are the ones employers keep.

Pick Which AI Skills to Prioritize for Your Cybersecurity Career

Pick foundational AI literacy when you need to understand how models behave, where they fail, and how to evaluate security tools without guesswork. Pick prompt engineering and workflow automation when your job involves triage, reporting, enrichment, or repetitive operations that can be safely accelerated.

Pick data handling and feature awareness when your work depends on logs, telemetry, or model inputs that must be clean, contextual, and compliant. Pick adversarial thinking when you are responsible for testing AI-enabled security tools, red team activities, or security engineering decisions.

When to focus on AI for hands-on roles

If you are moving into a SOC analyst, threat hunter, or security engineering role, spend most of your time on practical use cases. Learn how to summarize alerts, validate model outputs, and automate repetitive work with Python or PowerShell. Those are the AI skills that show up quickly in day-to-day operations.

When to focus on AI for governance and leadership

If you are aiming for GRC, cloud governance, or security leadership, spend more time on data handling, model risk, audit logging, and vendor oversight. Those skills help you ask the right questions before a tool is approved and keep the organization out of avoidable trouble.

Pick foundational AI literacy when you need broad understanding; pick workflow automation when you need speed; pick adversarial testing when you own AI risk; pick governance when you are responsible for control and compliance.

Featured Product

AI in Cybersecurity: Must Know Essentials

Learn essential AI and cybersecurity skills to predict, detect, and respond to cyber threats effectively, empowering IT professionals to strengthen defenses and enhance incident management.

View Course →

Conclusion

The best AI skills for cybersecurity careers are the ones that make you faster, safer, and more useful on real work. Foundational AI literacy helps you understand model behavior. Prompt engineering helps you get better outputs. Data handling helps you build trustworthy inputs. Automation helps you scale repetitive work. Adversarial thinking helps you test the systems before attackers do.

For career advice, the message is simple: align your learning with the cybersecurity role you want, not with whatever AI topic is trending. The strongest candidates can use AI, secure AI-driven systems, and explain the tradeoffs clearly in an interview or incident review.

If you want to build that capability in a structured way, ITU Online IT Training’s AI in Cybersecurity: Must Know Essentials course is a practical place to start. Use it to build the hands-on skill importance that hiring managers actually care about, then prove it with projects, write-ups, and real operational examples.

Pick the skills that match your role, practice them on real security data, and keep testing your assumptions. That is how you turn AI skills into durable cybersecurity career value.

CompTIA®, Microsoft®, AWS®, ISACA®, and ISC2® are trademarks of their respective owners.

[ FAQ ]

Frequently Asked Questions.

What are the essential AI skills I should develop for a career in cybersecurity?

In cybersecurity, developing foundational AI literacy is crucial. This includes understanding basic AI concepts, machine learning principles, and how AI models operate. Such knowledge enables professionals to effectively leverage AI tools and interpret their outputs accurately.

Beyond foundational knowledge, mastering prompt engineering is vital, especially as AI models become more integrated into security workflows. Crafting precise prompts can significantly enhance AI’s usefulness in threat detection, incident response, and vulnerability assessment.

Why is data handling an important AI skill in cybersecurity?

Data handling skills are fundamental because AI systems in cybersecurity rely heavily on large volumes of structured and unstructured data. Effective data collection, cleaning, and preprocessing ensure the AI models are trained on accurate, relevant information, which directly impacts their performance.

Additionally, understanding data privacy and security best practices helps protect sensitive information during analysis. Proper data management supports robust threat detection and reduces false positives, making security operations more efficient.

How does automation fit into AI skills for cybersecurity professionals?

Automation is a key AI skill that allows cybersecurity professionals to streamline repetitive tasks such as log analysis, threat hunting, and incident response. Building and deploying automated workflows improves response times and decreases manual workload.

Learning to develop scripts and integrate AI-powered tools into security platforms enables proactive defense strategies. Automation also helps in continuous monitoring, ensuring threats are detected and mitigated promptly.

What is adversarial thinking, and why is it important in cybersecurity AI skills?

Adversarial thinking involves understanding how malicious actors might manipulate AI systems to evade detection or cause harm. It’s essential for cybersecurity professionals to anticipate and defend against adversarial attacks that target AI models.

Developing this skill helps in designing more resilient AI solutions, conducting adversarial testing, and implementing safeguards. This proactive approach is critical for maintaining the integrity and reliability of AI-driven security systems.

How can I stay updated on the most relevant AI skills for cybersecurity careers?

Staying current involves engaging with industry-specific research, attending cybersecurity and AI conferences, and participating in online communities. Subscribing to reputable journals and blogs focused on AI security trends is also beneficial.

Additionally, enrolling in specialized training courses and certifications related to AI in cybersecurity can help you acquire the latest skills. Continuous learning ensures you remain competitive and prepared for evolving threats and technologies.

Related Articles

Ready to start learning? Individual Plans →Team Plans →
Discover More, Learn More
10 Essential Cybersecurity Technical Skills for Success Discover the 10 essential cybersecurity technical skills to enhance your practical knowledge… CCNP Enterprise - Which Specialty Exam Should You Take? Discover which CCNP Enterprise specialty exam aligns with your career goals and… CISM vs CISSP: Which Cybersecurity Certification is Right for You? Learn the key differences between CISM and CISSP to choose the right… Cybersecurity Technician : Top 10 Skills You Need to Succeed Discover the essential skills cybersecurity technicians need to protect digital assets, advance… CompTIA Security+ vs CySA+ : Which Cybersecurity Certification is Right for You? Discover which cybersecurity certification aligns with your career goals by comparing foundational… CompTIA CySA+ vs Security+: Which Certification Should You Pursue First Compare CompTIA CySA+ and Security+ to determine which cybersecurity certification best matches…