LOCAL DEFENDER FIELD MANUALSTATIC HTML EDITION

Learn the attack.
Name the signal.

A local field guide to cyberattacks—organized into one-page notes connecting attacker behavior to evidence, detection, and mitigation.

LOCAL_KNOWLEDGE_BASE.STATUSREADY
170ATTACK NOTES
FAMILIES08
DEEP DIVES07
SERVERNOT REQUIRED
THE STUDY LOOP
01UNDERSTAND
02TRACE
03OBSERVE
04DETECT
05HARDEN
COVERAGE REVIEW / JULY 2026170 attack notes across 8 families

The catalog now includes major ATT&CK behaviors plus common web, network, physical, fraud, supply-chain, and AI-security attack names. Cyberattack terminology keeps evolving, so this is a reviewed learning catalog rather than a claim that history has a final, finite list.

ATTACK LIBRARY

Find your next study note.

Search by name, platform, ATT&CK ID, or attack family. Every note follows the same evidence-first structure.

170 RESULTS
ID

Credentials & Identity

36
01 Account ManipulationExisting accounts are altered to preserve or increase access. T1098Intermediate 02 Adversary-in-the-Middle PhishingA reverse proxy captures credentials, MFA exchanges, and session cookies in real time. T1557Advanced 03 Application Access Token TheftOAuth or API access tokens are stolen and used without the original sign-in. T1550.001Intermediate 04 AS-REP RoastingKerberos responses for accounts without pre-authentication are captured for offline cracking. T1558.004Intermediate 05 Brute ForceRepeated password or key guesses discover valid authentication material online or offline. T1110Foundational 06 Cached Domain Credential TheftCached domain logon verifiers are extracted for offline cracking. T1003.005Intermediate 07 Cloud Secrets Store TheftSecrets are requested from a cloud vault or secrets-management service. T1555.006Intermediate 08 Credential StuffingUsername and password pairs stolen elsewhere are replayed against a new service. T1110.004Foundational 09 DCShadowA rogue domain controller pushes malicious directory changes. T1207Advanced 10 DCSyncDirectory replication rights are abused to request domain password data. T1003.006Advanced 11 Default Account AbuseBuilt-in or vendor-default accounts are used for unauthorized access. T1078.001Foundational 12 Golden SAMLA stolen federation signing key is used to forge trusted SAML assertions. T1606.002Advanced 13 Golden TicketA forged Kerberos ticket-granting ticket is created with the domain KRBTGT secret. T1558.001Advanced 14 Group Policy Preferences Credential TheftLegacy credentials embedded in Group Policy Preferences are recovered. T1552.006Intermediate 15 KerberoastingKerberos service tickets are obtained and cracked offline to recover service-account passwords. T1558.003Intermediate 16 Kerberos Delegation AbuseUnconstrained, constrained, or resource-based delegation is abused to impersonate users to services. ConceptAdvanced 17 LSASS Credential DumpingCredential material is extracted from the Windows security process. T1003.001Advanced 18 MFA FatigueRepeated push prompts pressure a user into approving an attacker login. T1621Foundational 19 MFA InterceptionOne-time codes or other authentication factors are intercepted and replayed. T1111Intermediate 20 NTDS.dit TheftThe Active Directory database is copied to obtain domain hashes. T1003.003Advanced 21 OAuth Consent PhishingA user grants a malicious app access to cloud data. T1528Intermediate 22 Pass-the-HashA stolen password hash is used directly for authentication without recovering the plaintext. T1550.002Advanced 23 Pass-the-TicketA stolen Kerberos ticket is reused to access resources without the account password. T1550.003Advanced 24 Password CrackingStolen password hashes are tested offline against candidate passwords. T1110.002Intermediate 25 Password GuessingCommon or targeted passwords are tested against one account. T1110.001Foundational 26 Password Reset PoisoningAccount recovery or reset workflows are manipulated to take control of an identity. ConceptIntermediate 27 Password SprayingA small set of common passwords is tried across many accounts to avoid per-user lockout thresholds. T1110.003Foundational 28 Private Key TheftPrivate authentication keys and certificates are discovered and stolen. T1552.004Intermediate 29 SAM Database DumpingLocal account hashes are recovered from the Windows SAM. T1003.002Intermediate 30 Session Cookie TheftAuthenticated browser cookies are stolen and replayed. T1539Intermediate 31 Shadow CredentialsKey-based authentication data is added to a directory object to impersonate the account. T1098Advanced 32 Silver TicketA Kerberos service ticket is forged with a stolen service-account key. T1558.002Advanced 33 SIM SwappingA victim mobile number is transferred to intercept recovery or MFA messages. ConceptIntermediate 34 Skeleton KeyDomain-controller authentication is modified to accept a master password. T1556.001Advanced 35 Token ImpersonationA Windows access token is duplicated or used as another principal. T1134Advanced 36 Web Cookie ForgeryApplication signing material is abused to create a trusted authentication cookie. T1606.001Advanced
SE

Phishing & Social Engineering

16
01 Business Email CompromiseA trusted business identity is impersonated or hijacked to redirect money or data. ConceptFoundational 02 ClickFix Social EngineeringA fake error or verification prompt instructs the user to paste and run attacker-supplied commands. T1204Intermediate 03 Clone PhishingA legitimate message is copied and resent with malicious content. ConceptIntermediate 04 Consent and Approval ManipulationA user or administrator is persuaded to approve a malicious access, payment, or configuration request. T1684Intermediate 05 Drive-by CompromiseBrowsing a compromised site triggers exploitation or malicious delivery. T1189Intermediate 06 Help Desk ImpersonationAn attacker impersonates a user or technician to obtain resets, enrollment, or remote access. ConceptIntermediate 07 PharmingName resolution or local configuration redirects users to a fraudulent site without a deceptive message. ConceptIntermediate 08 PretextingA fabricated scenario persuades a target to disclose information or act. ConceptIntermediate 09 QuishingA QR code moves a victim from a trusted context to a malicious destination. ConceptIntermediate 10 SmishingSMS or mobile messages deliver a malicious link, request, or callback lure. ConceptIntermediate 11 Spearphishing AttachmentA targeted message delivers a malicious attachment. T1566.001Foundational 12 Spearphishing LinkA targeted message links to credential theft or malware delivery. T1566.002Foundational 13 Spearphishing via ServiceChat, social media, or another service delivers a targeted lure. T1566.003Intermediate 14 VishingVoice calls manipulate victims into revealing secrets or taking unsafe actions. ConceptIntermediate 15 Watering HoleA site used by a target group is compromised to deliver exploits or tracking. T1189Intermediate 16 WhalingExecutives and other high-value people receive tailored social engineering. ConceptIntermediate
WA

Web Application

28
01 API Broken Object AuthorizationObject identifiers are changed to access another user records. ConceptIntermediate 02 API Mass AssignmentUnexpected object properties are submitted to change protected fields. ConceptIntermediate 03 Authentication BypassA logic or implementation flaw allows protected functionality without valid authentication. T1190Intermediate 04 Command InjectionUntrusted input reaches an operating-system command interpreter. T1059Intermediate 05 Cross-Site Request ForgeryA logged-in browser sends an unwanted state-changing request. ConceptIntermediate 06 Cross-Site ScriptingAttacker-controlled script executes in another user browser. ConceptIntermediate 07 Exploitation of Public-Facing ApplicationA vulnerability in an internet-facing service is exploited for initial access. T1190Intermediate 08 File InclusionAn application loads an attacker-selected local or remote file. ConceptIntermediate 09 GraphQL AbuseIntrospection, batching, nested queries, or authorization gaps expose data or exhaust resources. ConceptIntermediate 10 Host Header InjectionA manipulated Host header influences links, routing, caches, or password-reset URLs. ConceptIntermediate 11 HTTP Request SmugglingFront-end and back-end servers disagree about request boundaries. ConceptIntermediate 12 HTTP Response SplittingInjected delimiters create attacker-controlled headers or responses. ConceptIntermediate 13 Insecure DeserializationUntrusted serialized data triggers object manipulation or execution. ConceptIntermediate 14 JWT Token AttackToken validation, algorithms, keys, or claims are abused to impersonate identities. ConceptIntermediate 15 LDAP InjectionInput modifies an LDAP search filter or directory operation. ConceptIntermediate 16 NoSQL InjectionUntrusted input changes a NoSQL query, operator, or document structure. ConceptIntermediate 17 Open RedirectA trusted application redirects to an attacker-selected destination. ConceptIntermediate 18 Path TraversalPath manipulation escapes an intended directory. ConceptIntermediate 19 Prototype PollutionAttacker-controlled properties modify object prototypes and application behavior. ConceptIntermediate 20 Race Condition AttackConcurrent requests exploit a gap between validation and state change. ConceptIntermediate 21 Server-Side Request ForgeryA server is manipulated into requesting internal or restricted destinations. ConceptIntermediate 22 SQL InjectionUntrusted input changes the structure of a database query. T1190Foundational 23 Template InjectionAttacker input is evaluated as a template expression. ConceptIntermediate 24 Unrestricted File UploadA file upload accepts content that becomes executable or dangerous. ConceptIntermediate 25 Web Cache DeceptionA victim private response is made cacheable and later retrieved. ConceptIntermediate 26 Web Cache PoisoningA malicious response is stored and served by a shared cache. ConceptIntermediate 27 Web ShellA server-side script provides persistent remote command execution. T1505.003Intermediate 28 XML External Entity InjectionUnsafe XML entity processing exposes files or internal requests. ConceptIntermediate
NP

Network & Protocol

27
01 ARP SpoofingForged ARP messages redirect local traffic through an attacker. ConceptIntermediate 02 BGP HijackingFalse routing announcements divert or blackhole internet traffic. ConceptAdvanced 03 DHCP StarvationLarge numbers of forged requests exhaust the DHCP address pool. ConceptIntermediate 04 DNS AmplificationSpoofed DNS queries reflect amplified traffic at a victim. T1498Intermediate 05 DNS Cache PoisoningFalse DNS data makes names resolve to attacker-selected addresses. ConceptIntermediate 06 DNS TunnelingData or command messages are encoded in DNS. T1071.004Intermediate 07 ICMP FloodHigh-volume ICMP traffic consumes bandwidth or processing capacity. T1498Intermediate 08 IP Fragmentation AttackOverlapping or abnormal fragments evade inspection or exhaust reassembly resources. ConceptIntermediate 09 LLMNR/NBT-NS PoisoningLocal name-resolution replies are spoofed to capture authentication. T1557.001Intermediate 10 MAC FloodingA switch forwarding table is overwhelmed with forged source MAC addresses. ConceptIntermediate 11 Man-in-the-BrowserMalware inside a browser manipulates trusted transactions. ConceptIntermediate 12 Man-in-the-MiddleCommunications are intercepted and potentially altered. T1557Intermediate 13 Network SniffingNetwork traffic is captured to collect credentials, sessions, or sensitive data. T1040Intermediate 14 NTLM RelayCaptured NTLM authentication is forwarded to another service. T1557.001Advanced 15 NTP AmplificationSpoofed NTP requests reflect amplified traffic. T1498Intermediate 16 Ping of DeathMalformed or oversized packet fragments target vulnerable network stacks. ConceptIntermediate 17 Port ScanningProbes identify hosts, ports, protocols, and services. T1046Foundational 18 RDP Session HijackingAn existing Remote Desktop session is taken over without the user password. T1563.002Intermediate 19 Rogue DHCPAn unauthorized DHCP server supplies malicious network configuration. ConceptIntermediate 20 Session HijackingAn established application or remote-access session is taken over. T1563Intermediate 21 SlowlorisSlow incomplete HTTP requests hold server connections open. T1499Intermediate 22 SMB RelayRelayed Windows authentication is used against SMB. T1557.001Advanced 23 SSH Session HijackingAn existing SSH connection or agent is abused to reach additional systems. T1563.001Intermediate 24 SSL StrippingA man-in-the-middle downgrades or replaces secure web navigation with an insecure connection. ConceptIntermediate 25 TCP SYN FloodIncomplete TCP handshakes exhaust connection state. T1498Intermediate 26 UDP FloodHigh-volume UDP traffic consumes bandwidth or resources. T1498Intermediate 27 VLAN HoppingSwitching behavior is abused to reach another virtual LAN. ConceptIntermediate
ME

Malware & Endpoint

27
01 BootkitBoot components run malicious code before the operating system. T1542.003Advanced 02 Clear Windows Event LogsSecurity or operational logs are cleared to remove evidence. T1070.001Intermediate 03 Clipboard HijackingClipboard content is read or replaced. T1115Intermediate 04 Computer WormMalware self-propagates between systems. T1210Intermediate 05 Data Staging and ArchivingCollected data is gathered and compressed before exfiltration. T1560Intermediate 06 DLL Search Order HijackingA malicious library loads before a legitimate one. T1574.001Intermediate 07 DLL Side-LoadingA trusted executable loads an attacker-controlled library. T1574.002Intermediate 08 Ingress Tool TransferTools or payloads are transferred into a compromised environment. T1105Intermediate 09 KeyloggingKeystrokes are captured to steal secrets. T1056.001Intermediate 10 Living off the LandTrusted system tools are abused for malicious actions. T1218Intermediate 11 PowerShell AbusePowerShell performs execution, download, discovery, or automation. T1059.001Intermediate 12 Process HollowingA legitimate process image is replaced in memory with malicious code. T1055.012Advanced 13 Process InjectionCode executes inside another process. T1055Advanced 14 Proxy and Multi-Hop C2Compromised systems or proxy services relay command-and-control traffic. T1090Intermediate 15 RansomwareFiles or systems are encrypted or disrupted for extortion. T1486Intermediate 16 Registry Run Key PersistenceStartup registry locations run code at logon or boot. T1060Intermediate 17 Remote ServicesRDP, SMB, SSH, WinRM, VNC, or similar services are used to access remote systems. T1021Intermediate 18 RootkitSystem components are modified to conceal malicious presence. T1014Advanced 19 Scheduled Task PersistenceA scheduled job executes malicious code later. T1053Intermediate 20 Screen CaptureScreens or application windows are captured to collect information. T1113Intermediate 21 Security Tool TamperingDefensive products, logs, or configurations are disabled or changed. T1562.001Intermediate 22 TimestompingFile timestamps are altered to hide activity or imitate legitimate files. T1070.006Intermediate 23 Trojan HorseMalicious functionality is disguised as legitimate software. ConceptIntermediate 24 UAC BypassWindows elevation controls are bypassed to execute with higher integrity. T1548.002Intermediate 25 Windows Service ExecutionA Windows service is created or modified to execute code. T1543.003Intermediate 26 Wiper MalwareData and system structures are deliberately destroyed. T1561Intermediate 27 WMI ExecutionWindows Management Instrumentation is used for local or remote execution. T1047Intermediate
CC

Cloud & Containers

18
01 Additional Cloud Credential PersistenceNew keys, certificates, secrets, or credentials are added to a compromised cloud identity. T1098.001Intermediate 02 Additional Cloud Role PersistenceRoles or permissions are added to preserve privileged cloud access. T1098.003Intermediate 03 Cloud Access Key TheftLong-lived or temporary cloud API credentials are stolen and replayed. T1552Intermediate 04 Cloud Account TakeoverStolen credentials, tokens, or recovery paths control a cloud identity. T1078.004Intermediate 05 Cloud CryptojackingCompromised cloud resources perform unauthorized mining. T1496Intermediate 06 Cloud IAM Privilege EscalationPermissions and role paths are abused for stronger privileges. ConceptAdvanced 07 Cloud Logging DisablementAudit trails, diagnostic settings, or security services are disabled or weakened. T1562.008Intermediate 08 Cloud Metadata Service AbuseA workload metadata endpoint reveals temporary cloud credentials. ConceptIntermediate 09 Cloud Region EvasionResources are created in unused regions to evade normal monitoring. T1535Intermediate 10 Cloud Snapshot TheftDisk, database, or machine snapshots are copied or shared to expose stored data. T1537Intermediate 11 Container API ExposureAn exposed Docker or container management API is used to control workloads or hosts. T1613Intermediate 12 Container EscapeA process breaks container isolation and reaches the host. ConceptAdvanced 13 Kubernetes Admission Controller AbuseAdmission webhooks or policies are modified to inject, allow, or persist malicious workloads. ConceptAdvanced 14 Kubernetes API AbuseTokens or exposed control planes manipulate cluster resources. ConceptIntermediate 15 Kubernetes Secrets TheftCluster secrets are read from APIs, etcd, volumes, or environments. ConceptIntermediate 16 Public Storage Bucket ExposureMisconfigured object storage exposes sensitive data. ConceptIntermediate 17 SaaS Data ExfiltrationLegitimate APIs or compromised accounts export cloud data. T1537Intermediate 18 Serverless Function AbuseFunction code, triggers, or identities are manipulated. ConceptIntermediate
WP

Wireless & Physical

8
SC

Supply Chain & Emerging

10