• One year ago, Cyber With Debra began with a simple goal: to help people see cybersecurity through everyday situations. Since then, that goal has grown into 50 posts exploring cybersecurity and, more recently, the fundamentals of artificial intelligence.

    Over the past year, we’ve explored topics ranging from network security and incident response to identity and access management, governance, risk management, business continuity, and AI. Every comic and every blog has been part of the same mission: connecting technical concepts to situations people can recognize and relate to.

    Thank you to everyone who has taken the time to read a post, share it, leave an encouraging comment, or simply continue learning with Cyber With Debra. Celebrating one year is a reminder of how far this journey has come, and I’m grateful you’ve been part of it.

    Here’s to one year of Cyber With Debra. Thank you for celebrating this milestone with me. 🎉

  • By now, we know that AI learns patterns from data. We also know that machine learning helps AI recognize those patterns. But another question naturally follows: How does AI know what answer to give? The answer is prediction.

    How AI makes predictions
    AI systems learn patterns from training data. Once they have learned those patterns, they use them to predict what is most likely to come next.

    Depending on the task, that prediction might be:
    • The next word in a sentence
    • Whether an email is spam
    • A product recommendation
    • Whether an image contains a cat or a dog
    • Whether activity on a network looks suspicious

    The prediction changes based on the problem the AI is trying to solve.

    Prediction is not the same as understanding
    This is an important distinction. When AI generates an answer, it can seem like it understands what it is saying. In reality, the system is making predictions based on patterns it has learned from data.
    That prediction may be helpful and accurate, but it is not the same as human understanding.
    Humans use experiences, reasoning, and context. AI uses patterns and probabilities.

    Why AI can make mistakes
    Because AI relies on prediction, it can sometimes produce incorrect results. If the patterns in the data are incomplete or if the system encounters something unfamiliar, its predictions may be inaccurate.
    This is why AI can occasionally give wrong answers while sounding very confident.

    Understanding prediction helps explain both the strengths and limitations of AI.

    Why this matters in cybersecurity
    Prediction is also why AI is becoming useful in cybersecurity.
    AI systems can learn patterns associated with:
    • Malicious network activity
    • Fraudulent transactions
    • Phishing attempts
    • Suspicious login behavior
    • Malware characteristics

    When new activity occurs, the system predicts whether it resembles patterns it has seen before and can help security teams identify potential threats more quickly.

    Everyday takeaway
    AI does not think the way people do.
    It learns patterns from data and uses those patterns to predict outcomes, recommendations, and responses. The next time an AI tool gives you an answer, remember that it is not thinking through the problem like a person. It is making a prediction based on patterns it has learned before.

    Thank you for reading. I hope you are subscribed. Before learning more about AI, did you think AI was reasoning through every answer the way people do? Let me know in the comments 🤖

  • Artificial intelligence and machine learning are often used interchangeably, but they are not the same thing. Machine learning is actually a branch of AI. Understanding the relationship between the two helps make many AI concepts easier to understand.

    What is machine learning?
    Machine learning is a branch of artificial intelligence that allows systems to learn from data. Instead of being programmed with instructions for every possible situation, a machine learning system analyzes data, identifies patterns, and uses those patterns to make predictions or decisions.
    Over time, the system can improve its performance as it processes more information.

    How does machine learning work?
    Machine learning relies on training data. During training, the system analyzes examples and looks for patterns or relationships within the data.
    Once it has learned those patterns, it can apply them to new information. For example, a machine learning model trained on thousands of emails may learn to identify characteristics commonly associated with spam messages. When a new email arrives, the model uses what it has learned to predict whether the message is legitimate or suspicious.

    Machine learning is all around us
    Many technologies people use every day rely on machine learning. Examples include:
    • Email spam filtering
    • Recommendation systems
    • Fraud detection
    • Voice assistants
    • Image recognition
    • Cybersecurity threat detection
    In each case, the system is using patterns learned from data to help make decisions.

    Why this matters
    Understanding machine learning helps explain how many AI systems operate. Machine learning is one of the most common ways AI learns from data, recognizes patterns, and improves over time.
    As we continue this AI series, machine learning will become an important foundation for understanding topics such as generative AI, chatbots, AI security, and AI applications in cybersecurity.

    Everyday takeaway
    Artificial intelligence is the broader field. Machine learning is one of the ways AI systems learn from data.
    The next time you hear the terms AI and machine learning used together, remember that machine learning is not separate from AI. It is one of the technologies that helps make AI possible.

    Thank you for reading. I hope you are subscribed. Before learning more about AI, did you think AI and machine learning were the same thing? Let me know in the comments 🤖

  • In the last post, we learned that AI identifies patterns in data to generate responses, make predictions, and perform tasks.
    That naturally leads to another question: Where do those patterns come from?
    The answer is training data.

    What training data means
    Training data is the information used to teach an AI system. Before an AI model can answer questions, recognize images, recommend products, or detect suspicious activity, it must first learn from large amounts of data. That data can include text, images, videos, audio, transactions, network activity, and many other types of information.

    By analyzing that information, the AI begins to identify patterns and relationships that help it perform specific tasks.

    Why training data matters
    The quality of an AI system is heavily influenced by the quality of the data used to train it. If the training data is accurate, relevant, and diverse, the AI is more likely to produce useful results.

    If the training data contains errors, gaps, or bias, those issues can affect the AI’s performance as well. This is why organizations spend significant time preparing, cleaning, and evaluating data before using it to train AI models.

    A simple example
    Imagine teaching someone to identify different types of animals. If you only show them a few pictures, their understanding may be limited. If you show them thousands of examples from different angles, environments, and situations, they are more likely to recognize those animals accurately.

    AI works in a similar way. The information it learns from influences how well it can recognize patterns and produce results.

    Why this matters in cybersecurity
    Training data plays an important role in cybersecurity applications that use AI.
    For example, AI systems may be trained using:
    • Network traffic
    • Login activity
    • Malware samples
    • Security alerts
    • Historical attack data

    The better the training data, the better the system may become at identifying suspicious activity, detecting threats, and supporting security teams.

    Everyday takeaway
    AI does not learn in isolation. It learns from training data.
    The information used to train an AI system helps shape the patterns it recognizes and the responses it generates. Understanding training data is an important step toward understanding how AI works and why the quality of information matters.

    Thank you for reading. I hope you are subscribed. Before learning about training data, had you ever thought about where AI gets the information it learns from? Let me know in the comments 🤖

  • Lesson 1: Consistency compounds
    One comic does not seem like much. Neither does one blog post.
    But week after week, those small efforts become something bigger. One of the biggest lessons from Cyber With Debra has been learning the value of showing up consistently, even when progress feels slow.

    Lesson 2: Curiosity matters more than expertise
    Many of the topics I have written about were concepts I was actively learning myself.
    I’ve learned that you do not have to know everything before you start sharing. Curiosity and a willingness to learn often take you further than waiting until you feel like an expert.

    Lesson 3: Teaching is one of the best ways to learn
    Breaking down cybersecurity concepts into simple conversations has deepened my own understanding. The process of explaining a topic often reveals gaps in understanding and encourages deeper learning.

    Lesson 4: Cybersecurity is ultimately about people
    Technology is important, but many cybersecurity challenges come back to people.
    Communication.
    Decision making.
    Preparation.
    Awareness.
    The human side of cybersecurity appears in almost every lesson.

    Looking Ahead
    One thing that has not changed is the desire to keep learning.
    Recently, that curiosity has led me into AI, where I am continuing to explore new concepts and better understand how they intersect with technology, security, and everyday life.

    Thank you for reading, supporting, sharing, and learning alongside me đź’›

  • After learning what artificial intelligence is, the next question is often: How does AI actually know what to say?

    When people interact with AI tools, it can sometimes feel like they are talking to something that thinks and reasons exactly like a human. AI can answer questions, write content, summarize information, and even carry on conversations. But AI does not think the same way people do. Instead, AI learns from patterns.

    How AI learns
    Think about how people learn. We learn from experience, examples, repetition, and observation. Over time, we begin to recognize patterns and use them to make decisions.

    AI learns differently, but pattern recognition is still a big part of the process. During training, AI systems are exposed to large amounts of data. They analyze that information and identify relationships, trends, and patterns. Rather than memorizing every possible answer, AI learns how pieces of information are connected.

    What does that look like?
    If an AI system has seen enough examples, it can begin to recognize patterns such as:
    • words that commonly appear together
    • images that share similar characteristics
    • behaviors that may indicate fraud
    • network activity that looks unusual
    • recommendations that users are likely to find useful

    The more relevant data available during training, the more opportunities the system has to learn those patterns.

    Why this matters
    Understanding that AI learns from patterns helps explain both its strengths and its limitations.
    AI can be very effective at identifying trends and making predictions across large amounts of information. At the same time, AI can only learn from the data it has been given. If the training data is incomplete, inaccurate, or biased, the results can be affected as well. This is also why AI sometimes produces incorrect answers or misses important context.

    As we continue this AI series, understanding pattern recognition will help us better understand topics such as training data, machine learning, generative AI, and AI security.

    Everyday takeaway
    AI does not learn by thinking like a human. It learns by analyzing large amounts of data and identifying patterns that help it make predictions, recommendations, and generate responses. The next time you interact with an AI tool, remember that behind every response is a system that has learned from patterns in data.

    And this is only the beginning of understanding how AI works.
    Thank you for reading. I hope you are subscribed. Before learning more about AI, did you think AI was actually thinking like a person? Let me know in the comments 🤖

  • Artificial intelligence is everywhere right now.
    People talk about AI in conversations, headlines, workplaces, schools, and social media almost everyday. But even with all the attention around it, many people are still unsure what AI actually means.

    Some people think AI only refers to chatbots or image generators. Others think of robots or futuristic technology. In reality, AI is already part of many everyday systems we interact with regularly.

    What artificial intelligence really means
    Artificial intelligence refers to systems designed to perform tasks that normally involve:
    • learning
    • decision making
    • pattern recognition
    • problem solving

    Instead of being directly programmed for every single situation, AI systems are often designed to analyze information, recognize patterns, and make predictions or decisions based on data.
    That is what makes AI different from simple automation.

    Where we already see AI
    AI already exists in many tools and services people use every day, including:
    • recommendation systems on streaming platforms
    • navigation and traffic apps
    • spam filters in email
    • voice assistants
    • fraud detection systems
    • facial recognition technology
    • search engines
    • customer support chat systems

    Many people use AI regularly without even realizing it.

    Why understanding AI matters
    AI is becoming increasingly connected to:
    • business operations
    • healthcare
    • cybersecurity
    • finance
    • education
    • communication
    • decision making systems

    As AI continues growing, understanding the basics becomes more important.
    Not to become an expert overnight, but to better understand:
    • how these systems work
    • where they are used
    • what their limitations are
    • and how they may affect security, privacy, and everyday life

    Everyday takeaway
    AI does not always look futuristic. Sometimes it looks like the systems quietly working behind the apps and services we already use every day.
    Understanding AI starts with understanding that it is not magic. It is technology designed to learn patterns, process information, and support decision-making in ways that resemble certain human tasks.
    And this is only the beginning of the journey.

    Thank you for reading. I hope you are subscribed. What is the first thing that comes to your mind when you hear the term “AI”? Let me know in the comments 🤖

  • No security control is perfect on its own.
    People make mistakes. Emails get opened. Links get clicked. Credentials get exposed. That is why strong cybersecurity is not built around a single line of defense.

    In this week’s comic, someone clicks a phishing link before realizing the message was suspicious. The attacker gets the password, but the account is still protected because MFA blocks the sign-in attempt. That is a real example of defense in depth.

    What defense in depth really means
    Defense in depth is the practice of using multiple layers of security to protect systems and data.
    Instead of relying on one control alone, organizations combine safeguards so that if one layer fails, another layer can still reduce the risk.

    These layers can include:
    • firewalls
    • MFA
    • endpoint protection
    • email filtering
    • network monitoring
    • user awareness training

    The goal is not to assume mistakes will never happen. The goal is to prevent one mistake from becoming a full security incident.

    Why it matters
    Attackers often look for the easiest path in.
    If security depends on only one control, a single failure can expose an entire system.

    Layered security helps:
    • reduce the impact of attacks
    • slow down attackers
    • improve detection
    • protect against human error
    In cybersecurity, resilience often comes from having backup protections already in place.

    Everyday takeaway
    Good security does not expect people to be perfect. It expects that mistakes, failures, and unexpected situations can happen, then builds additional protections around them.
    Because in security, one layer is rarely enough.

    Thank you for reading. I hope you are subscribed. What security layer do you think organizations rely on the most today? Let me know in the comments 🛡️

  • Backups are often seen as the safety net.
    When systems fail, files are lost, or incidents happen, the assumption is usually simple: restore the backup and move on.

    But having backups is not the same as having reliable backups.
    In this week’s comic, the team discovers that part of their backup data was corrupted during recovery. The backups existed, but they could not fully restore what was needed.

    That is where backup integrity becomes important.

    What backup integrity really means
    Backup integrity is the ability to trust that backup data is complete, accurate, and usable when recovery is needed.

    A backup is not truly reliable unless it can:
    • restore properly
    • recover the expected data
    • function when systems are under pressure

    Problems like corruption, incomplete backups, failed jobs, or configuration issues may not be noticed until recovery is attempted. That is why testing matters.

    Why it matters
    Organizations rely on backups during:
    • ransomware incidents
    • accidental deletion
    • outages
    • hardware failures
    • disaster recovery situations

    If backups fail during recovery, the impact can become much worse.

    Recovery testing helps teams confirm:
    • data can be restored correctly
    • backup systems are functioning properly
    • recovery timelines are realistic
    • critical information is actually protected

    In cybersecurity, preparation is not only about creating backups. It is also about verifying they work.

    Everyday takeaway
    A backup is only useful if it can actually be restored when needed.
    Testing backups may not feel urgent during normal operations, but recovery is not the time to discover something is missing or corrupted.
    Because in security, confidence is not enough. Verification matters too.

    Thank you for reading. I hope you are subscribed. Have you ever assumed something was backed up, only to discover there was a problem later? Let me know in the comments đź’ľ

  • Not every security issue starts with something obvious.
    Sometimes, it shows up as a small detail. A notification that does not seem urgent, but does not quite make sense either.

    In this week’s comic, Sandy notices a charge for a flight that she never booked. It did not go through, but that is not what concerns her. What matters is that the attempt happened at all.
    That moment is easy to overlook, but it points to something important.

    What indicators of compromise really are
    Indicators of compromise are signs that something may have been accessed, used, or targeted without permission.

    In cybersecurity, these indicators often come from:
    • unusual network traffic
    • known malicious IP addresses
    • unexpected file activity or hashes
    • anomalous login behavior

    But they do not only exist in technical systems. They also show up in everyday situations as activity that does not match what you expect.
    At their core, indicators of compromise are about recognizing when something does not add up.

    Why it matters
    Attackers do not always succeed on the first try. Sometimes, their activity appears as failed attempts, unusual patterns, or small inconsistencies.

    Those early signals are often the only warning before something more serious happens.
    Recognizing them early can:
    • prevent unauthorized access
    • stop repeated attempts
    • reduce potential impact

    The difference is often not in the size of the issue, but in how quickly it is noticed and acted on.

    Everyday takeaway
    You do not have to wait for something to go wrong to take action.
    If something does not look right, it is worth paying attention to.
    Whether it is a declined charge, an unfamiliar login, or unexpected system behavior, those moments matter. Because in security, the signs are often there before the damage.

    Thank you for reading. I hope you are subscribed. Have you ever noticed something small that did not seem right at first, but turned out to matter? Let me know in the comments 🔍