“Initial access” is the moment a story about a breach actually begins: the first foothold an unwelcome party gains inside an environment they were never meant to enter. It sounds cinematic, but the honest version is mundane. Most footholds do not come from exotic zero-day artistry. They come from a handful of tired, predictable doorways that organizations leave unlocked because closing them is boring work. Understanding those doorways as categories, rather than as a parade of scary one-off events, is what lets a defender stay calm and act in proportion.
The point of naming categories is not to memorize a taxonomy. It is to give yourself a small number of shelves to sort evidence onto. When an alert arrives, the first useful question is rarely “are we breached?” It is “which kind of front door does this touch, and what would confirm or rule that out?” A defender who can place a signal on the right shelf already knows which controls apply, which logs to pull, and which owner to call.
The small set of front doors
Public breach reporting keeps rediscovering the same short list. A person is persuaded to click, open, or approve something they should not have: phishing and the broader family of social engineering. A legitimate username and password land in the wrong hands and simply get used, no breaking required. An internet-facing application carries a known flaw that was never patched. A remote-access service, meant for staff, is reachable by anyone and protected by little more than a guessable login. Occasionally a trusted supplier or a piece of software in the supply chain becomes the carrier. That is most of it.
What makes the list worth internalizing is how much overlap there is between the categories, and how the boring ones dominate the interesting ones. A stolen password is not a technical marvel, yet reused and unmanaged credentials appear again and again in breach data. This is why the companion guide on Valid Accounts matters so much: the same login that lets an employee work lets an intruder walk in wearing that employee’s identity, and detection gets far harder once that happens. Each front door has its own deeper guide, and this page is the map that sits above them.
Why entry categories are a defensive tool, not a threat list
Sorting by category changes what you do next. If a signal looks like a persuaded-user event, the relevant controls are email authentication, link handling, and multi-factor prompts, and the relevant reading is Phishing and BEC Triage . If it looks like an exposed application, the questions are about patch status and compensating controls, covered in Exploited Public-Facing Apps . If it looks like a remote-access door, the hardening lives in External Remote Services . The category tells you which shelf of controls to inspect before you have decided anything about intent.
It also keeps you honest about likelihood. Beginners tend to weight the dramatic explanations heavily and the dull ones lightly. Reality runs the other way. An unusual login at an odd hour is far more likely to be a travelling employee, a new device, or a scheduled job than a nation-state. Categories help you assign that prior before adrenaline does it for you.
Toy example
Consider a fictional design studio called Marrow & Fen, with a dozen laptops, a shared cloud drive, a small customer database, and a scatter of SaaS tools. One Monday, the identity dashboard flags a successful sign-in to the shared drive from an account belonging to a designer named Priya, from a location the account has never used, followed twenty minutes later by a bulk download of client folders.
The calm reading does not start with “Priya is compromised.” It starts with sorting. This touches the valid-accounts shelf, because a real credential was used, and possibly the persuaded-user shelf, if Priya was tricked into approving something. The defender writes the observable facts first: successful authentication, new geolocation, new device fingerprint, bulk read shortly after. Then the benign explanations: Priya is traveling, using a personal tablet, and pulling files for an offsite meeting. Then the checks that would separate the two: was there a multi-factor prompt, and did Priya approve it knowingly? Does the download volume match her normal behavior? A five-minute call to Priya may resolve the whole thing, and if it does not, the same notes escalate cleanly.
What evidence matters?
The strongest early evidence for an initial-access question is authentication context and its surrounding trail. A single sign-in tells you little; a sign-in placed next to device history, location history, the multi-factor result, and the actions taken immediately afterward tells you a great deal. A login that is new but followed by ordinary, role-consistent activity is a weak signal. A login that is new and immediately followed by permission changes, mass downloads, or new access to systems the account never touched is a much stronger one.
Evidence is most useful when it is timestamped, tied to a named source, and comparable to a baseline. That baseline is the quiet hero of this whole subject. Knowing what “normal” looks like for an account, an application, or a remote gateway is what turns a shrug into a signal, which is why Known-Good Baselines and Authentication Log Patterns sit so close to this topic. Without a baseline, every event looks either terrifying or invisible, and neither reaction is a decision.
Common mistakes and false positives
The most common beginner mistake is treating the category as a verdict. Deciding “this is phishing” before confirming a persuaded user, or “this is an exploited app” before checking patch status, quietly converts a hypothesis into a story that later evidence has to fight against. The categories are shelves for sorting, not conclusions.
A second mistake is chasing the exotic and ignoring the boring. Teams will invest hours investigating a clever-looking anomaly while an internet-facing service quietly sits months behind on patches, or while a departed contractor’s account remains active. The unglamorous gaps are where most real footholds begin. A third mistake is losing the surrounding evidence: reacting to a single alert without pulling the device, location, and post-login activity that give it meaning.
False positives are constant here and they are not failures. A new-location login almost always turns out to be travel. A flagged download is usually legitimate work. Each of those, handled well, still leaves the environment better off if it results in a tightened baseline, a clearer owner note, or a confirmation that multi-factor is actually enforced. The goal is not to eliminate false positives but to resolve them cheaply and learn from them.
What to do next
Follow the shelf the evidence points to. When the signal is credential-shaped, strengthen and verify the identity layer through MFA, Passkeys, and Recovery Paths and Password Managers and Credential Reuse . When it is application-shaped, move to Exploited Public-Facing Apps . When it is remote-access-shaped, read External Remote Services . And because initial access is only ever the first scene, it is worth understanding how a foothold becomes a wider problem, which is the subject of Lateral Movement Signals .
For anything that looks like an active event, stop experimenting. Preserve the logs, follow your incident-response plan, communicate through approved channels, and bring in qualified responders. For learning, keep every scenario fictional and keep practicing the same move: name the observable fact, sort it onto a category, write the benign explanations, and choose the smallest step that raises or lowers your confidence.
How this guide was made
This page is defensive education assembled from public frameworks such as MITRE ATT&CK and widely published breach research, using invented organizations and toy data throughout. It makes no claim to certification, legal advice, or incident-response authority, and it deliberately avoids operational detail so it stays useful for safe study rather than for causing harm.
Official references
For orientation rather than certification, the MITRE ATT&CK Enterprise Matrix documents the initial-access tactic and its named entry techniques in a way that maps neatly onto the shelves described here. The CISA Known Exploited Vulnerabilities Catalog shows which application flaws are being used against real organizations right now, and the NIST Cybersecurity Framework 2.0 offers a calm structure for turning these ideas into identify, protect, detect, and respond activities.
Related guidebooks
The most natural next steps are Exploited Public-Facing Apps , External Remote Services , and Valid Accounts , which each open one of the front doors in depth. For the supporting hygiene that closes them, see Service Accounts and Secrets and SBOMs, Signatures, and Attestations .



