CYBERSECURITYTRACKER
TRACKING3,014 stories541 vuln stories
Automated hardening guidance

Defensive Actions

Hardening guidance derived automatically from the threats this tracker follows. Each card is one MITRE mitigation, grouping the tracked ATT&CK techniques it counters with the MITRE Engenuity NIST 800-53 control mappings, and linking to the authoritative publisher for exact per-setting configuration. Nothing here is written by this site or by a model: the pipeline only joins and presents what MITRE and NIST publish, and it refreshes automatically when they update.

42 mitigationscovering 146 techniquesacross 523 mitigation-technique pairs

Data sourced from MITRE ATT&CK v19.1 (modified 2026-05-12, fetched 2026-07-26) and MITRE Engenuity CTID NIST 800-53 mappings (ATT&CK 16.1, rev5, updated 2025-04-16). Exact per-setting configuration (the specific policy, GPO, or registry key) is linked to its authoritative publisher below, never reproduced here.

Download the ATT&CK Navigator layer (layer format 4.5, ATT&CK 16.1): technique heat over 46 techniques, scored by the count of distinct CVEs with an exploitation mapping from the MITRE Engenuity Center for Threat-Informed Defense (CTID) Known Exploited Vulnerabilities (KEV) mappings (405 CVEs carry an exploitation mapping in the CTID KEV mappings snapshot; separately, the tracker holds 5062 CVEs listed in a Known Exploited Vulnerabilities catalog (CISA, VulnCheck, or ENISA)). The scores are a floor, not the whole of what attackers do: most known-exploited CVEs carry no technique mapping, so an unscored technique means unmapped, never unused.

M1013 ↗

Application Developer Guidance

IdentityEndpointCloud

Application Developer Guidance focuses on providing developers with the knowledge, tools, and best practices needed to write secure code, reduce vulnerabilities, and implement secure design principles. By integrating security throughout the software development lifecycle (SDLC), this mitigation aims to prevent the introduction of exploitable weaknesses in applications, systems, and APIs. This mitigation can be implemented through the following measures: Preventing SQL Injection (Secure Coding Practice): - Implementation: Train developers to use parameterized queries or prepared statements instead of directly embedding user input into SQL queries. - Use Case: A web application accepts user input to search a database. By sanitizing and validating user inputs, developers can prevent attackers from injecting malicious SQL commands. Cross-Site Scripting (XSS) Mitigation: - Implementation: Require developers to implement output encoding for all user-generated content displayed on a web page. - Use Case: An e-commerce site allows users to leave product reviews. Properly encoding and escaping user inputs prevents malicious scripts from being executed in other users’ browsers. Secure API Design: - Implementation: Train developers to authenticate all API endpoints and avoid exposing sensitive information in API responses. - Use Case: A mobile banking application uses APIs for account management. By enforcing token-based authentication for every API call, developers reduce the risk of unauthorized access. Static Code Analysis in the Build Pipeline: - Implementation: Incorporate tools into CI/CD pipelines to automatically scan for vulnerabilities during the build process. - Use Case: A fintech company integrates static analysis tools to detect hardcoded credentials in their source code before deployment. Threat Modeling in the Design Phase: - Implementation: Use frameworks like STRIDE (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege) to assess threats during application design. - Use Case: Before launching a customer portal, a SaaS company identifies potential abuse cases, such as session hijacking, and designs mitigations like secure session management. **Tools for Implementation**: - Static Code Analysis Tools: Use tools that can scan for known vulnerabilities in source code. - Dynamic Application Security Testing (DAST): Use tools like Burp Suite or OWASP ZAP to simulate runtime attacks and identify vulnerabilities. - Secure Frameworks: Recommend secure-by-default frameworks (e.g., Django for Python, Spring Security for Java) that enforce security best practices.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1212 ↗Exploitation for Credential Accesscredential-accessT1574 ↗Hijack Execution Flowstealth, executionT1195 ↗Supply Chain Compromiseinitial-access
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06CA-02CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-05IA-12IA-13RA-05RA-10SA-03SA-04SA-08SA-10SA-11SA-15SA-17SA-22SC-02SC-03SC-07SC-18SC-26SC-28SC-30SC-35SC-39SC-43SI-02SI-03SI-04SI-05SI-07SI-10SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1015 ↗

Active Directory Configuration

IdentityEndpoint

Implement robust Active Directory (AD) configurations using group policies to secure user accounts, control access, and minimize the attack surface. AD configurations enable centralized control over account settings, logon policies, and permissions, reducing the risk of unauthorized access and lateral movement within the network. This mitigation can be implemented through the following measures: Account Configuration: - Implementation: Use domain accounts instead of local accounts to leverage AD’s centralized management, including group policies, auditing, and access control. - Use Case: For IT staff managing shared resources, provision domain accounts that allow IT teams to log in centrally, reducing the risk of unmanaged, rogue local accounts on individual machines. Interactive Logon Restrictions: - Implementation: Configure group policies to restrict interactive logons (e.g., direct physical or RDP logons) for service accounts or privileged accounts that do not require such access. - Use Case: Prevent service accounts, such as SQL Server accounts, from having interactive logon privileges. This reduces the risk of these accounts being leveraged for lateral movement if compromised. Remote Desktop Settings: - Implementation: Limit Remote Desktop Protocol (RDP) access to specific, authorized accounts. Use group policies to enforce this, allowing only necessary users to establish RDP sessions. - Use Case: On sensitive servers (e.g., domain controllers or financial databases), restrict RDP access to administrative accounts only, while all other users are denied access. Dedicated Administrative Accounts: - Implementation: Create domain-wide administrative accounts that are restricted from interactive logons, designed solely for high-level tasks (e.g., software installation, patching). - Use Case: Create separate administrative accounts for different purposes, such as one set of accounts for installations and another for managing repository access. This limits exposure and helps reduce attack vectors. Authentication Silos: - Implementation: Configure Authentication Silos in AD, using group policies to create access zones with restrictions based on membership, such as the Protected Users security group. This restricts access to critical accounts and minimizes exposure to potential threats. - Use Case: Place high-risk or high-value accounts, such as executive or administrative accounts, in an Authentication Silo with extra controls, limiting their exposure to only necessary systems. This reduces the risk of credential misuse or abuse if these accounts are compromised. **Tools for Implementation**: - Active Directory Group Policies: Use Group Policy Management Console (GPMC) to configure, deploy, and enforce policies across AD environments. - PowerShell: Automate account configuration, logon restrictions, and policy application using PowerShell scripts. - AD Administrative Center: Manage Authentication Silos and configure high-level policies for critical user groups within AD.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1078.004 ↗Cloud Accountsstealth, persistence, privilege-escalation, initial-accessT1552 ↗Unsecured Credentialscredential-accessT1558 ↗Steal or Forge Kerberos Ticketscredential-accessT1003 ↗OS Credential Dumpingcredential-access
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-16AC-17AC-18AC-19AC-20CA-03CA-07CM-02CM-05CM-06CM-07CP-09IA-02IA-03IA-04IA-05IA-12IA-13RA-05SA-03SA-04SA-08SA-10SA-11SA-15SA-17SC-04SC-07SC-12SC-28SC-39SC-43SI-02SI-03SI-04SI-07SI-10SI-12SI-15NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1017 ↗

User Training

IdentityEndpointEmail and M365CloudNetwork

User Training involves educating employees and contractors on recognizing, reporting, and preventing cyber threats that rely on human interaction, such as phishing, social engineering, and other manipulative techniques. Comprehensive training programs create a human firewall by empowering users to be an active component of the organization's cybersecurity defenses. This mitigation can be implemented through the following measures: Create Comprehensive Training Programs: - Design training modules tailored to the organization's risk profile, covering topics such as phishing, password management, and incident reporting. - Provide role-specific training for high-risk employees, such as helpdesk staff or executives. Use Simulated Exercises: - Conduct phishing simulations to measure user susceptibility and provide targeted follow-up training. - Run social engineering drills to evaluate employee responses and reinforce protocols. Leverage Gamification and Engagement: - Introduce interactive learning methods such as quizzes, gamified challenges, and rewards for successful detection and reporting of threats. Incorporate Security Policies into Onboarding: - Include cybersecurity training as part of the onboarding process for new employees. - Provide easy-to-understand materials outlining acceptable use policies and reporting procedures. Regular Refresher Courses: - Update training materials to include emerging threats and techniques used by adversaries. - Ensure all employees complete periodic refresher courses to stay informed. Emphasize Real-World Scenarios: - Use case studies of recent attacks to demonstrate the consequences of successful phishing or social engineering. - Discuss how specific employee actions can prevent or mitigate such attacks.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1566 ↗Phishinginitial-accessT1078.004 ↗Cloud Accountsstealth, persistence, privilege-escalation, initial-accessT1189 ↗Drive-by Compromiseinitial-accessT1528 ↗Steal Application Access Tokencredential-accessT1552 ↗Unsecured Credentialscredential-accessT1566.002 ↗Spearphishing Linkinitial-accessT1003.001 ↗LSASS Memorycredential-accessT1078.002 ↗Domain Accountsstealth, persistence, privilege-escalation, initial-accessT1003 ↗OS Credential Dumpingcredential-accessT1003.003 ↗NTDScredential-accessT1185 ↗Browser Session HijackingcollectionT1204.001 ↗Malicious LinkexecutionT1204.002 ↗Malicious FileexecutionT1221 ↗Template InjectionstealthT1566.001 ↗Spearphishing Attachmentinitial-accessT1598.002 ↗Spearphishing AttachmentreconnaissanceT1657 ↗Financial TheftimpactT1213.002 ↗SharepointcollectionT1213 ↗Data from Information RepositoriescollectionT1036 ↗MasqueradingstealthT1204 ↗User ExecutionexecutionT1552.001 ↗Credentials In Filescredential-accessT1027 ↗Obfuscated Files or InformationstealthT1557 ↗Adversary-in-the-Middlecredential-access, collection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-10AC-12AC-16AC-17AC-18AC-19AC-20AC-21AC-23CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08CP-09IA-02IA-03IA-04IA-05IA-08IA-09IA-12IA-13RA-05SA-03SA-04SA-08SA-10SA-11SA-15SA-17SA-22SC-02SC-03SC-04SC-07SC-08SC-12SC-18SC-20SC-23SC-28SC-29SC-30SC-37SC-39SC-43SC-44SC-46SI-02SI-03SI-04SI-07SI-08SI-10SI-12SI-15SI-16NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayqilinCVE-2019-11634CVE-2019-13608CVE-2021-20035CVE-2021-22894CVE-2021-22899CVE-2021-36934CVE-2021-41379CVE-2021-42321CVE-2022-1040CVE-2022-20701CVE-2022-21919CVE-2022-21999CVE-2021-40449CVE-2022-34713CVE-2022-41128CVE-2023-36884CVE-2024-11182CVE-2025-24054CVE-2024-53704CVE-2010-0188CVE-2010-1297CVE-2012-2034CVE-2012-5054CVE-2014-8439CVE-2015-0310CVE-2015-0313CVE-2015-3043CVE-2015-8651CVE-2016-1019CVE-2016-7855CVE-2023-43770CVE-2024-38475CVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2015-5119CVE-2023-2533CVE-2024-21413CVE-2024-27443CVE-2024-42009CVE-2023-26360CVE-2024-4577CVE-2025-32701CVE-2025-32706CVE-2019-0604CVE-2021-22893CVE-2021-40539CVE-2021-44077CVE-2021-44515CVE-2023-28252CVE-2024-48248CVE-2024-57727CVE-2024-24919CVE-2012-0767CVE-2022-24682CVE-2023-34192CVE-2020-3580CVE-2022-21971CVE-2022-3038CVE-2022-3075CVE-2023-2136CVE-2023-5217CVE-2023-5631CVE-2024-38112CVE-2007-5659CVE-2008-0655CVE-2008-2992CVE-2009-1862CVE-2009-3953CVE-2009-4324CVE-2010-2883CVE-2011-0611CVE-2011-2462CVE-2012-0754CVE-2012-1535CVE-2022-22954CVE-2023-22527CVE-2024-23692CVE-2013-0640CVE-2017-11292CVE-2017-11882CVE-2022-41033CVE-2023-2868CVE-2025-0411CVE-2025-33053CVE-2021-33739CVE-2022-24086CVE-2023-35078CVE-2022-26500CVE-2022-26501CVE-2023-38831CVE-2025-24993CVE-2019-11510CVE-2022-26138CVE-2019-5591CVE-2025-31200CVE-2025-31201From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1018 ↗

User Account Management

IdentityEndpointEmail and M365CloudNetwork

User Account Management involves implementing and enforcing policies for the lifecycle of user accounts, including creation, modification, and deactivation. Proper account management reduces the attack surface by limiting unauthorized access, managing account privileges, and ensuring accounts are used according to organizational policies. This mitigation can be implemented through the following measures: Enforcing the Principle of Least Privilege - Implementation: Assign users only the minimum permissions required to perform their job functions. Regularly audit accounts to ensure no excess permissions are granted. - Use Case: Reduces the risk of privilege escalation by ensuring accounts cannot perform unauthorized actions. Implementing Strong Password Policies - Implementation: Enforce password complexity requirements (e.g., length, character types). Require password expiration every 90 days and disallow password reuse. - Use Case: Prevents adversaries from gaining unauthorized access through password guessing or brute force attacks. Managing Dormant and Orphaned Accounts - Implementation: Implement automated workflows to disable accounts after a set period of inactivity (e.g., 30 days). Remove orphaned accounts (e.g., accounts without an assigned owner) during regular account audits. - Use Case: Eliminates dormant accounts that could be exploited by attackers. Account Lockout Policies - Implementation: Configure account lockout thresholds (e.g., lock accounts after five failed login attempts). Set lockout durations to a minimum of 15 minutes. - Use Case: Mitigates automated attack techniques that rely on repeated login attempts. Multi-Factor Authentication (MFA) for High-Risk Accounts - Implementation: Require MFA for all administrative accounts and high-risk users. Use MFA mechanisms like hardware tokens, authenticator apps, or biometrics. - Use Case: Prevents unauthorized access, even if credentials are stolen. Restricting Interactive Logins - Implementation: Restrict interactive logins for privileged accounts to specific secure systems or management consoles. Use group policies to enforce logon restrictions. - Use Case: Protects sensitive accounts from misuse or exploitation. *Tools for Implementation* Built-in Tools: - Microsoft Active Directory (AD): Centralized account management and RBAC enforcement. - Group Policy Object (GPO): Enforce password policies, logon restrictions, and account lockout policies. Identity and Access Management (IAM) Tools: - Okta: Centralized user provisioning, MFA, and SSO integration. - Microsoft Azure Active Directory: Provides advanced account lifecycle management, role-based access, and conditional access policies. Privileged Account Management (PAM): - CyberArk, BeyondTrust, Thycotic: Manage and monitor privileged account usage, enforce session recording, and JIT access.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1078.004 ↗Cloud Accountsstealth, persistence, privilege-escalation, initial-accessT1087 ↗Account DiscoverydiscoveryT1098 ↗Account Manipulationpersistence, privilege-escalationT1110 ↗Brute Forcecredential-accessT1199 ↗Trusted Relationshipinitial-accessT1528 ↗Steal Application Access Tokencredential-accessT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1566.002 ↗Spearphishing Linkinitial-accessT1021.001 ↗Remote Desktop Protocollateral-movementT1047 ↗Windows Management InstrumentationexecutionT1078.002 ↗Domain Accountsstealth, persistence, privilege-escalation, initial-accessT1021.004 ↗SSHlateral-movementT1053.005 ↗Scheduled Taskexecution, persistence, privilege-escalationT1134.001 ↗Token Impersonation/Theftstealth, privilege-escalationT1185 ↗Browser Session HijackingcollectionT1484.001 ↗Group Policy Modificationdefense-impairment, privilege-escalationT1547.009 ↗Shortcut Modificationpersistence, privilege-escalationT1550.002 ↗Pass the Hashlateral-movementT1566.001 ↗Spearphishing Attachmentinitial-accessT1574 ↗Hijack Execution Flowstealth, executionT1657 ↗Financial TheftimpactT1048 ↗Exfiltration Over Alternative ProtocolexfiltrationT1213.002 ↗SharepointcollectionT1537 ↗Transfer Data to Cloud AccountexfiltrationT1213 ↗Data from Information RepositoriescollectionT1530 ↗Data from Cloud StoragecollectionT1685 ↗Disable or Modify Toolsdefense-impairmentT1078.003 ↗Local Accountsstealth, persistence, privilege-escalation, initial-accessT1021 ↗Remote Serviceslateral-movementT1036 ↗MasqueradingstealthT1040 ↗Network Sniffingcredential-access, discoveryT1053 ↗Scheduled Task/Jobexecution, persistence, privilege-escalationT1098.004 ↗SSH Authorized Keyspersistence, privilege-escalationT1195 ↗Supply Chain Compromiseinitial-accessT1485 ↗Data DestructionimpactT1489 ↗Service StopimpactT1490 ↗Inhibit System RecoveryimpactT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1505 ↗Server Software ComponentpersistenceT1505.003 ↗Web Shellpersistence
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-08AC-10AC-11AC-12AC-16AC-17AC-18AC-19AC-20AC-21AC-23CA-02CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11CP-02CP-07CP-09CP-10IA-02IA-03IA-04IA-05IA-06IA-08IA-09IA-11IA-12IA-13RA-05RA-10SA-03SA-04SA-08SA-09SA-10SA-11SA-15SA-16SA-17SA-22SC-03SC-04SC-07SC-08SC-12SC-16SC-18SC-20SC-23SC-28SC-31SC-34SC-37SC-39SC-43SC-44SC-46SI-02SI-03SI-04SI-07SI-08SI-10SI-12SI-14SI-15SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayqilinCVE-2019-11634CVE-2019-13608CVE-2021-20035CVE-2021-22894CVE-2021-22899CVE-2021-36934CVE-2021-41379CVE-2021-42321CVE-2022-1040CVE-2022-20701CVE-2022-21919CVE-2022-21999CVE-2024-53704CVE-2021-44515CVE-2022-41082CVE-2023-27532CVE-2024-13159CVE-2024-13160CVE-2024-13161CVE-2012-0767CVE-2021-32030CVE-2020-0688CVE-2020-1472CVE-2024-38475CVE-2022-1388CVE-2022-23131CVE-2023-44221CVE-2025-2783CVE-2020-12812CVE-2020-8193CVE-2015-5119CVE-2023-2533CVE-2024-21413CVE-2024-27443CVE-2024-42009CVE-2023-22952CVE-2021-40539CVE-2021-44077CVE-2023-39780CVE-2025-32433CVE-2021-34473CVE-2023-46604CVE-2023-4966CVE-2022-24682CVE-2023-34192CVE-2023-26360CVE-2024-21762CVE-2023-23397CVE-2013-0640CVE-2017-11292CVE-2017-11882CVE-2022-41033CVE-2023-2868CVE-2025-0411CVE-2025-33053CVE-2016-1010CVE-2017-6742CVE-2020-5735CVE-2022-3038CVE-2022-41073CVE-2022-41328CVE-2022-42475CVE-2023-27997CVE-2023-3519CVE-2023-5217CVE-2013-0641CVE-2022-26500CVE-2022-26501CVE-2022-24086CVE-2023-35078CVE-2024-49035CVE-2021-44168CVE-2023-28252CVE-2024-55591CVE-2025-54309CVE-2023-38831CVE-2024-4577CVE-2022-40684CVE-2018-7600CVE-2021-22986CVE-2021-39226CVE-2025-21391CVE-2025-25181CVE-2025-25257CVE-2023-36884CVE-2021-45382CVE-2023-0386CVE-2025-32701CVE-2025-32706CVE-2025-32709CVE-2025-4428CVE-2022-29303CVE-2025-49706CVE-2019-0604CVE-2019-18935CVE-2021-26855CVE-2021-26857CVE-2021-26858CVE-2021-27065CVE-2021-27860CVE-2021-44228CVE-2022-22954From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1026 ↗

Privileged Account Management

IdentityEndpointCloudNetwork

Privileged Account Management focuses on implementing policies, controls, and tools to securely manage privileged accounts (e.g., SYSTEM, root, or administrative accounts). This includes restricting access, limiting the scope of permissions, monitoring privileged account usage, and ensuring accountability through logging and auditing.This mitigation can be implemented through the following measures: Account Permissions and Roles: - Implement RBAC and least privilege principles to allocate permissions securely. - Use tools like Active Directory Group Policies to enforce access restrictions. Credential Security: - Deploy password vaulting tools like CyberArk, HashiCorp Vault, or KeePass for secure storage and rotation of credentials. - Enforce password policies for complexity, uniqueness, and expiration using tools like Microsoft Group Policy Objects (GPO). Multi-Factor Authentication (MFA): - Enforce MFA for all privileged accounts using Duo Security, Okta, or Microsoft Azure AD MFA. Privileged Access Management (PAM): - Use PAM solutions like CyberArk, BeyondTrust, or Thycotic to manage, monitor, and audit privileged access. Auditing and Monitoring: - Integrate activity monitoring into your SIEM (e.g., Splunk or QRadar) to detect and alert on anomalous privileged account usage. Just-In-Time Access: - Deploy JIT solutions like Azure Privileged Identity Management (PIM) or configure ephemeral roles in AWS and GCP to grant time-limited elevated permissions. *Tools for Implementation* Privileged Access Management (PAM): - CyberArk, BeyondTrust, Thycotic, HashiCorp Vault. Credential Management: - Microsoft LAPS (Local Admin Password Solution), Password Safe, HashiCorp Vault, KeePass. Multi-Factor Authentication: - Duo Security, Okta, Microsoft Azure MFA, Google Authenticator. Linux Privilege Management: - sudo configuration, SELinux, AppArmor. Just-In-Time Access: - Azure Privileged Identity Management (PIM), AWS IAM Roles with session constraints, GCP Identity-Aware Proxy.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1059 ↗Command and Scripting InterpreterexecutionT1078.004 ↗Cloud Accountsstealth, persistence, privilege-escalation, initial-accessT1098 ↗Account Manipulationpersistence, privilege-escalationT1136 ↗Create AccountpersistenceT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1552 ↗Unsecured Credentialscredential-accessT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1021.001 ↗Remote Desktop Protocollateral-movementT1059.001 ↗PowerShellexecutionT1003.001 ↗LSASS Memorycredential-accessT1021.002 ↗SMB/Windows Admin Shareslateral-movementT1047 ↗Windows Management InstrumentationexecutionT1078.002 ↗Domain Accountsstealth, persistence, privilege-escalation, initial-accessT1558 ↗Steal or Forge Kerberos Ticketscredential-accessT1569.002 ↗Service ExecutionexecutionT1003 ↗OS Credential Dumpingcredential-accessT1003.003 ↗NTDScredential-accessT1003.008 ↗/etc/passwd and /etc/shadowcredential-accessT1053.005 ↗Scheduled Taskexecution, persistence, privilege-escalationT1055 ↗Process Injectionstealth, privilege-escalationT1134.001 ↗Token Impersonation/Theftstealth, privilege-escalationT1210 ↗Exploitation of Remote Serviceslateral-movementT1218 ↗System Binary Proxy ExecutionstealthT1222 ↗File and Directory Permissions Modificationdefense-impairmentT1548.002 ↗Bypass User Account Controlprivilege-escalationT1550.002 ↗Pass the Hashlateral-movementT1190 ↗Exploit Public-Facing Applicationinitial-accessT1078.003 ↗Local Accountsstealth, persistence, privilege-escalation, initial-accessT1053 ↗Scheduled Task/Jobexecution, persistence, privilege-escalationT1136.001 ↗Local AccountpersistenceT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1555 ↗Credentials from Password Storescredential-accessT1611 ↗Escape to Hostprivilege-escalationT1495 ↗Firmware CorruptionimpactT1505 ↗Server Software ComponentpersistenceT1542.005 ↗TFTP Bootstealth, persistenceT1601 ↗Modify System Imagedefense-impairment
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-11AC-12AC-16AC-17AC-18AC-19AC-20CA-02CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11CP-09IA-02IA-03IA-04IA-05IA-06IA-07IA-08IA-09IA-12IA-13RA-05RA-09RA-10SA-03SA-04SA-08SA-10SA-11SA-15SA-16SA-17SA-22SC-02SC-03SC-04SC-07SC-12SC-16SC-18SC-26SC-28SC-29SC-30SC-34SC-35SC-39SC-43SC-46SI-02SI-03SI-04SI-05SI-07SI-10SI-12SI-14SI-15SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayCVE-2019-11634CVE-2019-13608CVE-2021-20035CVE-2021-22894CVE-2021-22899CVE-2021-36934CVE-2021-41379CVE-2021-42321CVE-2022-1040CVE-2022-20701CVE-2022-21919CVE-2022-21999CVE-2010-2883CVE-2016-4437CVE-2017-11882CVE-2017-5638CVE-2017-6742CVE-2017-9805CVE-2017-9822CVE-2018-11776CVE-2018-6789CVE-2018-7600CVE-2019-11510CVE-2019-11580CVE-2024-53704CVE-2012-0767CVE-2021-32030CVE-2021-34473CVE-2021-40539CVE-2021-44077CVE-2023-20198CVE-2023-22515CVE-2023-27997CVE-2023-28252CVE-2023-34362CVE-2023-35078CVE-2025-31161CVE-2022-1388CVE-2022-23131CVE-2023-44221CVE-2025-2783CVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2020-12812CVE-2020-8193CVE-2023-22952CVE-2022-41082CVE-2023-26360CVE-2024-4577CVE-2025-32701CVE-2025-32706CVE-2024-13159CVE-2024-13160CVE-2024-13161CVE-2021-35394CVE-2019-0604CVE-2021-22893CVE-2021-44515CVE-2024-48248CVE-2024-57727CVE-2024-24919CVE-2023-46604CVE-2020-29574CVE-2023-34192CVE-2023-6548CVE-2024-40890CVE-2024-40891CVE-2024-50603CVE-2024-56145CVE-2024-58136CVE-2024-6047CVE-2025-0108CVE-2025-0282CVE-2025-1316CVE-2023-4966CVE-2021-41773CVE-2021-42013CVE-2023-0669CVE-2024-54085CVE-2022-22960CVE-2021-31207CVE-2023-23397CVE-2009-3960CVE-2010-2861CVE-2013-0625CVE-2013-0629CVE-2013-0631CVE-2013-0632CVE-2014-6271CVE-2014-7169CVE-2016-10033CVE-2017-12637CVE-2021-44168CVE-2023-38831CVE-2022-47966CVE-2021-45382CVE-2023-0386CVE-2025-32709CVE-2025-33053CVE-2025-4428CVE-2023-27532CVE-2023-46805CVE-2024-21893CVE-2024-55591CVE-2025-24054CVE-2025-48927CVE-2025-48928CVE-2025-5777CVE-2025-22224CVE-2025-22225CVE-2025-22226CVE-2025-21480CVE-2022-29303CVE-2025-49706From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1027 ↗

Password Policies

IdentityEndpointCloudNetwork

Set and enforce secure password policies for accounts to reduce the likelihood of unauthorized access. Strong password policies include enforcing password complexity, requiring regular password changes, and preventing password reuse. This mitigation can be implemented through the following measures: Windows Systems: - Use Group Policy Management Console (GPMC) to configure: - Minimum password length (e.g., 12+ characters). - Password complexity requirements. - Password history (e.g., disallow last 24 passwords). - Account lockout duration and thresholds. Linux Systems: - Configure Pluggable Authentication Modules (PAM): - Use `pam_pwquality` to enforce complexity and length requirements. - Implement `pam_tally2` or `pam_faillock` for account lockouts. - Use `pwunconv` to disable password reuse. Password Managers: - Enforce usage of enterprise password managers (e.g., Bitwarden, 1Password, LastPass) to generate and store strong passwords. Password Blacklisting: - Use tools like Have I Been Pwned password checks or NIST-based blacklist solutions to prevent users from setting compromised passwords. Regular Auditing: - Periodically audit password policies and account configurations to ensure compliance using tools like LAPS (Local Admin Password Solution) and vulnerability scanners. *Tools for Implementation* Windows: - Group Policy Management Console (GPMC): Enforce password policies. - Microsoft Local Administrator Password Solution (LAPS): Enforce random, unique admin passwords. Linux/macOS: - PAM Modules (pam_pwquality, pam_tally2, pam_faillock): Enforce password rules. - Lynis: Audit password policies and system configurations. Cross-Platform: - Password Managers (Bitwarden, 1Password, KeePass): Manage and enforce strong passwords. - Have I Been Pwned API: Prevent the use of breached passwords. - NIST SP 800-63B compliant tools: Enforce password guidelines and blacklisting.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1078.004 ↗Cloud Accountsstealth, persistence, privilege-escalation, initial-accessT1110 ↗Brute Forcecredential-accessT1552 ↗Unsecured Credentialscredential-accessT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1003.001 ↗LSASS Memorycredential-accessT1021.002 ↗SMB/Windows Admin Shareslateral-movementT1078.002 ↗Domain Accountsstealth, persistence, privilege-escalation, initial-accessT1558 ↗Steal or Forge Kerberos Ticketscredential-accessT1003 ↗OS Credential Dumpingcredential-accessT1003.003 ↗NTDScredential-accessT1003.008 ↗/etc/passwd and /etc/shadowcredential-accessT1078.003 ↗Local Accountsstealth, persistence, privilege-escalation, initial-accessT1021 ↗Remote Serviceslateral-movementT1552.001 ↗Credentials In Filescredential-accessT1555 ↗Credentials from Password Storescredential-accessT1552.004 ↗Private Keyscredential-accessT1601 ↗Modify System Imagedefense-impairment
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-16AC-17AC-18AC-19AC-20CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08CP-09IA-02IA-03IA-04IA-05IA-07IA-11IA-12IA-13RA-05RA-09SA-03SA-04SA-08SA-10SA-11SA-15SA-16SA-17SC-03SC-04SC-07SC-12SC-28SC-34SC-39SC-43SI-02SI-03SI-04SI-07SI-10SI-12SI-15SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayCVE-2019-11634CVE-2019-13608CVE-2021-20035CVE-2021-22894CVE-2021-22899CVE-2021-36934CVE-2021-41379CVE-2021-42321CVE-2022-1040CVE-2022-20701CVE-2022-21919CVE-2022-21999CVE-2024-53704CVE-2020-0688CVE-2020-1472CVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2020-12812CVE-2020-8193CVE-2023-26360CVE-2024-4577CVE-2025-32701CVE-2025-32706CVE-2024-13159CVE-2024-13160CVE-2024-13161CVE-2019-0604CVE-2021-22893CVE-2021-40539CVE-2021-44077CVE-2021-44515CVE-2023-28252CVE-2024-48248CVE-2024-57727CVE-2024-24919CVE-2021-44168CVE-2024-55591CVE-2025-54309CVE-2019-11510CVE-2022-26138CVE-2017-12637CVE-2023-27532CVE-2023-46805CVE-2024-21893CVE-2025-24054CVE-2025-48927CVE-2025-48928CVE-2025-5777From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1032 ↗

Multi-factor Authentication

IdentityEndpointEmail and M365CloudNetwork

Multi-Factor Authentication (MFA) enhances security by requiring users to provide at least two forms of verification to prove their identity before granting access. These factors typically include: - *Something you know*: Passwords, PINs. - *Something you have*: Physical tokens, smartphone authenticator apps. - *Something you are*: Biometric data such as fingerprints, facial recognition, or retinal scans. Implementing MFA across all critical systems and services ensures robust protection against account takeover and unauthorized access. This mitigation can be implemented through the following measures: Identity and Access Management (IAM): - Use IAM solutions like Azure Active Directory, Okta, or AWS IAM to enforce MFA policies for all user logins, especially for privileged roles. - Enable conditional access policies to enforce MFA for risky sign-ins (e.g., unfamiliar devices, geolocations). - Enable Conditional Access policies to only allow logins from trusted devices, such as those enrolled in Intune or joined via Hybrid/Entra. Authentication Tools and Methods: - Use authenticator applications such as Google Authenticator, Microsoft Authenticator, or Authy for time-based one-time passwords (TOTP). - Deploy hardware-based tokens like YubiKey, RSA SecurID, or smart cards for additional security. - Enforce biometric authentication for compatible devices and applications. Secure Legacy Systems: - Integrate MFA solutions with older systems using third-party tools like Duo Security or Thales SafeNet. - Enable RADIUS/NPS servers to facilitate MFA for VPNs, RDP, and other network logins. Monitoring and Alerting: - Use SIEM tools to monitor failed MFA attempts, login anomalies, or brute-force attempts against MFA systems. - Implement alerts for suspicious MFA activities, such as repeated failed codes or new device registrations. Training and Policy Enforcement: - Educate employees on the importance of MFA and secure authenticator usage. - Enforce policies that require MFA on all critical systems, especially for remote access, privileged accounts, and cloud applications.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1078.004 ↗Cloud Accountsstealth, persistence, privilege-escalation, initial-accessT1098 ↗Account Manipulationpersistence, privilege-escalationT1110 ↗Brute Forcecredential-accessT1136 ↗Create AccountpersistenceT1199 ↗Trusted Relationshipinitial-accessT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1021.001 ↗Remote Desktop Protocollateral-movementT1078.002 ↗Domain Accountsstealth, persistence, privilege-escalation, initial-accessT1021.004 ↗SSHlateral-movementT1114 ↗Email CollectioncollectionT1114.002 ↗Remote Email CollectioncollectionT1213 ↗Data from Information RepositoriescollectionT1530 ↗Data from Cloud StoragecollectionT1133 ↗External Remote Servicespersistence, initial-accessT1078.003 ↗Local Accountsstealth, persistence, privilege-escalation, initial-accessT1021 ↗Remote Serviceslateral-movementT1040 ↗Network Sniffingcredential-access, discoveryT1136.001 ↗Local AccountpersistenceT1485 ↗Data DestructionimpactT1601 ↗Modify System Imagedefense-impairment
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-08AC-11AC-12AC-16AC-17AC-18AC-19AC-20AC-21AC-23CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08CP-02CP-07CP-09CP-10IA-02IA-03IA-04IA-05IA-06IA-07IA-08IA-11IA-12IA-13RA-05RA-09SA-03SA-04SA-08SA-10SA-11SA-15SA-16SA-17SC-04SC-07SC-08SC-28SC-34SC-37SC-39SC-43SC-46SI-02SI-03SI-04SI-07SI-10SI-12SI-15SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayCVE-2019-11634CVE-2019-13608CVE-2021-20035CVE-2021-22894CVE-2021-22899CVE-2021-36934CVE-2021-41379CVE-2021-42321CVE-2022-1040CVE-2022-20701CVE-2022-21919CVE-2022-21999CVE-2024-53704CVE-2012-0767CVE-2021-32030CVE-2020-0688CVE-2020-1472CVE-2021-34473CVE-2021-40539CVE-2021-44077CVE-2023-20198CVE-2023-22515CVE-2023-27997CVE-2023-28252CVE-2023-34362CVE-2023-35078CVE-2025-31161CVE-2020-12812CVE-2020-8193CVE-2023-22952CVE-2023-39780CVE-2025-32433CVE-2024-27443CVE-2024-42009CVE-2022-24086CVE-2024-49035CVE-2014-6271CVE-2014-7169CVE-2018-4939CVE-2019-0708CVE-2019-11510CVE-2019-19781CVE-2019-3396CVE-2019-5591CVE-2020-25506CVE-2020-5902CVE-2020-8515CVE-2021-44168CVE-2024-55591CVE-2025-54309CVE-2022-47966CVE-2018-7600CVE-2021-22986CVE-2021-39226CVE-2025-21391CVE-2025-25181CVE-2025-25257From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1036 ↗

Account Use Policies

Identity

Account Use Policies help mitigate unauthorized access by configuring and enforcing rules that govern how and when accounts can be used. These policies include enforcing account lockout mechanisms, restricting login times, and setting inactivity timeouts. Proper configuration of these policies reduces the risk of brute-force attacks, credential theft, and unauthorized access by limiting the opportunities for malicious actors to exploit accounts. This mitigation can be implemented through the following measures: Account Lockout Policies: - Implementation: Configure account lockout settings so that after a defined number of failed login attempts (e.g., 3-5 attempts), the account is locked for a specific time period (e.g., 15 minutes) or requires an administrator to unlock it. - Use Case: This prevents brute-force attacks by limiting how many incorrect password attempts can be made before the account is temporarily disabled, reducing the likelihood of an attacker successfully guessing a password. Login Time Restrictions: - Implementation: Set up login time policies to restrict when users or groups can log into systems. For example, only allowing login during standard business hours (e.g., 8 AM to 6 PM) for non-administrative accounts. - Use Case: This prevents unauthorized access outside of approved working hours, where login attempts might be more suspicious or harder to monitor. For example, if an account that is only supposed to be active during the day logs in at 2 AM, it should raise an alert or be blocked. Inactivity Timeout and Session Termination: - Implementation: Enforce session timeouts after a period of inactivity (e.g., 10-15 minutes) and require users to re-authenticate if they wish to resume the session. - Use Case: This policy prevents attackers from hijacking active sessions left unattended. For example, if an employee walks away from their computer without locking it, an attacker with physical access to the system would be unable to exploit the session. Password Aging Policies: - Implementation: Enforce password aging rules, requiring users to change their passwords after a defined period (e.g., 90 days) and ensure passwords are not reused by maintaining a password history. - Use Case: This limits the risk of compromised passwords being used indefinitely. Regular password changes make it more difficult for attackers to reuse stolen credentials. Account Expiration and Deactivation: - Implementation: Configure user accounts, especially for temporary or contract workers, to automatically expire after a set date or event. Accounts that remain unused for a specific period should be deactivated automatically. - Use Case: This prevents dormant accounts from becoming an attack vector. For example, an attacker can exploit unused accounts if they are not properly monitored or deactivated. **Tools for Implementation**: - Group Policy Objects (GPOs) in Windows: To enforce account lockout thresholds, login time restrictions, session timeouts, and password policies. - Identity and Access Management (IAM) solutions: For centralized management of user accounts, session policies, and automated deactivation of accounts. - Security Information and Event Management (SIEM) platforms: To monitor and alert on unusual login activity, such as failed logins or out-of-hours access attempts. - Multi-Factor Authentication (MFA) Tools: To further enforce secure login attempts, preventing brute-force or credential stuffing attacks.

CountersT1078 ↗Valid Accountsstealth, persistence, privilege-escalation, initial-accessT1078.004 ↗Cloud Accountsstealth, persistence, privilege-escalation, initial-accessT1110 ↗Brute Forcecredential-access
Detection and validation
NIST 800-53AC-02AC-03AC-05AC-06AC-07AC-20CA-03CA-07CM-02CM-05CM-06CM-07IA-02IA-04IA-05IA-11IA-12IA-13RA-05SA-03SA-04SA-08SA-10SA-11SA-15SA-17SC-07SC-28SC-43SI-04NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1021 ↗

Restrict Web-Based Content

IdentityEndpointEmail and M365Cloud

Restricting web-based content involves enforcing policies and technologies that limit access to potentially malicious websites, unsafe downloads, and unauthorized browser behaviors. This can include URL filtering, download restrictions, script blocking, and extension control to protect against exploitation, phishing, and malware delivery. This mitigation can be implemented through the following measures: Deploy Web Proxy Filtering: - Use solutions to filter web traffic based on categories, reputation, and content types. - Enforce policies that block unsafe websites or file types at the gateway level. Enable DNS-Based Filtering: - Implement tools to restrict access to domains associated with malware or phishing campaigns. - Use public DNS filtering services to enhance protection. Enforce Content Security Policies (CSP): - Configure CSP headers on internal and external web applications to restrict script execution, iframe embedding, and cross-origin requests. Control Browser Features: - Disable unapproved browser features like automatic downloads, developer tools, or unsafe scripting. - Enforce policies through tools like Group Policy Management to control browser settings. Monitor and Alert on Web-Based Threats: - Use SIEM tools to collect and analyze web proxy logs for signs of anomalous or malicious activity. - Configure alerts for access attempts to blocked domains or repeated file download failures.

CountersT1566 ↗Phishinginitial-accessT1059 ↗Command and Scripting InterpreterexecutionT1189 ↗Drive-by Compromiseinitial-accessT1528 ↗Steal Application Access Tokencredential-accessT1566.002 ↗Spearphishing Linkinitial-accessT1567.002 ↗Exfiltration to Cloud StorageexfiltrationT1059.007 ↗JavaScriptexecutionT1204.001 ↗Malicious LinkexecutionT1218 ↗System Binary Proxy ExecutionstealthT1566.001 ↗Spearphishing Attachmentinitial-accessT1567 ↗Exfiltration Over Web ServiceexfiltrationT1133 ↗External Remote Servicespersistence, initial-accessT1204 ↗User Executionexecution
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-10AC-16AC-17AC-20AC-23CA-03CA-07CM-02CM-05CM-06CM-07CM-08CM-11IA-02IA-04IA-05IA-08IA-09IA-13RA-05SA-08SA-09SA-11SA-15SA-22SC-02SC-03SC-07SC-18SC-20SC-28SC-29SC-30SC-31SC-39SC-44SC-46SI-02SI-03SI-04SI-07SI-08SI-10SI-16SR-04NIST SP 800-53 Rev. 5 ↗
Seen in trackinginc ransomakiraplayCVE-2021-40449CVE-2022-34713CVE-2022-41128CVE-2023-36884CVE-2024-11182CVE-2025-24054CVE-2010-2883CVE-2016-4437CVE-2017-11882CVE-2017-5638CVE-2017-6742CVE-2017-9805CVE-2017-9822CVE-2018-11776CVE-2018-6789CVE-2018-7600CVE-2019-11510CVE-2019-11580CVE-2010-0188CVE-2010-1297CVE-2012-2034CVE-2012-5054CVE-2014-8439CVE-2015-0310CVE-2015-0313CVE-2015-3043CVE-2015-8651CVE-2016-1019CVE-2016-7855CVE-2023-43770CVE-2024-38475CVE-2015-5119CVE-2023-2533CVE-2024-21413CVE-2024-27443CVE-2024-42009CVE-2013-3346CVE-2018-4990CVE-2021-21148CVE-2021-21166CVE-2021-21206CVE-2021-30554CVE-2021-37975CVE-2022-22963CVE-2022-24682CVE-2023-22515CVE-2023-26360CVE-2012-0767CVE-2020-3580CVE-2022-21971CVE-2022-3038CVE-2022-3075CVE-2023-2136CVE-2023-5217CVE-2023-5631CVE-2024-38112CVE-2021-40539CVE-2021-44077CVE-2013-0640CVE-2017-11292CVE-2022-41033CVE-2023-2868CVE-2025-0411CVE-2025-33053CVE-2022-41082CVE-2025-54309CVE-2014-6271CVE-2014-7169CVE-2018-4939CVE-2019-0708CVE-2019-19781CVE-2019-3396CVE-2019-5591CVE-2020-1472CVE-2020-25506CVE-2020-5902CVE-2020-8515CVE-2023-38831CVE-2025-24993From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1031 ↗

Network Intrusion Prevention

IdentityEndpointEmail and M365CloudNetwork

Use intrusion detection signatures to block traffic at network boundaries.

CountersT1566 ↗Phishinginitial-accessT1219 ↗Remote Access Toolscommand-and-controlT1030 ↗Data Transfer Size LimitsexfiltrationT1570 ↗Lateral Tool Transferlateral-movementT1001 ↗Data Obfuscationcommand-and-controlT1041 ↗Exfiltration Over C2 ChannelexfiltrationT1204.001 ↗Malicious LinkexecutionT1221 ↗Template InjectionstealthT1557.001 ↗Name Resolution Poisoning and SMB Relaycredential-access, collectionT1566.001 ↗Spearphishing Attachmentinitial-accessT1571 ↗Non-Standard Portcommand-and-controlT1048 ↗Exfiltration Over Alternative ProtocolexfiltrationT1046 ↗Network Service DiscoverydiscoveryT1204 ↗User ExecutionexecutionT1105 ↗Ingress Tool Transfercommand-and-controlT1071 ↗Application Layer Protocolcommand-and-controlT1048.003 ↗Exfiltration Over Unencrypted Non-C2 ProtocolexfiltrationT1071.001 ↗Web Protocolscommand-and-controlT1071.002 ↗File Transfer Protocolscommand-and-controlT1090 ↗Proxycommand-and-controlT1090.001 ↗Internal Proxycommand-and-controlT1542.005 ↗TFTP Bootstealth, persistenceT1557 ↗Adversary-in-the-Middlecredential-access, collectionT1573.001 ↗Symmetric Cryptographycommand-and-controlT1602 ↗Data from Configuration Repositorycollection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17AC-18AC-19AC-20AC-23CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08IA-02IA-03IA-04IA-07IA-08IA-09RA-05RA-09SA-08SA-09SA-10SA-11SC-03SC-04SC-07SC-08SC-10SC-12SC-13SC-16SC-20SC-21SC-22SC-23SC-28SC-31SC-34SC-37SC-44SC-46SI-02SI-03SI-04SI-07SI-08SI-10SI-12SI-15SR-04NIST SP 800-53 Rev. 5 ↗
Seen in trackinginc ransomakiraplayCVE-2021-40449CVE-2022-34713CVE-2022-41128CVE-2023-36884CVE-2024-11182CVE-2025-24054CVE-2018-4878CVE-2024-4577CVE-2025-31200CVE-2025-31201CVE-2019-0604CVE-2019-18935CVE-2023-1389CVE-2023-2868CVE-2023-38831CVE-2023-5631CVE-2024-27443CVE-2024-55550CVE-2025-32756CVE-2025-33053CVE-2012-0767CVE-2015-5119CVE-2020-3580CVE-2022-21971CVE-2022-24682CVE-2022-3038CVE-2022-3075CVE-2023-2136CVE-2023-5217CVE-2024-38112CVE-2022-22954CVE-2023-22527CVE-2024-23692CVE-2023-38035CVE-2013-0640CVE-2017-11292CVE-2017-11882CVE-2022-41033CVE-2025-0411CVE-2013-0641CVE-2017-6742CVE-2022-26500CVE-2022-26501CVE-2019-11634CVE-2019-13608CVE-2021-21973CVE-2023-26360CVE-2025-0282CVE-2025-24993CVE-2010-0188CVE-2010-1297CVE-2010-2861CVE-2011-0611CVE-2012-0754CVE-2012-1535CVE-2015-8651CVE-2016-0984CVE-2016-1019CVE-2016-4117CVE-2021-45382CVE-2021-34473CVE-2009-4324CVE-2015-3113CVE-2021-35394CVE-2022-42475CVE-2024-4978CVE-2023-40044CVE-2019-3396CVE-2021-22986CVE-2021-26855CVE-2021-22017CVE-2019-5591CVE-2022-1040CVE-2021-40539CVE-2021-44077CVE-2025-31324From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1047 ↗

Audit

IdentityEndpointEmail and M365CloudNetwork

Auditing is the process of recording activity and systematically reviewing and analyzing the activity and system configurations. The primary purpose of auditing is to detect anomalies and identify potential threats or weaknesses in the environment. Proper auditing configurations can also help to meet compliance requirements. The process of auditing encompasses regular analysis of user behaviors and system logs in support of proactive security measures. Auditing is applicable to all systems used within an organization, from the front door of a building to accessing a file on a fileserver. It is considered more critical for regulated industries such as, healthcare, finance and government where compliance requirements demand stringent tracking of user and system activates.This mitigation can be implemented through the following measures: System Audit: - Use Case: Regularly assess system configurations to ensure compliance with organizational security policies. - Implementation: Use tools to scan for deviations from established benchmarks. Permission Audits: - Use Case: Review file and folder permissions to minimize the risk of unauthorized access or privilege escalation. - Implementation: Run access reviews to identify users or groups with excessive permissions. Software Audits: - Use Case: Identify outdated, unsupported, or insecure software that could serve as an attack vector. - Implementation: Use inventory and vulnerability scanning tools to detect outdated versions and recommend secure alternatives. Configuration Audits: - Use Case: Evaluate system and network configurations to ensure secure settings (e.g., disabled SMBv1, enabled MFA). - Implementation: Implement automated configuration scanning tools like SCAP (Security Content Automation Protocol) to identify non-compliant systems. Network Audits: - Use Case: Examine network traffic, firewall rules, and endpoint communications to identify unauthorized or insecure connections. - Implementation: Utilize tools such as Wireshark, or Zeek to monitor and log suspicious network behavior.

CountersT1566 ↗Phishinginitial-accessT1059 ↗Command and Scripting InterpreterexecutionT1528 ↗Steal Application Access Tokencredential-accessT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1552 ↗Unsecured Credentialscredential-accessT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1566.002 ↗Spearphishing Linkinitial-accessT1560.001 ↗Archive via UtilitycollectionT1021.001 ↗Remote Desktop Protocollateral-movementT1482 ↗Domain Trust DiscoverydiscoveryT1558 ↗Steal or Forge Kerberos Ticketscredential-accessT1053.005 ↗Scheduled Taskexecution, persistence, privilege-escalationT1484.001 ↗Group Policy Modificationdefense-impairment, privilege-escalationT1548.002 ↗Bypass User Account Controlprivilege-escalationT1566.001 ↗Spearphishing Attachmentinitial-accessT1574 ↗Hijack Execution Flowstealth, executionT1213.002 ↗SharepointcollectionT1114 ↗Email CollectioncollectionT1213 ↗Data from Information RepositoriescollectionT1530 ↗Data from Cloud StoragecollectionT1685 ↗Disable or Modify Toolsdefense-impairmentT1021 ↗Remote Serviceslateral-movementT1036 ↗MasqueradingstealthT1053 ↗Scheduled Task/Jobexecution, persistence, privilege-escalationT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1552.001 ↗Credentials In Filescredential-accessT1027 ↗Obfuscated Files or InformationstealthT1505 ↗Server Software ComponentpersistenceT1542.005 ↗TFTP Bootstealth, persistenceT1552.004 ↗Private Keyscredential-accessT1653 ↗Power Settingspersistence
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-10AC-11AC-12AC-16AC-17AC-18AC-19AC-20AC-21AC-23CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-03IA-04IA-05IA-06IA-07IA-08IA-09IA-13RA-05RA-09SA-08SA-10SA-11SA-15SA-17SA-22SC-04SC-07SC-12SC-16SC-18SC-20SC-28SC-34SC-37SC-39SC-44SC-46SI-02SI-03SI-04SI-07SI-08SI-10SI-12SI-14SI-15SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗
Seen in trackinginc ransomakiraplayCVE-2021-40449CVE-2022-34713CVE-2022-41128CVE-2023-36884CVE-2024-11182CVE-2025-24054CVE-2010-2883CVE-2016-4437CVE-2017-11882CVE-2017-5638CVE-2017-6742CVE-2017-9805CVE-2017-9822CVE-2018-11776CVE-2018-6789CVE-2018-7600CVE-2019-11510CVE-2019-11580CVE-2024-38475CVE-2022-1388CVE-2022-23131CVE-2023-44221CVE-2025-2783CVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2020-12812CVE-2020-8193CVE-2015-5119CVE-2023-2533CVE-2024-21413CVE-2024-27443CVE-2024-42009CVE-2021-40539CVE-2021-44077CVE-2023-22952CVE-2024-53704CVE-2022-41082CVE-2024-13159CVE-2024-13160CVE-2024-13161CVE-2021-34473CVE-2023-46604CVE-2023-26360CVE-2021-31207CVE-2013-0640CVE-2017-11292CVE-2022-41033CVE-2023-2868CVE-2025-0411CVE-2025-33053CVE-2016-1010CVE-2020-5735CVE-2022-1040CVE-2022-3038CVE-2022-41073CVE-2022-41328CVE-2022-42475CVE-2023-27997CVE-2023-3519CVE-2023-4966CVE-2023-5217CVE-2020-0688CVE-2022-24086CVE-2023-35078CVE-2024-49035CVE-2020-1472CVE-2023-28252CVE-2024-55591CVE-2025-54309CVE-2022-26500CVE-2022-26501CVE-2023-38831CVE-2024-4577CVE-2021-45382CVE-2023-0386CVE-2025-32701CVE-2025-32706CVE-2025-32709CVE-2025-4428CVE-2022-26138CVE-2024-57727CVE-2022-29303CVE-2025-49706CVE-2024-20353From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1049 ↗

Antivirus/Antimalware

IdentityEndpointCloudNetwork

Antivirus/Antimalware solutions utilize signatures, heuristics, and behavioral analysis to detect, block, and remediate malicious software, including viruses, trojans, ransomware, and spyware. These solutions continuously monitor endpoints and systems for known malicious patterns and suspicious behaviors that indicate compromise. Antivirus/Antimalware software should be deployed across all devices, with automated updates to ensure protection against the latest threats. This mitigation can be implemented through the following measures: Signature-Based Detection: - Implementation: Use predefined signatures to identify known malware based on unique patterns such as file hashes, byte sequences, or command-line arguments. This method is effective against known threats. - Use Case: When malware like "Emotet" is detected, its signature (such as a specific file hash) matches a known database of malicious software, triggering an alert and allowing immediate quarantine of the infected file. Heuristic-Based Detection: - Implementation: Deploy heuristic algorithms that analyze behavior and characteristics of files and processes to identify potential malware, even if it doesn’t match a known signature. - Use Case: If a program attempts to modify multiple critical system files or initiate suspicious network communications, heuristic analysis may flag it as potentially malicious, even if no specific malware signature is available. Behavioral Detection (Behavior Prevention): - Implementation: Use behavioral analysis to detect patterns of abnormal activities, such as unusual system calls, unauthorized file encryption, or attempts to escalate privileges. - Use Case: Behavioral analysis can detect ransomware attacks early by identifying behavior like mass file encryption, even before a specific ransomware signature has been identified. Real-Time Scanning: - Implementation: Enable real-time scanning to automatically inspect files and network traffic for signs of malware as they are accessed, downloaded, or executed. - Use Case: When a user downloads an email attachment, the antivirus solution scans the file in real-time, checking it against both signatures and heuristics to detect any malicious content before it can be opened. Cloud-Assisted Threat Intelligence: - Implementation: Use cloud-based threat intelligence to ensure the antivirus solution can access the latest malware definitions and real-time threat feeds from a global database of emerging threats. - Use Case: Cloud-assisted antivirus solutions quickly identify newly discovered malware by cross-referencing against global threat databases, providing real-time protection against zero-day attacks. **Tools for Implementation**: - Endpoint Security Platforms: Use solutions such as EDR for comprehensive antivirus/antimalware protection across all systems. - Centralized Management: Implement centralized antivirus management consoles that provide visibility into threat activity, enable policy enforcement, and automate updates. - Behavioral Analysis Tools: Leverage solutions with advanced behavioral analysis capabilities to detect malicious activity patterns that don’t rely on known signatures.

CountersT1566 ↗Phishinginitial-accessT1059 ↗Command and Scripting InterpreterexecutionT1059.001 ↗PowerShellexecutionT1027.010 ↗Command ObfuscationstealthT1221 ↗Template InjectionstealthT1566.001 ↗Spearphishing Attachmentinitial-accessT1036 ↗MasqueradingstealthT1027 ↗Obfuscated Files or Informationstealth
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-17CA-07CM-02CM-05CM-06CM-07CM-08CM-11IA-02IA-08IA-09RA-05SC-07SC-18SC-20SC-44SI-02SI-03SI-04SI-07SI-08SI-10SI-16NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1054 ↗

Software Configuration

IdentityEndpointEmail and M365CloudNetwork

Software configuration refers to making security-focused adjustments to the settings of applications, middleware, databases, or other software to mitigate potential threats. These changes help reduce the attack surface, enforce best practices, and protect sensitive data. This mitigation can be implemented through the following measures: Conduct a Security Review of Application Settings: - Review the software documentation to identify recommended security configurations. - Compare default settings against organizational policies and compliance requirements. Implement Access Controls and Permissions: - Restrict access to sensitive features or data within the software. - Enforce least privilege principles for all roles and accounts interacting with the software. Enable Logging and Monitoring: - Configure detailed logging for key application events such as authentication failures, configuration changes, or unusual activity. - Integrate logs with a centralized monitoring solution, such as a SIEM. Update and Patch Software Regularly: - Ensure the software is kept up-to-date with the latest security patches to address known vulnerabilities. - Use automated patch management tools to streamline the update process. Disable Unnecessary Features or Services: - Turn off unused functionality or components that could introduce vulnerabilities, such as debugging interfaces or deprecated APIs. Test Configuration Changes: - Perform configuration changes in a staging environment before applying them in production. - Conduct regular audits to ensure that settings remain aligned with security policies. *Tools for Implementation* Configuration Management Tools: - Ansible: Automates configuration changes across multiple applications and environments. - Chef: Ensures consistent application settings through code-based configuration management. - Puppet: Automates software configurations and audits changes for compliance. Security Benchmarking Tools: - CIS-CAT: Provides benchmarks and audits for secure software configurations. - Aqua Security Trivy: Scans containerized applications for configuration issues. Vulnerability Management Solutions: - Nessus: Identifies misconfigurations and suggests corrective actions. Logging and Monitoring Tools: - Splunk: Aggregates and analyzes application logs to detect suspicious activity.

CountersT1566 ↗Phishinginitial-accessT1566.002 ↗Spearphishing Linkinitial-accessT1566.001 ↗Spearphishing Attachmentinitial-accessT1598.002 ↗Spearphishing AttachmentreconnaissanceT1537 ↗Transfer Data to Cloud AccountexfiltrationT1213 ↗Data from Information RepositoriescollectionT1685 ↗Disable or Modify Toolsdefense-impairmentT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1602 ↗Data from Configuration Repositorycollection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17AC-18AC-19AC-20AC-21AC-23CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-03IA-04IA-08IA-09RA-05SA-22SC-03SC-04SC-07SC-08SC-20SC-28SC-37SC-44SI-02SI-03SI-04SI-07SI-08SI-10SI-12SI-15SI-16NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1033 ↗

Limit Software Installation

IdentityCloud

Prevent users or groups from installing unauthorized or unapproved software to reduce the risk of introducing malicious or vulnerable applications. This can be achieved through allowlists, software restriction policies, endpoint management tools, and least privilege access principles. This mitigation can be implemented through the following measures: Application Whitelisting - Implement Microsoft AppLocker or Windows Defender Application Control (WDAC) to create and enforce allowlists for approved software. - Whitelist applications based on file hash, path, or digital signatures. Restrict User Permissions - Remove local administrator rights for all non-IT users. - Use Role-Based Access Control (RBAC) to restrict installation permissions to privileged accounts only. Software Restriction Policies (SRP) - Use GPO to configure SRP to deny execution of binaries from directories such as `%AppData%`, `%Temp%`, and external drives. - Restrict specific file types (`.exe`, `.bat`, `.msi`, `.js`, `.vbs`) to trusted directories only. Endpoint Management Solutions - Deploy tools like Microsoft Intune, SCCM, or Jamf for centralized software management. - Maintain a list of approved software, versions, and updates across the enterprise. Monitor Software Installation Events - Enable logging of software installation events and monitor Windows Event ID 4688 and Event ID 11707 for software installs. - Use SIEM or EDR tools to alert on attempts to install unapproved software. Implement Software Inventory Management - Use tools like OSQuery or Wazuh to scan for unauthorized software on endpoints and servers. - Conduct regular audits to detect and remove unapproved software. *Tools for Implementation* Application Whitelisting: - Microsoft AppLocker - Windows Defender Application Control (WDAC) Endpoint Management: - Microsoft Intune - SCCM (System Center Configuration Manager) - Jamf Pro (macOS) - Puppet or Ansible for automation Software Restriction Policies: - Group Policy Object (GPO) - Microsoft Software Restriction Policies (SRP) Monitoring and Logging: - Splunk - OSQuery - Wazuh (open-source SIEM and XDR) - EDRs Inventory Management and Auditing: - OSQuery - Wazuh

CountersT1059 ↗Command and Scripting InterpreterexecutionT1195 ↗Supply Chain Compromiseinitial-accessT1204 ↗User ExecutionexecutionT1543 ↗Create or Modify System Processpersistence, privilege-escalation
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-17CA-02CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-04IA-08IA-09RA-05RA-10SA-22SC-07SC-18SC-44SI-02SI-03SI-04SI-07SI-08SI-10SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1038 ↗

Execution Prevention

IdentityEndpointCloudNetwork

Prevent the execution of unauthorized or malicious code on systems by implementing application control, script blocking, and other execution prevention mechanisms. This ensures that only trusted and authorized code is executed, reducing the risk of malware and unauthorized actions. This mitigation can be implemented through the following measures: Application Control: - Use Case: Use tools like AppLocker or Windows Defender Application Control (WDAC) to create whitelists of authorized applications and block unauthorized ones. On Linux, use tools like SELinux or AppArmor to define mandatory access control policies for application execution. - Implementation: Allow only digitally signed or pre-approved applications to execute on servers and endpoints. (e.g., `New-AppLockerPolicy -PolicyType Enforced -FilePath "C:\Policies\AppLocker.xml"`) Script Blocking: - Use Case: Use script control mechanisms to block unauthorized execution of scripts, such as PowerShell or JavaScript. Web Browsers: Use browser extensions or settings to block JavaScript execution from untrusted sources. - Implementation: Configure PowerShell to enforce Constrained Language Mode for non-administrator users. (e.g., `Set-ExecutionPolicy AllSigned`) Executable Blocking: - Use Case: Prevent execution of binaries from suspicious locations, such as `%TEMP%` or `%APPDATA%` directories. - Implementation: Block execution of `.exe`, `.bat`, or `.ps1` files from user-writable directories. Dynamic Analysis Prevention: - Use Case: Use behavior-based execution prevention tools to identify and block malicious activity in real time. - Implemenation: Employ EDR solutions that analyze runtime behavior and block suspicious code execution.

CountersT1059 ↗Command and Scripting InterpreterexecutionT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1059.001 ↗PowerShellexecutionT1059.003 ↗Windows Command ShellexecutionT1219 ↗Remote Access Toolscommand-and-controlT1047 ↗Windows Management InstrumentationexecutionT1059.007 ↗JavaScriptexecutionT1106 ↗Native APIexecutionT1204.002 ↗Malicious FileexecutionT1218 ↗System Binary Proxy ExecutionstealthT1547.009 ↗Shortcut Modificationpersistence, privilege-escalationT1553.005 ↗Mark-of-the-Web Bypassdefense-impairmentT1574 ↗Hijack Execution Flowstealth, executionT1685 ↗Disable or Modify Toolsdefense-impairmentT1036.005 ↗Match Legitimate Resource Name or LocationstealthT1036 ↗MasqueradingstealthT1068 ↗Exploitation for Privilege Escalationprivilege-escalationT1204 ↗User ExecutionexecutionT1490 ↗Inhibit System RecoveryimpactT1611 ↗Escape to Hostprivilege-escalationT1059.004 ↗Unix Shellexecution
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11CP-02CP-07CP-09CP-10IA-02IA-08IA-09RA-05RA-10SC-02SC-03SC-07SC-18SC-30SC-34SC-39SC-44SI-02SI-03SI-04SI-05SI-07SI-08SI-10SI-12SI-15SI-16NIST SP 800-53 Rev. 5 ↗
Seen in trackingakiraplayinc ransomCVE-2010-2883CVE-2016-4437CVE-2017-11882CVE-2017-5638CVE-2017-6742CVE-2017-9805CVE-2017-9822CVE-2018-11776CVE-2018-6789CVE-2018-7600CVE-2019-11510CVE-2019-11580CVE-2022-1388CVE-2022-23131CVE-2023-44221CVE-2025-2783CVE-2022-41082CVE-2021-22899CVE-2021-40449CVE-2023-27532CVE-2023-42793CVE-2025-49704CVE-2025-49706CVE-2018-4878CVE-2021-40539CVE-2021-44077CVE-2013-3346CVE-2015-5119CVE-2018-4990CVE-2021-21148CVE-2021-21166CVE-2021-21206CVE-2021-30554CVE-2021-37975CVE-2022-22963CVE-2022-24682CVE-2023-22515CVE-2023-26360CVE-2020-8657CVE-2023-1389CVE-2024-20439CVE-2025-20281CVE-2025-20337CVE-2025-31200CVE-2025-31201CVE-2007-5659CVE-2008-0655CVE-2008-2992CVE-2009-1862CVE-2009-3953CVE-2009-4324CVE-2010-1297CVE-2011-0611CVE-2011-2462CVE-2012-0754CVE-2012-1535CVE-2024-21762CVE-2023-36884CVE-2025-0411CVE-2016-1010CVE-2020-5735CVE-2022-1040CVE-2022-3038CVE-2022-41073CVE-2022-41328CVE-2022-42475CVE-2023-27997CVE-2023-3519CVE-2023-4966CVE-2023-5217CVE-2022-26500CVE-2022-26501CVE-2014-0546CVE-2019-0211CVE-2020-0069CVE-2020-0787CVE-2020-1472CVE-2021-22900CVE-2021-29256CVE-2021-32030CVE-2021-33739CVE-2021-36934CVE-2021-4034CVE-2023-38831CVE-2025-24993CVE-2025-21391CVE-2025-22224CVE-2025-22225CVE-2025-22226CVE-2014-6271CVE-2014-7169CVE-2016-10033CVE-2019-0708CVE-2021-36380CVE-2022-20699CVE-2022-20700CVE-2023-39780CVE-2023-46604CVE-2024-24919From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1040 ↗

Behavior Prevention on Endpoint

IdentityEndpointCloudNetwork

Behavior Prevention on Endpoint refers to the use of technologies and strategies to detect and block potentially malicious activities by analyzing the behavior of processes, files, API calls, and other endpoint events. Rather than relying solely on known signatures, this approach leverages heuristics, machine learning, and real-time monitoring to identify anomalous patterns indicative of an attack. This mitigation can be implemented through the following measures: Suspicious Process Behavior: - Implementation: Use Endpoint Detection and Response (EDR) tools to monitor and block processes exhibiting unusual behavior, such as privilege escalation attempts. - Use Case: An attacker uses a known vulnerability to spawn a privileged process from a user-level application. The endpoint tool detects the abnormal parent-child process relationship and blocks the action. Unauthorized File Access: - Implementation: Leverage Data Loss Prevention (DLP) or endpoint tools to block processes attempting to access sensitive files without proper authorization. - Use Case: A process tries to read or modify a sensitive file located in a restricted directory, such as /etc/shadow on Linux or the SAM registry hive on Windows. The endpoint tool identifies this anomalous behavior and prevents it. Abnormal API Calls: - Implementation: Implement runtime analysis tools to monitor API calls and block those associated with malicious activities. - Use Case: A process dynamically injects itself into another process to hijack its execution. The endpoint detects the abnormal use of APIs like `OpenProcess` and `WriteProcessMemory` and terminates the offending process. Exploit Prevention: - Implementation: Use behavioral exploit prevention tools to detect and block exploits attempting to gain unauthorized access. - Use Case: A buffer overflow exploit is launched against a vulnerable application. The endpoint detects the anomalous memory write operation and halts the process.

CountersT1059 ↗Command and Scripting InterpreterexecutionT1003.001 ↗LSASS Memorycredential-accessT1027.010 ↗Command ObfuscationstealthT1047 ↗Windows Management InstrumentationexecutionT1569.002 ↗Service ExecutionexecutionT1003 ↗OS Credential Dumpingcredential-accessT1055 ↗Process Injectionstealth, privilege-escalationT1055.001 ↗Dynamic-link Library Injectionstealth, privilege-escalationT1055.012 ↗Process Hollowingstealth, privilege-escalationT1059.007 ↗JavaScriptexecutionT1091 ↗Replication Through Removable Medialateral-movement, initial-accessT1106 ↗Native APIexecutionT1204.002 ↗Malicious FileexecutionT1574 ↗Hijack Execution Flowstealth, executionT1486 ↗Data Encrypted for ImpactimpactT1036 ↗MasqueradingstealthT1204 ↗User ExecutionexecutionT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1027 ↗Obfuscated Files or Informationstealth
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11CP-02CP-06CP-07CP-09CP-10IA-02IA-04IA-05IA-08IA-09MP-07RA-05SA-22SC-03SC-07SC-18SC-28SC-39SC-41SC-44SI-02SI-03SI-04SI-07SI-08SI-10SI-12SI-16NIST SP 800-53 Rev. 5 ↗
Seen in trackingplayinc ransomakiraqilinCVE-2010-2883CVE-2016-4437CVE-2017-11882CVE-2017-5638CVE-2017-6742CVE-2017-9805CVE-2017-9822CVE-2018-11776CVE-2018-6789CVE-2018-7600CVE-2019-11510CVE-2019-11580CVE-2023-26360CVE-2024-4577CVE-2025-32701CVE-2025-32706CVE-2021-40539CVE-2021-44077CVE-2021-35394CVE-2019-0604CVE-2019-11634CVE-2019-13608CVE-2020-5902CVE-2021-22893CVE-2021-44515CVE-2023-28252CVE-2024-48248CVE-2024-57727CVE-2020-29574CVE-2023-34192CVE-2023-6548CVE-2024-40890CVE-2024-40891CVE-2024-50603CVE-2024-56145CVE-2024-58136CVE-2024-6047CVE-2025-0108CVE-2025-0282CVE-2025-1316CVE-2015-5119CVE-2023-0386CVE-2013-3346CVE-2018-4990CVE-2021-21148CVE-2021-21166CVE-2021-21206CVE-2021-30554CVE-2021-37975CVE-2022-22963CVE-2022-24682CVE-2023-22515CVE-2024-50302CVE-2024-53104CVE-2024-53150CVE-2024-53197CVE-2025-24985CVE-2025-24991CVE-2020-8657CVE-2023-1389CVE-2024-20439CVE-2025-20281CVE-2025-20337CVE-2025-31200CVE-2025-31201CVE-2007-5659CVE-2008-0655CVE-2008-2992CVE-2009-1862CVE-2009-3953CVE-2009-4324CVE-2010-1297CVE-2011-0611CVE-2011-2462CVE-2012-0754CVE-2012-1535CVE-2016-1010CVE-2020-5735CVE-2022-1040CVE-2022-3038CVE-2022-41073CVE-2022-41328CVE-2022-42475CVE-2023-27997CVE-2023-3519CVE-2023-4966CVE-2023-5217CVE-2009-3960CVE-2015-8651CVE-2016-1019CVE-2020-1472CVE-2021-34473CVE-2021-42258CVE-2021-44228CVE-2021-45046CVE-2022-22947CVE-2023-0669CVE-2023-27532CVE-2022-26500CVE-2022-26501CVE-2023-38831CVE-2025-24993CVE-2021-45382CVE-2023-44221CVE-2025-32709CVE-2025-33053CVE-2025-4428CVE-2021-40449CVE-2022-24086Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Critical Palo Alto VPN bug now exploited by Qilin ransomware gang ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1042 ↗

Disable or Remove Feature or Program

IdentityEndpointCloudNetwork

Disable or remove unnecessary and potentially vulnerable software, features, or services to reduce the attack surface and prevent abuse by adversaries. This involves identifying software or features that are no longer needed or that could be exploited and ensuring they are either removed or properly disabled. This mitigation can be implemented through the following measures: Remove Legacy Software: - Use Case: Disable or remove older versions of software that no longer receive updates or security patches (e.g., legacy Java, Adobe Flash). - Implementation: A company removes Flash Player from all employee systems after it has reached its end-of-life date. Disable Unused Features: - Use Case: Turn off unnecessary operating system features like SMBv1, Telnet, or RDP if they are not required. - Implementation: Disable SMBv1 in a Windows environment to mitigate vulnerabilities like EternalBlue. Control Applications Installed by Users: - Use Case: Prevent users from installing unauthorized software via group policies or other management tools. - Implementation: Block user installations of unauthorized file-sharing applications (e.g., BitTorrent clients) in an enterprise environment. Remove Unnecessary Services: - Use Case: Identify and disable unnecessary default services running on endpoints, servers, or network devices. - Implementation: Disable unused administrative shares (e.g., C$, ADMIN$) on workstations. Restrict Add-ons and Plugins: - Use Case: Remove or disable browser plugins and add-ons that are not needed for business purposes. - Implementation: Disable Java and ActiveX plugins in web browsers to prevent drive-by attacks.

CountersT1059 ↗Command and Scripting InterpreterexecutionT1098 ↗Account Manipulationpersistence, privilege-escalationT1021.001 ↗Remote Desktop Protocollateral-movementT1059.001 ↗PowerShellexecutionT1219 ↗Remote Access Toolscommand-and-controlT1011 ↗Exfiltration Over Other Network MediumexfiltrationT1021.004 ↗SSHlateral-movementT1059.007 ↗JavaScriptexecutionT1091 ↗Replication Through Removable Medialateral-movement, initial-accessT1210 ↗Exploitation of Remote Serviceslateral-movementT1218 ↗System Binary Proxy ExecutionstealthT1221 ↗Template InjectionstealthT1553.005 ↗Mark-of-the-Web Bypassdefense-impairmentT1557.001 ↗Name Resolution Poisoning and SMB Relaycredential-access, collectionT1685 ↗Disable or Modify Toolsdefense-impairmentT1133 ↗External Remote Servicespersistence, initial-accessT1046 ↗Network Service DiscoverydiscoveryT1021 ↗Remote Serviceslateral-movementT1098.004 ↗SSH Authorized Keyspersistence, privilege-escalationT1611 ↗Escape to Hostprivilege-escalationT1505 ↗Server Software ComponentpersistenceT1505.003 ↗Web ShellpersistenceT1557 ↗Adversary-in-the-Middlecredential-access, collection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-11AC-12AC-16AC-17AC-18AC-19AC-20CA-02CA-07CM-02CM-05CM-06CM-07CM-08CM-11IA-02IA-04IA-05IA-06IA-08IA-09MP-07RA-05RA-10SA-10SA-11SC-02SC-03SC-04SC-07SC-08SC-12SC-16SC-18SC-23SC-26SC-29SC-30SC-34SC-35SC-39SC-41SC-43SC-44SC-46SI-02SI-03SI-04SI-05SI-07SI-08SI-10SI-12SI-14SI-15SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayCVE-2010-2883CVE-2016-4437CVE-2017-11882CVE-2017-5638CVE-2017-6742CVE-2017-9805CVE-2017-9822CVE-2018-11776CVE-2018-6789CVE-2018-7600CVE-2019-11510CVE-2019-11580CVE-2012-0767CVE-2021-32030CVE-2023-22952CVE-2024-53704CVE-2022-41082CVE-2018-4878CVE-2024-40890CVE-2024-40891CVE-2024-50302CVE-2024-53150CVE-2023-39780CVE-2025-32433CVE-2013-3346CVE-2015-5119CVE-2018-4990CVE-2021-21148CVE-2021-21166CVE-2021-21206CVE-2021-30554CVE-2021-37975CVE-2022-22963CVE-2022-24682CVE-2023-22515CVE-2023-26360CVE-2024-53104CVE-2024-53197CVE-2025-24985CVE-2025-24991CVE-2021-41773CVE-2021-42013CVE-2023-0669CVE-2024-54085CVE-2021-40539CVE-2021-44077CVE-2022-22954CVE-2023-22527CVE-2024-23692CVE-2023-36884CVE-2025-0411CVE-2023-38035CVE-2014-6271CVE-2014-7169CVE-2018-4939CVE-2019-0708CVE-2019-19781CVE-2019-3396CVE-2019-5591CVE-2020-1472CVE-2020-25506CVE-2020-5902CVE-2020-8515CVE-2019-11634CVE-2019-13608CVE-2021-21973CVE-2025-0282CVE-2025-32756CVE-2023-28252CVE-2024-55591CVE-2025-54309CVE-2022-40684CVE-2025-22224CVE-2025-22225CVE-2025-22226CVE-2022-29303CVE-2025-49706CVE-2019-0604CVE-2019-18935CVE-2020-0688CVE-2021-26855CVE-2021-26857CVE-2021-26858CVE-2021-27065CVE-2021-27860CVE-2021-44228CVE-2022-1040CVE-2025-31200CVE-2025-31201From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1045 ↗

Code Signing

IdentityEndpointCloudNetwork

Code Signing is a security process that ensures the authenticity and integrity of software by digitally signing executables, scripts, and other code artifacts. It prevents untrusted or malicious code from executing by verifying the digital signatures against trusted sources. Code signing protects against tampering, impersonation, and distribution of unauthorized or malicious software, forming a critical defense against supply chain and software exploitation attacks. This mitigation can be implemented through the following measures: Enforce Signed Code Execution: - Implementation: Configure operating systems (e.g., Windows with AppLocker or Linux with Secure Boot) to allow only signed code to execute. - Use Case: Prevent the execution of malicious PowerShell scripts by requiring all scripts to be signed with a trusted certificate. Vendor-Signed Driver Enforcement: - Implementation: Enable kernel-mode code signing to ensure that only drivers signed by trusted vendors can be loaded. - Use Case: A malicious driver attempting to modify system memory fails to load because it lacks a valid signature. Certificate Revocation Management: - Implementation: Use Online Certificate Status Protocol (OCSP) or Certificate Revocation Lists (CRLs) to block certificates associated with compromised or deprecated code. - Use Case: A compromised certificate used to sign a malicious update is revoked, preventing further execution of the software. Third-Party Software Verification: - Implementation: Require software from external vendors to be signed with valid certificates before deployment. - Use Case: An organization only deploys signed and verified third-party software to prevent supply chain attacks. Script Integrity in CI/CD Pipelines: - Implementation: Integrate code signing into CI/CD pipelines to sign and verify code artifacts before production release. - Use Case: A software company ensures that all production builds are signed, preventing tampered builds from reaching customers. **Key Components of Code Signing** - Digital Signature Verification: Verifies the authenticity of code by ensuring it was signed by a trusted entity. - Certificate Management: Uses Public Key Infrastructure (PKI) to manage signing certificates and revocation lists. - Enforced Policy for Unsigned Code: Prevents the execution of unsigned or untrusted binaries and scripts. - Hash Integrity Check: Confirms that code has not been altered since signing by comparing cryptographic hashes.

CountersT1059 ↗Command and Scripting InterpreterexecutionT1059.001 ↗PowerShellexecutionT1036.005 ↗Match Legitimate Resource Name or LocationstealthT1036 ↗MasqueradingstealthT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1505 ↗Server Software ComponentpersistenceT1601 ↗Modify System Imagedefense-impairment
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-04IA-05IA-07IA-08IA-09RA-05RA-09SA-10SA-11SA-22SC-16SC-18SC-34SI-02SI-03SI-04SI-07SI-10SI-14SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1028 ↗

Operating System Configuration

IdentityEndpointCloudNetwork

Operating System Configuration involves adjusting system settings and hardening the default configurations of an operating system (OS) to mitigate adversary exploitation and prevent abuse of system functionality. Proper OS configurations address security vulnerabilities, limit attack surfaces, and ensure robust defense against a wide range of techniques. This mitigation can be implemented through the following measures: Disable Unused Features: - Turn off SMBv1, LLMNR, and NetBIOS where not needed. - Disable remote registry and unnecessary services. Enforce OS-level Protections: - Enable Data Execution Prevention (DEP), Address Space Layout Randomization (ASLR), and Control Flow Guard (CFG) on Windows. - Use AppArmor or SELinux on Linux for mandatory access controls. Secure Access Settings: - Enable User Account Control (UAC) for Windows. - Restrict root/sudo access on Linux/macOS and enforce strong permissions using sudoers files. File System Hardening: - Implement least-privilege access for critical files and system directories. - Audit permissions regularly using tools like icacls (Windows) or getfacl/chmod (Linux/macOS). Secure Remote Access: - Restrict RDP, SSH, and VNC to authorized IPs using firewall rules. - Enable NLA for RDP and enforce strong password/lockout policies. Harden Boot Configurations: - Enable Secure Boot and enforce UEFI/BIOS password protection. - Use BitLocker or LUKS to encrypt boot drives. Regular Audits: - Periodically audit OS configurations using tools like CIS Benchmarks or SCAP tools. *Tools for Implementation* Windows: - Microsoft Group Policy Objects (GPO): Centrally enforce OS security settings. - Windows Defender Exploit Guard: Built-in OS protection against exploits. - CIS-CAT Pro: Audit Windows security configurations based on CIS Benchmarks. Linux/macOS: - AppArmor/SELinux: Enforce mandatory access controls. - Lynis: Perform comprehensive security audits. - SCAP Security Guide: Automate configuration hardening using Security Content Automation Protocol. Cross-Platform: - Ansible or Chef/Puppet: Automate configuration hardening at scale. - OpenSCAP: Perform compliance and configuration checks.

CountersT1087 ↗Account DiscoverydiscoveryT1098 ↗Account Manipulationpersistence, privilege-escalationT1136 ↗Create AccountpersistenceT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1552 ↗Unsecured Credentialscredential-accessT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1021.001 ↗Remote Desktop Protocollateral-movementT1003.001 ↗LSASS Memorycredential-accessT1087.002 ↗Domain AccountdiscoveryT1135 ↗Network Share DiscoverydiscoveryT1003 ↗OS Credential Dumpingcredential-accessT1011 ↗Exfiltration Over Other Network MediumexfiltrationT1053.005 ↗Scheduled Taskexecution, persistence, privilege-escalationT1087.001 ↗Local AccountdiscoveryT1548.001 ↗Setuid and Setgidprivilege-escalationT1053 ↗Scheduled Task/Jobexecution, persistence, privilege-escalationT1490 ↗Inhibit System RecoveryimpactT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1542.005 ↗TFTP Bootstealth, persistence
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-11AC-12AC-16AC-17AC-18AC-19AC-20CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11CP-02CP-07CP-09CP-10IA-02IA-03IA-04IA-05IA-06IA-07IA-08IA-13RA-05RA-09SA-10SA-11SA-15SA-22SC-03SC-04SC-07SC-12SC-18SC-28SC-34SC-39SC-43SC-46SI-02SI-03SI-04SI-07SI-10SI-12SI-15SI-16NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayCVE-2021-44515CVE-2022-41082CVE-2023-27532CVE-2024-13159CVE-2024-13160CVE-2024-13161CVE-2012-0767CVE-2021-32030CVE-2021-34473CVE-2021-40539CVE-2021-44077CVE-2023-20198CVE-2023-22515CVE-2023-27997CVE-2023-28252CVE-2023-34362CVE-2023-35078CVE-2025-31161CVE-2022-1388CVE-2022-23131CVE-2023-44221CVE-2025-2783CVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2020-12812CVE-2020-8193CVE-2023-22952CVE-2024-53704CVE-2023-26360CVE-2024-4577CVE-2025-32701CVE-2025-32706CVE-2020-1472CVE-2023-32315CVE-2023-3519CVE-2019-0604CVE-2019-11634CVE-2019-13608CVE-2021-22893CVE-2024-48248CVE-2024-57727CVE-2024-40890CVE-2024-40891CVE-2024-50302CVE-2024-53150CVE-2023-46604CVE-2023-0386CVE-2023-38831CVE-2023-36884CVE-2025-21391CVE-2021-45382CVE-2025-32709CVE-2025-33053CVE-2025-4428CVE-2017-6742From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1022 ↗

Restrict File and Directory Permissions

IdentityEndpointEmail and M365CloudNetwork

Restricting file and directory permissions involves setting access controls at the file system level to limit which users, groups, or processes can read, write, or execute files. By configuring permissions appropriately, organizations can reduce the attack surface for adversaries seeking to access sensitive data, plant malicious code, or tamper with system files. Enforce Least Privilege Permissions: - Remove unnecessary write permissions on sensitive files and directories. - Use file ownership and groups to control access for specific roles. Example (Windows): Right-click the shared folder → Properties → Security tab → Adjust permissions for NTFS ACLs. Harden File Shares: - Disable anonymous access to shared folders. - Enforce NTFS permissions for shared folders on Windows. Example: Set permissions to restrict write access to critical files, such as system executables (e.g., `/bin` or `/sbin` on Linux). Use tools like `chown` and `chmod` to assign file ownership and limit access. On Linux, apply: `chmod 750 /etc/sensitive.conf` `chown root:admin /etc/sensitive.conf` File Integrity Monitoring (FIM): - Use tools like Tripwire, Wazuh, or OSSEC to monitor changes to critical file permissions. Audit File System Access: - Enable auditing to track permission changes or unauthorized access attempts. - Use auditd (Linux) or Event Viewer (Windows) to log activities. Restrict Startup Directories: - Configure permissions to prevent unauthorized writes to directories like `C:\ProgramData\Microsoft\Windows\Start Menu`. Example: Restrict write access to critical directories like `/etc/`, `/usr/local/`, and Windows directories such as `C:\Windows\System32`. - On Windows, use icacls to modify permissions: `icacls "C:\Windows\System32" /inheritance:r /grant:r SYSTEM:(OI)(CI)F` - On Linux, monitor permissions using tools like `lsattr` or `auditd`.

CountersT1098 ↗Account Manipulationpersistence, privilege-escalationT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1552 ↗Unsecured Credentialscredential-accessT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1569.002 ↗Service ExecutionexecutionT1685.005 ↗Clear Windows Event Logsdefense-impairmentT1222 ↗File and Directory Permissions Modificationdefense-impairmentT1547.009 ↗Shortcut Modificationpersistence, privilege-escalationT1565 ↗Data ManipulationimpactT1565.001 ↗Stored Data ManipulationimpactT1574 ↗Hijack Execution Flowstealth, executionT1048 ↗Exfiltration Over Alternative ProtocolexfiltrationT1070 ↗Indicator RemovalstealthT1530 ↗Data from Cloud StoragecollectionT1685 ↗Disable or Modify Toolsdefense-impairmentT1036.005 ↗Match Legitimate Resource Name or LocationstealthT1036 ↗MasqueradingstealthT1053 ↗Scheduled Task/Jobexecution, persistence, privilege-escalationT1098.004 ↗SSH Authorized Keyspersistence, privilege-escalationT1489 ↗Service StopimpactT1543 ↗Create or Modify System Processpersistence, privilege-escalationT1552.001 ↗Credentials In Filescredential-accessT1037 ↗Boot or Logon Initialization Scriptspersistence, privilege-escalationT1552.004 ↗Private Keyscredential-access
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-16AC-17AC-18AC-19AC-20AC-23CA-03CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11CP-06CP-07CP-09CP-10IA-02IA-03IA-04IA-05IA-06IA-08IA-09IA-13RA-05SA-08SA-09SA-11SA-15SA-22SC-04SC-07SC-12SC-18SC-28SC-31SC-34SC-36SC-37SC-39SC-46SI-02SI-03SI-04SI-07SI-10SI-12SI-15SI-16SI-23SR-04NIST SP 800-53 Rev. 5 ↗
Seen in trackinginc ransomplayakiraCVE-2012-0767CVE-2021-32030CVE-2022-1388CVE-2022-23131CVE-2023-44221CVE-2025-2783CVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2020-12812CVE-2020-8193CVE-2021-35394CVE-2022-22960CVE-2024-21762CVE-2021-31207CVE-2025-24993CVE-2022-41328CVE-2025-0108CVE-2016-1010CVE-2017-6742CVE-2020-5735CVE-2022-1040CVE-2022-3038CVE-2022-41073CVE-2022-42475CVE-2023-27997CVE-2023-3519CVE-2023-4966CVE-2023-5217CVE-2013-0641CVE-2022-26500CVE-2022-26501CVE-2021-45382CVE-2022-41128CVE-2023-1389CVE-2023-22952CVE-2024-49035CVE-2023-26360CVE-2023-38831CVE-2024-4577CVE-2022-40684CVE-2023-36884CVE-2023-0386CVE-2025-32701CVE-2025-32706CVE-2025-32709CVE-2025-33053CVE-2025-4428CVE-2019-11510CVE-2022-26138CVE-2024-57727CVE-2024-20353CVE-2024-20359Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1030 ↗

Network Segmentation

IdentityEndpointEmail and M365CloudNetwork

Network segmentation involves dividing a network into smaller, isolated segments to control and limit the flow of traffic between devices, systems, and applications. By segmenting networks, organizations can reduce the attack surface, restrict lateral movement by adversaries, and protect critical assets from compromise. Effective network segmentation leverages a combination of physical boundaries, logical separation through VLANs, and access control policies enforced by network appliances like firewalls, routers, and cloud-based configurations. This mitigation can be implemented through the following measures: Segment Critical Systems: - Identify and group systems based on their function, sensitivity, and risk. Examples include payment systems, HR databases, production systems, and internet-facing servers. - Use VLANs, firewalls, or routers to enforce logical separation. Implement DMZ for Public-Facing Services: - Host web servers, DNS servers, and email servers in a DMZ to limit their access to internal systems. - Apply strict firewall rules to filter traffic between the DMZ and internal networks. Use Cloud-Based Segmentation: - In cloud environments, use VPCs, subnets, and security groups to isolate applications and enforce traffic rules. - Apply AWS Transit Gateway or Azure VNet peering for controlled connectivity between cloud segments. Apply Microsegmentation for Workloads: - Use software-defined networking (SDN) tools to implement workload-level segmentation and prevent lateral movement. Restrict Traffic with ACLs and Firewalls: - Apply Access Control Lists (ACLs) to network devices to enforce "deny by default" policies. - Use firewalls to restrict both north-south (external-internal) and east-west (internal-internal) traffic. Monitor and Audit Segmented Networks: - Regularly review firewall rules, ACLs, and segmentation policies. - Monitor network flows for anomalies to ensure segmentation is effective. Test Segmentation Effectiveness: - Perform periodic penetration tests to verify that unauthorized access is blocked between network segments.

CountersT1098 ↗Account Manipulationpersistence, privilege-escalationT1136 ↗Create AccountpersistenceT1199 ↗Trusted Relationshipinitial-accessT1021.001 ↗Remote Desktop Protocollateral-movementT1482 ↗Domain Trust DiscoverydiscoveryT1210 ↗Exploitation of Remote Serviceslateral-movementT1557.001 ↗Name Resolution Poisoning and SMB Relaycredential-access, collectionT1565 ↗Data ManipulationimpactT1571 ↗Non-Standard Portcommand-and-controlT1048 ↗Exfiltration Over Alternative ProtocolexfiltrationT1133 ↗External Remote Servicespersistence, initial-accessT1190 ↗Exploit Public-Facing Applicationinitial-accessT1046 ↗Network Service DiscoverydiscoveryT1040 ↗Network Sniffingcredential-access, discoveryT1489 ↗Service StopimpactT1048.003 ↗Exfiltration Over Unencrypted Non-C2 ProtocolexfiltrationT1557 ↗Adversary-in-the-Middlecredential-access, collectionT1602 ↗Data from Configuration Repositorycollection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-08AC-11AC-12AC-16AC-17AC-18AC-19AC-20AC-23CA-02CA-03CA-07CM-02CM-05CM-06CM-07CM-08CP-06CP-07CP-09CP-10IA-02IA-03IA-04IA-05IA-06IA-08RA-05RA-10SA-08SA-09SA-17SC-02SC-03SC-04SC-07SC-08SC-13SC-18SC-23SC-26SC-28SC-29SC-30SC-31SC-35SC-36SC-37SC-39SC-46SI-02SI-03SI-04SI-05SI-07SI-10SI-12SI-15SI-16SI-23SR-04NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayCVE-2012-0767CVE-2021-32030CVE-2021-34473CVE-2021-40539CVE-2021-44077CVE-2023-20198CVE-2023-22515CVE-2023-27997CVE-2023-28252CVE-2023-34362CVE-2023-35078CVE-2025-31161CVE-2024-53704CVE-2023-22952CVE-2022-41082CVE-2021-41773CVE-2021-42013CVE-2023-0669CVE-2024-54085CVE-2023-38035CVE-2021-31207CVE-2025-24993CVE-2013-0641CVE-2017-6742CVE-2022-26500CVE-2022-26501CVE-2014-6271CVE-2014-7169CVE-2018-4939CVE-2019-0708CVE-2019-11510CVE-2019-19781CVE-2019-3396CVE-2019-5591CVE-2020-1472CVE-2020-25506CVE-2020-5902CVE-2020-8515CVE-2009-3960CVE-2010-2861CVE-2013-0625CVE-2013-0629CVE-2013-0631CVE-2013-0632CVE-2016-10033CVE-2016-4437CVE-2017-12637CVE-2017-5638CVE-2019-11634CVE-2019-13608CVE-2021-21973CVE-2023-26360CVE-2025-0282CVE-2025-32756CVE-2022-1040CVE-2023-36884CVE-2025-31200CVE-2025-31201CVE-2025-31324From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1048 ↗

Application Isolation and Sandboxing

IdentityEndpointCloud

Application Isolation and Sandboxing refers to the technique of restricting the execution of code to a controlled and isolated environment (e.g., a virtual environment, container, or sandbox). This method prevents potentially malicious code from affecting the rest of the system or network by limiting access to sensitive resources and critical operations. The goal is to contain threats and minimize their impact. This mitigation can be implemented through the following measures: Browser Sandboxing: - Use Case: Implement browser sandboxing to isolate untrusted web content and prevent malicious web pages or scripts from accessing sensitive system resources or initiating unauthorized downloads. - Implementation: Use browsers with built-in sandboxing features (e.g., Google Chrome, Microsoft Edge) or deploy enhanced browser security frameworks that limit the execution scope of active content. Consider controls that monitor or restrict script-based file generation and downloads commonly abused in evasion techniques like HTML smuggling. Application Virtualization: - Use Case: Deploy critical or high-risk applications in a virtualized environment to ensure any compromise does not affect the host system. - Implementation: Use application virtualization platforms to run applications in isolated environments. Email Attachment Sandboxing: - Use Case: Route email attachments to a sandbox environment to detect and block malware before delivering emails to end-users. - Implementation: Integrate security solutions with sandbox capabilities to analyze email attachments. Endpoint Sandboxing: - Use Case: Run all downloaded files and applications in a restricted environment to monitor their behavior for malicious activity. - Implementation: Use endpoint protection tools for sandboxing at the endpoint level.

CountersT1189 ↗Drive-by Compromiseinitial-accessT1212 ↗Exploitation for Credential Accesscredential-accessT1203 ↗Exploitation for Client ExecutionexecutionT1210 ↗Exploitation of Remote Serviceslateral-movementT1190 ↗Exploit Public-Facing Applicationinitial-accessT1068 ↗Exploitation for Privilege Escalationprivilege-escalationT1211 ↗Exploitation for StealthstealthT1611 ↗Escape to Hostprivilege-escalation
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06CA-02CA-07CM-02CM-05CM-06CM-07CM-08IA-02IA-05IA-08RA-05RA-10SA-08SA-22SC-02SC-03SC-07SC-18SC-26SC-29SC-30SC-34SC-35SC-39SC-44SC-46SI-02SI-03SI-04SI-05SI-07SI-10SI-16NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1050 ↗

Exploit Protection

IdentityEndpointCloud

Deploy capabilities that detect, block, and mitigate conditions indicative of software exploits. These capabilities aim to prevent exploitation by addressing vulnerabilities, monitoring anomalous behaviors, and applying exploit-mitigation techniques to harden systems and software. Operating System Exploit Protections: - Use Case: Enable built-in exploit protection features provided by modern operating systems, such as Microsoft's Exploit Protection, which includes techniques like Data Execution Prevention (DEP), Address Space Layout Randomization (ASLR), and Control Flow Guard (CFG). - Implementation: Enforce DEP for all programs and enable ASLR to randomize memory addresses used by system and application processes. Windows: Configure Exploit Protection through the Windows Security app or deploy settings via Group Policy. `ExploitProtectionExportSettings.exe -path "exploit_settings.xml"` Linux: Use Kernel-level hardening features like SELinux, AppArmor, or GRSEC to enforce memory protections and prevent exploits. Third-Party Endpoint Security: - Use Case: Use endpoint protection tools with built-in exploit protection, such as enhanced memory protection, behavior monitoring, and real-time exploit detection. - Implementation: Deploy tools to detect and block exploitation attempts targeting unpatched software. Virtual Patching: - Use Case: Use tools to implement virtual patches that mitigate vulnerabilities in applications or operating systems until official patches are applied. - Implementation: Use Intrusion Prevention System (IPS) to block exploitation attempts on known vulnerabilities in outdated applications. Hardening Application Configurations: - Use Case: Disable risky application features that can be exploited, such as macros in Microsoft Office or JScript in Internet Explorer. - Implementation: Configure Microsoft Office Group Policies to disable execution of macros in downloaded files.

CountersT1189 ↗Drive-by Compromiseinitial-accessT1212 ↗Exploitation for Credential Accesscredential-accessT1203 ↗Exploitation for Client ExecutionexecutionT1210 ↗Exploitation of Remote Serviceslateral-movementT1218 ↗System Binary Proxy ExecutionstealthT1190 ↗Exploit Public-Facing Applicationinitial-accessT1068 ↗Exploitation for Privilege Escalationprivilege-escalationT1211 ↗Exploitation for Stealthstealth
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06CA-02CA-07CM-02CM-05CM-06CM-07CM-08CM-11IA-02IA-05IA-08RA-05RA-10SA-08SA-22SC-02SC-03SC-07SC-18SC-26SC-29SC-30SC-35SC-39SC-44SC-46SI-02SI-03SI-04SI-05SI-07SI-10SI-16NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1051 ↗

Update Software

IdentityEndpointCloudNetwork

Software updates ensure systems are protected against known vulnerabilities by applying patches and upgrades provided by vendors. Regular updates reduce the attack surface and prevent adversaries from exploiting known security gaps. This includes patching operating systems, applications, drivers, and firmware. This mitigation can be implemented through the following measures: Regular Operating System Updates - Implementation: Apply the latest Windows security updates monthly using WSUS (Windows Server Update Services) or a similar patch management solution. Configure systems to check for updates automatically and schedule reboots during maintenance windows. - Use Case: Prevents exploitation of OS vulnerabilities such as privilege escalation or remote code execution. Application Patching - Implementation: Monitor Apache's update release notes for security patches addressing vulnerabilities. Schedule updates for off-peak hours to avoid downtime while maintaining security compliance. - Use Case: Prevents exploitation of web application vulnerabilities, such as those leading to unauthorized access or data breaches. Firmware Updates - Implementation: Regularly check the vendor’s website for firmware updates addressing vulnerabilities. Plan for update deployment during scheduled maintenance to minimize business disruption. - Use Case: Protects against vulnerabilities that adversaries could exploit to gain access to network devices or inject malicious traffic. Emergency Patch Deployment - Implementation: Use the emergency patch deployment feature of the organization's patch management tool to apply updates to all affected Exchange servers within 24 hours. - Use Case: Reduces the risk of exploitation by rapidly addressing critical vulnerabilities. Centralized Patch Management - Implementation: Implement a centralized patch management system, such as SCCM or ManageEngine, to automate and track patch deployment across all environments. Generate regular compliance reports to ensure all systems are updated. - Use Case: Streamlines patching processes and ensures no critical systems are missed. *Tools for Implementation* Patch Management Tools: - WSUS: Manage and deploy Microsoft updates across the organization. - ManageEngine Patch Manager Plus: Automate patch deployment for OS and third-party apps. - Ansible: Automate updates across multiple platforms, including Linux and Windows. Vulnerability Scanning Tools: - OpenVAS: Open-source vulnerability scanning to identify missing patches.

CountersT1189 ↗Drive-by Compromiseinitial-accessT1212 ↗Exploitation for Credential Accesscredential-accessT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1552 ↗Unsecured Credentialscredential-accessT1195.002 ↗Compromise Software Supply Chaininitial-accessT1203 ↗Exploitation for Client ExecutionexecutionT1210 ↗Exploitation of Remote Serviceslateral-movementT1548.002 ↗Bypass User Account Controlprivilege-escalationT1550.002 ↗Pass the Hashlateral-movementT1574 ↗Hijack Execution Flowstealth, executionT1190 ↗Exploit Public-Facing Applicationinitial-accessT1068 ↗Exploitation for Privilege Escalationprivilege-escalationT1195 ↗Supply Chain Compromiseinitial-accessT1211 ↗Exploitation for StealthstealthT1555 ↗Credentials from Password Storescredential-accessT1611 ↗Escape to Hostprivilege-escalationT1495 ↗Firmware CorruptionimpactT1602 ↗Data from Configuration Repositorycollection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17AC-18AC-19AC-20CA-02CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-03IA-04IA-05IA-07IA-08RA-05RA-09RA-10SA-08SA-10SA-11SA-15SA-22SC-02SC-03SC-04SC-07SC-08SC-12SC-18SC-26SC-28SC-29SC-30SC-34SC-35SC-39SC-44SC-46SI-02SI-03SI-04SI-05SI-07SI-10SI-12SI-15SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗
Seen in trackinginc ransomplayCVE-2010-0188CVE-2010-1297CVE-2012-2034CVE-2012-5054CVE-2014-8439CVE-2015-0310CVE-2015-0313CVE-2015-3043CVE-2015-8651CVE-2016-1019CVE-2016-7855CVE-2023-43770CVE-2022-22948CVE-2024-53704CVE-2025-48927CVE-2025-48928CVE-2022-1388CVE-2022-23131CVE-2023-44221CVE-2025-2783CVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2021-44529CVE-2024-4978CVE-2015-5119CVE-2018-4939CVE-2021-21148CVE-2021-21166CVE-2021-21206CVE-2021-27059CVE-2021-29256CVE-2021-30554CVE-2021-37975CVE-2021-39144CVE-2022-20701CVE-2022-20703CVE-2021-41773CVE-2021-42013CVE-2023-0669CVE-2024-54085CVE-2021-31207CVE-2023-23397CVE-2024-13159CVE-2024-13160CVE-2024-13161CVE-2016-1010CVE-2017-6742CVE-2020-5735CVE-2022-1040CVE-2022-3038CVE-2022-41073CVE-2022-41328CVE-2022-42475CVE-2023-27997CVE-2023-3519CVE-2023-4966CVE-2023-5217CVE-2009-3960CVE-2010-2861CVE-2013-0625CVE-2013-0629CVE-2013-0631CVE-2013-0632CVE-2014-6271CVE-2014-7169CVE-2016-10033CVE-2016-4437CVE-2017-12637CVE-2017-5638CVE-2014-0546CVE-2019-0211CVE-2020-0069CVE-2020-0787CVE-2020-1472CVE-2021-22900CVE-2021-32030CVE-2021-33739CVE-2021-36934CVE-2021-4034CVE-2021-40449CVE-2024-49035CVE-2022-21999CVE-2023-27532CVE-2023-46805CVE-2024-21893CVE-2024-55591CVE-2025-24054CVE-2025-5777CVE-2025-22224CVE-2025-22225CVE-2025-22226CVE-2025-21480CVE-2025-31324Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1019 ↗

Threat Intelligence Program

IdentityEndpointCloud

A Threat Intelligence Program enables organizations to proactively identify, analyze, and act on cyber threats by leveraging internal and external data sources. The program supports decision-making processes, prioritizes defenses, and improves incident response by delivering actionable intelligence tailored to the organization's risk profile and operational environment. This mitigation can be implemented through the following measures: Establish a Threat Intelligence Team: - Form a dedicated team or assign responsibility to existing security personnel to collect, analyze, and act on threat intelligence. Define Intelligence Requirements: - Identify the organization’s critical assets and focus intelligence gathering efforts on threats targeting these assets. Leverage Internal and External Data Sources: - Collect intelligence from internal sources such as logs, incidents, and alerts. Subscribe to external threat intelligence feeds, participate in ISACs, and monitor open-source intelligence (OSINT). Implement Tools for Automation: - Use threat intelligence platforms (TIPs) to automate the collection, enrichment, and dissemination of threat data. - Integrate threat intelligence with SIEMs to correlate IOCs with internal events. Analyze and Act on Intelligence: - Use frameworks like MITRE ATT&CK to map intelligence to adversary TTPs. - Prioritize defensive measures, such as patching vulnerabilities or deploying IOCs, based on analyzed threats. Share and Collaborate: - Share intelligence with industry peers through ISACs or threat-sharing platforms to enhance collective defense. Evaluate and Update the Program: - Regularly assess the effectiveness of the threat intelligence program. - Update intelligence priorities and capabilities as new threats emerge. *Tools for Implementation* Threat Intelligence Platforms (TIPs): - OpenCTI: An open-source platform for structuring and sharing threat intelligence. - MISP: A threat intelligence sharing platform for sharing structured threat data. Threat Intelligence Feeds: - Open Threat Exchange (OTX): Provides free access to a large repository of threat intelligence. - CIRCL OSINT Feed: A free source for IOCs and threat information. Automation and Enrichment Tools: - TheHive: An open-source incident response platform with threat intelligence integration. - Yeti: A platform for managing and structuring knowledge about threats. Analysis Frameworks: - MITRE ATT&CK Navigator: A tool for mapping threat intelligence to adversary behaviors. - Cuckoo Sandbox: Analyzes malware to extract behavioral indicators. Community and Collaboration Tools: - ISAC Memberships: Join industry-specific ISACs for intelligence sharing. - Slack/Discord Channels: Participate in threat intelligence communities for real-time collaboration.

CountersT1212 ↗Exploitation for Credential Accesscredential-accessT1210 ↗Exploitation of Remote Serviceslateral-movementT1068 ↗Exploitation for Privilege Escalationprivilege-escalationT1211 ↗Exploitation for Stealthstealth
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06CA-02CA-07CM-02CM-05CM-06CM-07CM-08IA-02IA-05IA-08RA-05RA-10SC-02SC-03SC-07SC-18SC-26SC-29SC-30SC-35SC-39SC-46SI-02SI-03SI-04SI-05SI-07NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1052 ↗

User Account Control

IdentityEndpoint

User Account Control (UAC) is a security feature in Microsoft Windows that prevents unauthorized changes to the operating system. UAC prompts users to confirm or provide administrator credentials when an action requires elevated privileges. Proper configuration of UAC reduces the risk of privilege escalation attacks. This mitigation can be implemented through the following measures: Enable UAC Globally: - Ensure UAC is enabled through Group Policy by setting `User Account Control: Run all administrators in Admin Approval Mode` to `Enabled`. Require Credential Prompt: - Use Group Policy to configure UAC to prompt for administrative credentials instead of just confirmation (`User Account Control: Behavior of the elevation prompt`). Restrict Built-in Administrator Account: Set `Admin Approval Mode` for the built-in Administrator account to `Enabled` in Group Policy. Secure the UAC Prompt: - Configure UAC prompts to display on the secure desktop (`User Account Control: Switch to the secure desktop when prompting for elevation`). Prevent UAC Bypass: - Block untrusted applications from triggering UAC prompts by configuring `User Account Control: Only elevate executables that are signed and validated`. - Use EDR tools to detect and block known UAC bypass techniques. Monitor UAC-Related Events: - Use Windows Event Viewer to monitor for event ID 4688 (process creation) and look for suspicious processes attempting to invoke UAC elevation. *Tools for Implementation* Built-in Windows Tools: - Group Policy Editor: Configure UAC settings centrally for enterprise environments. - Registry Editor: Modify UAC-related settings directly, such as `EnableLUA` and `ConsentPromptBehaviorAdmin`. Endpoint Security Solutions: - Microsoft Defender for Endpoint: Detects and blocks UAC bypass techniques. - Sysmon: Logs process creations and monitors UAC elevation attempts for suspicious activity. Third-Party Security Tools: - Process Monitor (Sysinternals): Tracks real-time processes interacting with UAC. - EventSentry: Monitors Windows Event Logs for UAC-related alerts.

CountersT1548 ↗Abuse Elevation Control Mechanismprivilege-escalationT1548.002 ↗Bypass User Account Controlprivilege-escalationT1550.002 ↗Pass the Hashlateral-movementT1574 ↗Hijack Execution Flowstealth, execution
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16CA-07CM-02CM-03CM-05CM-06CM-07CM-08IA-02RA-05SC-18SC-34SI-02SI-03SI-04SI-07SI-10SI-12SI-16NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1035 ↗

Limit Access to Resource Over Network

IdentityEndpointCloudNetwork

Restrict access to network resources, such as file shares, remote systems, and services, to only those users, accounts, or systems with a legitimate business requirement. This can include employing technologies like network concentrators, RDP gateways, and zero-trust network access (ZTNA) models, alongside hardening services and protocols. This mitigation can be implemented through the following measures: Audit and Restrict Access: - Regularly audit permissions for file shares, network services, and remote access tools. - Remove unnecessary access and enforce least privilege principles for users and services. - Use Active Directory and IAM tools to restrict access based on roles and attributes. Deploy Secure Remote Access Solutions: - Use RDP gateways, VPN concentrators, and ZTNA solutions to aggregate and secure remote access connections. - Configure access controls to restrict connections based on time, device, and user identity. - Enforce MFA for all remote access mechanisms. Disable Unnecessary Services: - Identify running services using tools like netstat (Windows/Linux) or Nmap. - Disable unused services, such as Telnet, FTP, and legacy SMB, to reduce the attack surface. - Use firewall rules to block traffic on unused ports and protocols. Network Segmentation and Isolation: - Use VLANs, firewalls, or micro-segmentation to isolate critical network resources from general access. - Restrict communication between subnets to prevent lateral movement. Monitor and Log Access: - Monitor access attempts to file shares, RDP, and remote network resources using SIEM tools. - Enable auditing and logging for successful and failed attempts to access restricted resources. *Tools for Implementation* File Share Management: - Microsoft Active Directory Group Policies - Samba (Linux/Unix file share management) - AccessEnum (Windows access auditing tool) Secure Remote Access: - Microsoft Remote Desktop Gateway - Apache Guacamole (open-source RDP/VNC gateway) - Zero Trust solutions: Tailscale, Cloudflare Zero Trust Service and Protocol Hardening: - Nmap or Nessus for network service discovery - Windows Group Policy Editor for disabling SMBv1, Telnet, and legacy protocols - iptables or firewalld (Linux) for blocking unnecessary traffic Network Segmentation: - pfSense for open-source network isolation

CountersT1552 ↗Unsecured Credentialscredential-accessT1021.001 ↗Remote Desktop Protocollateral-movementT1021.002 ↗SMB/Windows Admin Shareslateral-movementT1133 ↗External Remote Servicespersistence, initial-accessT1190 ↗Exploit Public-Facing Applicationinitial-accessT1021 ↗Remote Serviceslateral-movementT1542.005 ↗TFTP Bootstealth, persistenceT1557 ↗Adversary-in-the-Middlecredential-access, collection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-11AC-12AC-16AC-17AC-18AC-19AC-20CA-02CA-07CM-02CM-03CM-05CM-06CM-07CM-08IA-02IA-03IA-04IA-05IA-06IA-07IA-08RA-05RA-09RA-10SA-08SA-10SA-11SA-15SC-02SC-03SC-04SC-07SC-08SC-12SC-18SC-23SC-28SC-29SC-30SC-34SC-39SC-46SI-02SI-03SI-04SI-07SI-10SI-12SI-15NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1037 ↗

Filter Network Traffic

IdentityEndpointEmail and M365CloudNetwork

Employ network appliances and endpoint software to filter ingress, egress, and lateral network traffic. This includes protocol-based filtering, enforcing firewall rules, and blocking or restricting traffic based on predefined conditions to limit adversary movement and data exfiltration. This mitigation can be implemented through the following measures: Ingress Traffic Filtering: - Use Case: Configure network firewalls to allow traffic only from authorized IP addresses to public-facing servers. - Implementation: Limit SSH (port 22) and RDP (port 3389) traffic to specific IP ranges. Egress Traffic Filtering: - Use Case: Use firewalls or endpoint security software to block unauthorized outbound traffic to prevent data exfiltration and command-and-control (C2) communications. - Implementation: Block outbound traffic to known malicious IPs or regions where communication is unexpected. Protocol-Based Filtering: - Use Case: Restrict the use of specific protocols that are commonly abused by adversaries, such as SMB, RPC, or Telnet, based on business needs. - Implementation: Disable SMBv1 on endpoints to prevent exploits like EternalBlue. Network Segmentation: - Use Case: Create network segments for critical systems and restrict communication between segments unless explicitly authorized. - Implementation: Implement VLANs to isolate IoT devices or guest networks from core business systems. Application Layer Filtering: - Use Case: Use proxy servers or Web Application Firewalls (WAFs) to inspect and block malicious HTTP/S traffic. - Implementation: Configure a WAF to block SQL injection attempts or other web application exploitation techniques.

CountersT1552 ↗Unsecured Credentialscredential-accessT1219 ↗Remote Access Toolscommand-and-controlT1021.002 ↗SMB/Windows Admin Shareslateral-movementT1570 ↗Lateral Tool Transferlateral-movementT1218 ↗System Binary Proxy ExecutionstealthT1557.001 ↗Name Resolution Poisoning and SMB Relaycredential-access, collectionT1048 ↗Exfiltration Over Alternative ProtocolexfiltrationT1537 ↗Transfer Data to Cloud AccountexfiltrationT1530 ↗Data from Cloud StoragecollectionT1190 ↗Exploit Public-Facing Applicationinitial-accessT1498 ↗Network Denial of ServiceimpactT1498.001 ↗Direct Network FloodimpactT1499 ↗Endpoint Denial of ServiceimpactT1499.002 ↗Service Exhaustion FloodimpactT1499.004 ↗Application or System ExploitationimpactT1105 ↗Ingress Tool Transfercommand-and-controlT1071 ↗Application Layer Protocolcommand-and-controlT1048.003 ↗Exfiltration Over Unencrypted Non-C2 ProtocolexfiltrationT1071.001 ↗Web Protocolscommand-and-controlT1071.002 ↗File Transfer Protocolscommand-and-controlT1090 ↗Proxycommand-and-controlT1557 ↗Adversary-in-the-Middlecredential-access, collectionT1602 ↗Data from Configuration Repositorycollection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-16AC-17AC-18AC-19AC-20AC-23CA-02CA-03CA-07CM-02CM-05CM-06CM-07CM-08CM-11IA-02IA-03IA-04IA-05IA-06IA-08RA-05RA-10SA-08SA-09SA-11SA-15SC-02SC-03SC-04SC-07SC-08SC-10SC-12SC-13SC-18SC-20SC-21SC-22SC-23SC-28SC-29SC-30SC-31SC-37SC-39SC-46SI-02SI-03SI-04SI-07SI-10SI-12SI-15SI-16SR-04NIST SP 800-53 Rev. 5 ↗
Seen in trackingakirainc ransomplayCVE-2020-5902CVE-2023-49103CVE-2024-20439CVE-2024-21887CVE-2018-4878CVE-2024-4577CVE-2021-40539CVE-2021-44077CVE-2023-38035CVE-2013-0641CVE-2017-6742CVE-2022-26500CVE-2022-26501CVE-2023-22952CVE-2024-49035CVE-2009-3960CVE-2010-2861CVE-2013-0625CVE-2013-0629CVE-2013-0631CVE-2013-0632CVE-2014-6271CVE-2014-7169CVE-2016-10033CVE-2016-4437CVE-2017-12637CVE-2017-5638CVE-2019-0708CVE-2021-22205CVE-2022-0028CVE-2023-1389CVE-2023-47565CVE-2023-49897CVE-2024-11120CVE-2025-6543CVE-2024-45195CVE-2020-5735CVE-2021-35394CVE-2023-20109CVE-2023-44487CVE-2023-6549CVE-2024-54085CVE-2025-42599CVE-2021-45382CVE-2022-26258CVE-2015-3043CVE-2025-27363CVE-2010-0188CVE-2010-1297CVE-2011-0611CVE-2012-0754CVE-2012-1535CVE-2015-5119CVE-2015-8651CVE-2016-0984CVE-2016-1019CVE-2016-4117CVE-2021-34473CVE-2009-4324CVE-2015-3113CVE-2021-40449CVE-2022-42475CVE-2023-26360CVE-2024-4978CVE-2023-40044CVE-2019-3396CVE-2021-22986CVE-2021-26855CVE-2019-5591CVE-2022-1040CVE-2025-31200CVE-2025-31201CVE-2025-31324From Bing Search to Ransomware: Bumblebee and AdaptixC2 Deliver Akira ↗Akira, LimeWire, and the Sour Taste of Data Exfiltration ↗Ransomware and Cyber Extortion in Q1 2026 ↗Manufacturing Is the Most Targeted Sector in Ransomware. By a Wide Margin. ↗Ransomware Under Pressure: Tactics, Techniques, and Procedures in a Shifting Threat Landscape ↗Most federal cybersecurity reporting rules are duplicative, study finds ↗Fake Bahrain Alert App Deploys Android Surveillance Malware ↗GPT-Red beat human red teamers on a prompt injection test ↗Breach at the Beach: Play the Ultimate Entra ID CTF ↗Study of 281 Free Android VPN Apps Finds Traffic Leaks, Unencrypted Data, and Tracking ↗Former DigitalMint ransomware negotiator who duped clients sentenced to 70 months in jail ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1041 ↗

Encrypt Sensitive Information

IdentityEndpointEmail and M365CloudNetwork

Protect sensitive information at rest, in transit, and during processing by using strong encryption algorithms. Encryption ensures the confidentiality and integrity of data, preventing unauthorized access or tampering. This mitigation can be implemented through the following measures: Encrypt Data at Rest: - Use Case: Use full-disk encryption or file-level encryption to secure sensitive data stored on devices. - Implementation: Implement BitLocker for Windows systems or FileVault for macOS devices to encrypt hard drives. Encrypt Data in Transit: - Use Case: Use secure communication protocols (e.g., TLS, HTTPS) to encrypt sensitive data as it travels over networks. - Implementation: Enable HTTPS for all web applications and configure mail servers to enforce STARTTLS for email encryption. Encrypt Backups: - Use Case: Ensure that backup data is encrypted both during storage and transfer to prevent unauthorized access. - Implementation: Encrypt cloud backups using AES-256 before uploading them to Amazon S3 or Google Cloud. Encrypt Application Secrets: - Use Case: Store sensitive credentials, API keys, and configuration files in encrypted vaults. - Implementation: Use HashiCorp Vault or AWS Secrets Manager to manage and encrypt secrets. Database Encryption: - Use Case: Enable Transparent Data Encryption (TDE) or column-level encryption in database management systems. - Implementation: Use MySQL’s built-in encryption features to encrypt sensitive database fields such as social security numbers.

CountersT1552 ↗Unsecured Credentialscredential-accessT1558 ↗Steal or Forge Kerberos Ticketscredential-accessT1685.005 ↗Clear Windows Event Logsdefense-impairmentT1003 ↗OS Credential Dumpingcredential-accessT1003.003 ↗NTDScredential-accessT1565 ↗Data ManipulationimpactT1565.001 ↗Stored Data ManipulationimpactT1070 ↗Indicator RemovalstealthT1114 ↗Email CollectioncollectionT1114.002 ↗Remote Email CollectioncollectionT1119 ↗Automated CollectioncollectionT1213 ↗Data from Information RepositoriescollectionT1530 ↗Data from Cloud StoragecollectionT1040 ↗Network Sniffingcredential-access, discoveryT1552.004 ↗Private Keyscredential-accessT1557 ↗Adversary-in-the-Middlecredential-access, collectionT1602 ↗Data from Configuration Repositorycollection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-16AC-17AC-18AC-19AC-20AC-21AC-23CA-07CM-02CM-03CM-05CM-06CM-07CM-08CP-06CP-07CP-09CP-10IA-02IA-03IA-04IA-05IA-06IA-08RA-05SA-11SA-15SC-03SC-04SC-07SC-08SC-12SC-23SC-28SC-36SC-37SC-39SC-46SI-02SI-03SI-04SI-07SI-10SI-12SI-15SI-16SI-23NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1024 ↗

Restrict Registry Permissions

IdentityEndpointCloudNetwork

Restricting registry permissions involves configuring access control settings for sensitive registry keys and hives to ensure that only authorized users or processes can make modifications. By limiting access, organizations can prevent unauthorized changes that adversaries might use for persistence, privilege escalation, or defense evasion. This mitigation can be implemented through the following measures: Review and Adjust Permissions on Critical Keys - Regularly review permissions on keys such as `Run`, `RunOnce`, and `Services` to ensure only authorized users have write access. - Use tools like `icacls` or `PowerShell` to automate permission adjustments. Enable Registry Auditing - Enable auditing on sensitive keys to log access attempts. - Use Event Viewer or SIEM solutions to analyze logs and detect suspicious activity. - Example Audit Policy: `auditpol /set /subcategory:"Registry" /success:enable /failure:enable` Protect Credential-Related Hives - Limit access to hives like `SAM`,`SECURITY`, and `SYSTEM` to prevent credential dumping or other unauthorized access. - Use LSA Protection to add an additional security layer for credential storage. Restrict Registry Editor Usage - Use Group Policy to restrict access to regedit.exe for non-administrative users. - Block execution of registry editing tools on endpoints where they are unnecessary. Deploy Baseline Configuration Tools - Use tools like Microsoft Security Compliance Toolkit or CIS Benchmarks to apply and maintain secure registry configurations. *Tools for Implementation* Registry Permission Tools: - Registry Editor (regedit): Built-in tool to manage registry permissions. - PowerShell: Automate permissions and manage keys. `Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Run" -Name "KeyName" -Value "Value"` - icacls: Command-line tool to modify ACLs. Monitoring Tools: - Sysmon: Monitor and log registry events. - Event Viewer: View registry access logs. Policy Management Tools: - Group Policy Management Console (GPMC): Enforce registry permissions via GPOs. - Microsoft Endpoint Manager: Deploy configuration baselines for registry permissions.

CountersT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1112 ↗Modify Registrydefense-impairment, persistenceT1574 ↗Hijack Execution Flowstealth, executionT1685 ↗Disable or Modify Toolsdefense-impairmentT1489 ↗Service StopimpactT1037 ↗Boot or Logon Initialization Scriptspersistence, privilege-escalationT1505 ↗Server Software Componentpersistence
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-16AC-17AC-20CA-07CM-02CM-05CM-06CM-07CM-08CM-11IA-02IA-05IA-13RA-05SA-10SA-11SC-07SC-16SC-37SC-39SC-46SI-02SI-03SI-04SI-07SI-10SI-14SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1025 ↗

Privileged Process Integrity

IdentityEndpoint

Privileged Process Integrity focuses on defending highly privileged processes (e.g., system services, antivirus, or authentication processes) from tampering, injection, or compromise by adversaries. These processes often interact with critical components, making them prime targets for techniques like code injection, privilege escalation, and process manipulation. This mitigation can be implemented through the following measures: Protected Process Mechanisms: - Enable RunAsPPL on Windows systems to protect LSASS and other critical processes. - Use registry modifications to enforce protected process settings: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\RunAsPPL` Anti-Injection and Memory Protection: - Enable Control Flow Guard (CFG), DEP, and ASLR to protect against process memory tampering. - Deploy endpoint protection tools that actively block process injection attempts. Code Signing Validation: - Implement policies for Windows Defender Application Control (WDAC) or AppLocker to enforce execution of signed binaries. - Ensure critical processes are signed with valid certificates. Access Controls: - Use DACLs and MIC to limit which users and processes can interact with privileged processes. - Disable unnecessary debugging capabilities for high-privileged processes. Kernel-Level Protections: - Ensure Kernel Patch Protection (PatchGuard) is enabled on Windows systems. - Leverage SELinux or AppArmor on Linux to enforce kernel-level security policies. *Tools for Implementation* Protected Process Light (PPL): - RunAsPPL (Windows) - Windows Defender Credential Guard Code Integrity and Signing: - Windows Defender Application Control (WDAC) - AppLocker - SELinux/AppArmor (Linux) Memory Protection: - Control Flow Guard (CFG), Data Execution Prevention (DEP), ASLR Process Isolation/Sandboxing: - Firejail (Linux Sandbox) - Windows Sandbox - QEMU/KVM-based isolation Kernel Protection: - PatchGuard (Windows Kernel Patch Protection) - SELinux (Mandatory Access Control for Linux) - AppArmor

CountersT1556 ↗Modify Authentication Processdefense-impairment, persistence, credential-accessT1003.001 ↗LSASS Memorycredential-accessT1003 ↗OS Credential Dumpingcredential-access
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-07AC-16AC-20CA-07CM-02CM-05CM-06CM-07CP-09IA-02IA-04IA-05IA-13SC-03SC-28SC-39SI-02SI-03SI-04SI-07SI-12SI-16NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1034 ↗

Limit Hardware Installation

Endpoint

Prevent unauthorized users or groups from installing or using hardware, such as external drives, peripheral devices, or unapproved internal hardware components, by enforcing hardware usage policies and technical controls. This includes disabling USB ports, restricting driver installation, and implementing endpoint security tools to monitor and block unapproved devices. This mitigation can be implemented through the following measures: Disable USB Ports and Hardware Installation Policies: - Use Group Policy Objects (GPO) to disable USB mass storage devices: - Navigate to Computer Configuration > Administrative Templates > System > Removable Storage Access. - Deny write and read access to USB devices. - Whitelist approved devices using unique serial numbers via Windows Device Installation Policies. Deploy Endpoint Protection and Device Control Solutions: - Use tools like Microsoft Defender for Endpoint, Symantec Endpoint Protection, or Tanium to monitor and block unauthorized hardware. - Implement device control policies to allow specific hardware types (e.g., keyboards, mice) and block others. Harden BIOS/UEFI and System Firmware: - Set strong passwords for BIOS/UEFI access. - Enable Secure Boot to prevent rogue hardware components from loading unauthorized firmware. Restrict Peripheral Devices and Drivers: - Use Windows Device Manager Policies to block installation of unapproved drivers. - Monitor hardware installation attempts through endpoint monitoring tools. Disable Bluetooth and Wireless Hardware: - Use GPO or MDM tools to disable Bluetooth and Wi-Fi interfaces across systems. - Restrict hardware pairing to approved devices only. Logging and Monitoring: - Enable logging for hardware installation events in Windows Event Logs (Event ID 20001 for Device Setup Manager). - Use SIEM solutions (e.g., Splunk, Elastic Stack) to detect unauthorized hardware installation activities. *Tools for Implementation* USB and Device Control: - Microsoft Group Policy Objects (GPO) - Microsoft Defender for Endpoint - Symantec Endpoint Protection - McAfee Device Control Endpoint Monitoring: - EDRs - OSSEC (open-source host-based IDS) Hardware Whitelisting: - BitLocker for external drives (Windows) - Windows Device Installation Policies - Device Control BIOS/UEFI Security: - Secure Boot (Windows/Linux) Firmware management tools like Dell Command Update or HP Sure Start

CountersT1219 ↗Remote Access Toolscommand-and-controlT1091 ↗Replication Through Removable Medialateral-movement, initial-access
Detection and validation
NIST 800-53AC-03AC-04AC-06AC-17CA-07CM-02CM-06CM-07CM-08MP-07RA-05SC-07SC-41SI-03SI-04SI-07SI-10SI-15NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1056 ↗

Pre-compromise

Endpoint

Pre-compromise mitigations involve proactive measures and defenses implemented to prevent adversaries from successfully identifying and exploiting weaknesses during the Reconnaissance and Resource Development phases of an attack. These activities focus on reducing an organization's attack surface, identify adversarial preparation efforts, and increase the difficulty for attackers to conduct successful operations. This mitigation can be implemented through the following measures: Limit Information Exposure: - Regularly audit and sanitize publicly available data, including job posts, websites, and social media. - Use tools like OSINT monitoring platforms (e.g., SpiderFoot, Recon-ng) to identify leaked information. Protect Domain and DNS Infrastructure: - Enable DNSSEC and use WHOIS privacy protection. - Monitor for domain hijacking or lookalike domains using services like RiskIQ or DomainTools. External Monitoring: - Use tools like Shodan, Censys to monitor your external attack surface. - Deploy external vulnerability scanners to proactively address weaknesses. Threat Intelligence: - Leverage platforms like MISP, Recorded Future, or Anomali to track adversarial infrastructure, tools, and activity. Content and Email Protections: - Use email security solutions like Proofpoint, Microsoft Defender for Office 365, or Mimecast. - Enforce SPF/DKIM/DMARC policies to protect against email spoofing. Training and Awareness: - Educate employees on identifying phishing attempts, securing their social media, and avoiding information leaks.

CountersT1588.002 ↗Toolresource-developmentT1585.001 ↗Social Media Accountsresource-developmentT1587.001 ↗Malwareresource-developmentT1584.005 ↗Botnetresource-developmentT1588 ↗Obtain Capabilitiesresource-developmentT1588.001 ↗Malwareresource-developmentT1588.006 ↗Vulnerabilitiesresource-developmentT1592 ↗Gather Victim Host InformationreconnaissanceT1595 ↗Active ScanningreconnaissanceT1608.001 ↗Upload Malwareresource-development
Detection and validation

Mitigation and techniques from MITRE ATT&CK. Descriptions are MITRE's own text.

M1043 ↗

Credential Access Protection

EndpointNetwork

Credential Access Protection focuses on implementing measures to prevent adversaries from obtaining credentials, such as passwords, hashes, tokens, or keys, that could be used for unauthorized access. This involves restricting access to credential storage mechanisms, hardening configurations to block credential dumping methods, and using monitoring tools to detect suspicious credential-related activity. This mitigation can be implemented through the following measures: Restrict Access to Credential Storage: - Use Case: Prevent adversaries from accessing the SAM (Security Account Manager) database on Windows systems. - Implementation: Enforce least privilege principles and restrict administrative access to credential stores such as `C:\Windows\System32\config\SAM`. Use Credential Guard: - Use Case: Isolate LSASS (Local Security Authority Subsystem Service) memory to prevent credential dumping. - Implementation: Enable Windows Defender Credential Guard on enterprise endpoints to isolate secrets and protect them from unauthorized access. Monitor for Credential Dumping Tools: - Use Case: Detect and block known tools like Mimikatz or Windows Credential Editor. - Implementation: Flag suspicious process behavior related to credential dumping. Disable Cached Credentials: - Use Case: Prevent adversaries from exploiting cached credentials on endpoints. - Implementation: Configure group policy to reduce or eliminate the use of cached credentials (e.g., set Interactive logon: Number of previous logons to cache to 0). Enable Secure Boot and Memory Protections: - Use Case: Prevent memory-based attacks used to extract credentials. - Implementation: Configure Secure Boot and enforce hardware-based security features like DEP (Data Execution Prevention) and ASLR (Address Space Layout Randomization).

CountersT1003.001 ↗LSASS Memorycredential-accessT1558 ↗Steal or Forge Kerberos Ticketscredential-accessT1003 ↗OS Credential Dumpingcredential-accessT1601 ↗Modify System Imagedefense-impairment
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17AC-18AC-19CA-07CM-02CM-03CM-05CM-06CM-07CM-08CP-09IA-02IA-04IA-05IA-07RA-09SA-10SA-11SC-03SC-04SC-28SC-34SC-39SI-02SI-03SI-04SI-07SI-12SI-16SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1029 ↗

Remote Data Storage

EndpointEmail and M365

Remote Data Storage focuses on moving critical data, such as security logs and sensitive files, to secure, off-host locations to minimize unauthorized access, tampering, or destruction by adversaries. By leveraging remote storage solutions, organizations enhance the protection of forensic evidence, sensitive information, and monitoring data. This mitigation can be implemented through the following measures: Centralized Log Management: - Configure endpoints to forward security logs to a centralized log collector or SIEM. - Use tools like Splunk Graylog, or Security Onion to aggregate and store logs. - Example command (Linux): `sudo auditd | tee /var/log/audit/audit.log | nc <remote-log-server> 514` Remote File Storage Solutions: - Utilize cloud storage solutions like AWS S3, Google Cloud Storage, or Azure Blob Storage for sensitive data. - Ensure proper encryption at rest and access control policies (IAM roles, ACLs). Intrusion Detection Log Forwarding: - Forward logs from IDS/IPS systems (e.g., Zeek/Suricata) to a remote security information system. - Example for Suricata log forwarding: `outputs: - type: syslog protocol: tls address: <remote-syslog-server>` Immutable Backup Configurations: - Enable immutable storage settings for backups to prevent adversaries from modifying or deleting data. - Example: AWS S3 Object Lock. Data Encryption: - Ensure encryption for sensitive data using AES-256 at rest and TLS 1.2+ for data in transit. Tools: OpenSSL, BitLocker, LUKS for Linux.

CountersT1685.005 ↗Clear Windows Event Logsdefense-impairmentT1565 ↗Data ManipulationimpactT1565.001 ↗Stored Data ManipulationimpactT1070 ↗Indicator RemovalstealthT1119 ↗Automated Collectioncollection
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17AC-18AC-19AC-20CA-07CM-02CM-06CM-07CM-08CP-06CP-07CP-09CP-10SC-04SC-07SC-28SC-36SC-46SI-03SI-04SI-07SI-12SI-16SI-23NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1057 ↗

Data Loss Prevention

EndpointEmail and M365Network

Data Loss Prevention (DLP) involves implementing strategies and technologies to identify, categorize, monitor, and control the movement of sensitive data within an organization. This includes protecting data formats indicative of Personally Identifiable Information (PII), intellectual property, or financial data from unauthorized access, transmission, or exfiltration. DLP solutions integrate with network, endpoint, and cloud platforms to enforce security policies and prevent accidental or malicious data leaks. (Citation: PurpleSec Data Loss Prevention) This mitigation can be implemented through the following measures: Sensitive Data Categorization: - Use Case: Identify and classify data based on sensitivity (e.g., PII, financial data, trade secrets). - Implementation: Use DLP solutions to scan and tag files containing sensitive information using predefined patterns, such as Social Security Numbers or credit card details. Exfiltration Restrictions: - Use Case: Prevent unauthorized transmission of sensitive data. - Implementation: Enforce policies to block unapproved email attachments, unauthorized USB usage, or unencrypted data uploads to cloud storage. Data-in-Transit Monitoring: - Use Case: Detect and prevent the transmission of sensitive data over unapproved channels. - Implementation: Deploy network-based DLP tools to inspect outbound traffic for sensitive content (e.g., financial records or PII) and block unapproved transmissions. Endpoint Data Protection: - Use Case: Monitor and control sensitive data usage on endpoints. - Implementation: Use endpoint-based DLP agents to block copy-paste actions of sensitive data and unauthorized printing or file sharing. Cloud Data Security: - Use Case: Protect data stored in cloud platforms. - Implementation: Integrate DLP with cloud storage platforms like Google Drive, OneDrive, or AWS to monitor and restrict sensitive data sharing or downloads.

CountersT1041 ↗Exfiltration Over C2 ChannelexfiltrationT1048 ↗Exfiltration Over Alternative ProtocolexfiltrationT1537 ↗Transfer Data to Cloud AccountexfiltrationT1567 ↗Exfiltration Over Web ServiceexfiltrationT1005 ↗Data from Local SystemcollectionT1048.003 ↗Exfiltration Over Unencrypted Non-C2 Protocolexfiltration
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17AC-20AC-23CA-03CA-07CM-02CM-05CM-06CM-07CM-12CP-09IA-02IA-03IA-04IA-08SA-08SA-09SC-07SC-13SC-28SC-31SC-38SC-46SI-03SI-04SI-10SI-15SR-04NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1016 ↗

Vulnerability Scanning

EndpointCloud

Vulnerability scanning involves the automated or manual assessment of systems, applications, and networks to identify misconfigurations, unpatched software, or other security weaknesses. The process helps prioritize remediation efforts by classifying vulnerabilities based on risk and impact, reducing the likelihood of exploitation by adversaries. This mitigation can be implemented through the following measures: Proactive Identification of Vulnerabilities - Implementation: Use tools like Nessus or OpenVAS to scan endpoints, servers, and applications for missing patches and configuration issues. Schedule regular scans to ensure timely identification of vulnerabilities introduced by new deployments or updates. - Use Case: A scan identifies unpatched software, such as outdated Apache servers, which could be exploited via CVE-XXXX-XXXX. The server is promptly patched, mitigating the risk. Cloud Environment Scanning - Implementation: Use cloud-specific vulnerability management tools like AWS Inspector, Azure Security Center, or GCP Security Command Center to identify issues like open S3 buckets or overly permissive IAM roles. - Use Case: The scan detects a misconfigured S3 bucket with public read access, which is remediated to prevent potential data leakage. Network Device Scanning - Implementation: Use tools to scan network devices for vulnerabilities, such as weak SNMP strings or outdated firmware. Correlate scan results with vendor advisories to prioritize updates. - Use Case: Scanning detects a router running outdated firmware vulnerable to CVE-XXXX-YYYY. The firmware is updated to a secure version. Web Application Scanning - Implementation: Use dynamic application security testing (DAST) tools such as OWASP ZAP or Burp Suite to scan for common vulnerabilities like SQL injection or cross-site scripting (XSS). Perform regular scans post-deployment to identify newly introduced vulnerabilities. - Use Case: A scan identifies a cross-site scripting vulnerability in a form input field, which is promptly remediated by developers. Prioritizing Vulnerabilities - Implementation: Use vulnerability scoring frameworks like CVSS to assess severity. Integrate vulnerability scanning tools with ticketing systems to assign remediation tasks based on criticality. - Use Case: A critical vulnerability with a CVSS score of 9.8 affecting remote access servers is prioritized and patched first. *Tools for Implementation* Open Source Tools: - OpenVAS: Comprehensive network and system vulnerability scanning. - OWASP ZAP: Dynamic scanning of web applications for vulnerabilities. - Nmap with NSE Scripts: Network scanning with scripts to detect vulnerabilities.

CountersT1195.002 ↗Compromise Software Supply Chaininitial-accessT1210 ↗Exploitation of Remote Serviceslateral-movementT1190 ↗Exploit Public-Facing Applicationinitial-accessT1195 ↗Supply Chain Compromiseinitial-access
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06CA-02CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-08RA-05RA-10SA-08SA-22SC-02SC-03SC-07SC-18SC-26SC-29SC-30SC-35SC-39SC-46SI-02SI-03SI-04SI-05SI-07SI-10SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1044 ↗

Restrict Library Loading

Endpoint

Restricting library loading involves implementing security controls to ensure that only trusted and verified libraries (DLLs, shared objects, etc.) are loaded into processes. Adversaries often abuse Dynamic-Link Library (DLL) Injection, DLL Search Order Hijacking, or LD_PRELOAD mechanisms to execute malicious code by forcing the operating system to load untrusted libraries. This mitigation can be implemented through the following measures: Enforce Safe Library Loading Practices: - Enable `SafeDLLSearchMode` on Windows. - Restrict `LD_PRELOAD` and `LD_LIBRARY_PATH` usage on Linux systems. Code Signing Enforcement: - Require digital signatures for all libraries loaded into processes. - Use tools like Signtool, and WDAC to enforce signed DLL execution. Environment Hardening: - Secure library paths and directories to prevent adversaries from placing rogue libraries. - Monitor user-writable directories and system configurations for unauthorized changes. Audit and Monitor Library Loading: - Enable `Sysmon` on Windows to monitor for suspicious library loads. - Use `auditd` on Linux to monitor shared library paths and configuration file changes. Use Application Control Solutions: - Implement AppLocker, WDAC, or SELinux to allow only trusted libraries. *Tools for Implementation* Windows-Specific Tools: - AppLocker: Application whitelisting for DLLs. - Windows Defender Application Control (WDAC): Restrict unauthorized library execution. - Signtool: Verify and enforce code signing. - Sysmon: Monitor DLL load events (Event ID 7). Linux-Specific Tools: - auditd: Monitor changes to library paths and critical files. - SELinux/AppArmor: Define policies to restrict library loading. - ldconfig and chattr: Secure LD configuration files and prevent unauthorized modifications. Cross-Platform Solutions: - Wazuh or OSSEC: File integrity monitoring for library changes. - Tripwire: Detect and alert on unauthorized library modifications.

CountersT1574 ↗Hijack Execution Flowstealth, execution
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06CA-07CM-02CM-05CM-06CM-07CM-08IA-02RA-05SI-02SI-03SI-04SI-07SI-10NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1060 ↗

Out-of-Band Communications Channel

Email and M365Cloud

Establish secure out-of-band communication channels to ensure the continuity of critical communications during security incidents, data integrity attacks, or in-network communication failures. Out-of-band communication refers to using an alternative, separate communication path that is not dependent on the potentially compromised primary network infrastructure. This method can include secure messaging apps, encrypted phone lines, satellite communications, or dedicated emergency communication systems. Leveraging these alternative channels reduces the risk of adversaries intercepting, disrupting, or tampering with sensitive communications and helps coordinate an effective incident response.(Citation: TrustedSec OOB Communications)(Citation: NIST Special Publication 800-53 Revision 5)

CountersT1114 ↗Email CollectioncollectionT1114.002 ↗Remote Email CollectioncollectionT1213 ↗Data from Information RepositoriescollectionT1489 ↗Service Stopimpact
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16AC-17AC-19AC-20AC-21AC-23CA-07CM-02CM-03CM-05CM-06CM-07CM-08IA-02IA-04IA-05IA-08RA-05SC-07SC-28SC-37SC-46SI-04SI-07SI-12NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1053 ↗

Data Backup

Cloud

Data Backup involves taking and securely storing backups of data from end-user systems and critical servers. It ensures that data remains available in the event of system compromise, ransomware attacks, or other disruptions. Backup processes should include hardening backup systems, implementing secure storage solutions, and keeping backups isolated from the corporate network to prevent compromise during active incidents. This mitigation can be implemented through the following measures: Regular Backup Scheduling: - Use Case: Ensure timely and consistent backups of critical data. - Implementation: Schedule daily incremental backups and weekly full backups for all critical servers and systems. Immutable Backups: - Use Case: Protect backups from modification or deletion, even by attackers. - Implementation: Use write-once-read-many (WORM) storage for backups, preventing ransomware from encrypting or deleting backup files. Backup Encryption: - Use Case: Protect data integrity and confidentiality during transit and storage. - Implementation: Encrypt backups using strong encryption protocols (e.g., AES-256) before storing them in local, cloud, or remote locations. Offsite Backup Storage: - Use Case: Ensure data availability during physical disasters or onsite breaches. - Implementation: Use cloud-based solutions like AWS S3, Azure Backup, or physical offsite storage to maintain a copy of critical data. Backup Testing: - Use Case: Validate backup integrity and ensure recoverability. - Implementation: Regularly test data restoration processes to ensure that backups are not corrupted and can be recovered quickly.

CountersT1486 ↗Data Encrypted for ImpactimpactT1485 ↗Data DestructionimpactT1490 ↗Inhibit System RecoveryimpactT1491.002 ↗External Defacementimpact
Detection and validation
NIST 800-53AC-02AC-03AC-06CM-02CM-06CM-07CP-02CP-06CP-07CP-09CP-10SI-03SI-04SI-07NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1046 ↗

Boot Integrity

CloudNetwork

Boot Integrity ensures that a system starts securely by verifying the integrity of its boot process, operating system, and associated components. This mitigation focuses on leveraging secure boot mechanisms, hardware-rooted trust, and runtime integrity checks to prevent tampering during the boot sequence. It is designed to thwart adversaries attempting to modify system firmware, bootloaders, or critical OS components. This mitigation can be implemented through the following measures: Implementation of Secure Boot: - Implementation: Enable UEFI Secure Boot on all systems and configure it to allow only signed bootloaders and operating systems. - Use Case: An adversary attempts to replace the system’s bootloader with a malicious version to gain persistence. Secure Boot prevents the untrusted bootloader from executing, halting the attack. Utilization of TPMs: - Implementation: Configure systems to use TPM-based attestation for boot integrity, ensuring that any modification to the firmware, bootloader, or OS is detected. - Use Case: A compromised firmware component alters the boot sequence. The TPM detects the change and triggers an alert, allowing the organization to respond before further damage. Enable Bootloader Passwords: - Implementation: Protect BIOS/UEFI settings with a strong password and limit physical access to devices. - Use Case: An attacker with physical access attempts to disable Secure Boot or modify the boot sequence. The password prevents unauthorized changes. Runtime Integrity Monitoring: - Implementation: Deploy solutions to verify the integrity of critical files and processes after boot. - Use Case: A malware infection modifies kernel modules post-boot. Runtime integrity monitoring detects the modification and prevents the malicious module from loading.

CountersT1195 ↗Supply Chain Compromiseinitial-accessT1495 ↗Firmware CorruptionimpactT1505 ↗Server Software ComponentpersistenceT1542.005 ↗TFTP Bootstealth, persistenceT1601 ↗Modify System Imagedefense-impairment
Detection and validation
NIST 800-53AC-02AC-03AC-04AC-05AC-06AC-16CA-02CA-07CM-02CM-03CM-05CM-06CM-07CM-08CM-11IA-02IA-05IA-07IA-08RA-05RA-09RA-10SA-10SA-11SA-22SC-07SC-16SC-34SI-02SI-03SI-04SI-07SI-14SR-04SR-05SR-11NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

M1020 ↗

SSL/TLS Inspection

Network

SSL/TLS inspection involves decrypting encrypted network traffic to examine its content for signs of malicious activity. This capability is crucial for detecting threats that use encryption to evade detection, such as phishing, malware, or data exfiltration. After inspection, the traffic is re-encrypted and forwarded to its destination. This mitigation can be implemented through the following measures: Deploy SSL/TLS Inspection Appliances: - Implement SSL/TLS inspection solutions to decrypt and inspect encrypted traffic. - Ensure appliances are placed at critical network choke points for maximum coverage. Configure Decryption Policies: - Define rules to decrypt traffic for specific applications, ports, or domains. - Avoid decrypting sensitive or privacy-related traffic, such as financial or healthcare websites, to comply with regulations. Integrate Threat Intelligence: - Use threat intelligence feeds to correlate inspected traffic with known indicators of compromise (IOCs). Integrate with Security Tools: - Combine SSL/TLS inspection with SIEM and NDR tools to analyze decrypted traffic and generate alerts for suspicious activity. - Example Tools: Splunk, Darktrace Implement Certificate Management: - Use trusted internal or third-party certificates for traffic re-encryption after inspection. - Regularly update certificate authorities (CAs) to ensure secure re-encryption. Monitor and Tune: - Continuously monitor SSL/TLS inspection logs for anomalies and fine-tune policies to reduce false positives.

CountersT1090 ↗Proxycommand-and-control
Detection and validation
NIST 800-53AC-03AC-04CA-07CM-02CM-06CM-07SC-07SC-08SI-03SI-04SI-10SI-15NIST SP 800-53 Rev. 5 ↗

Mitigation and techniques from MITRE ATT&CK, control mappings from MITRE Engenuity CTID. Descriptions are MITRE's own text.

About this data

Every Defensive Action is generated automatically by a deterministic join over authoritative machine-readable data, with no human review gate and no model-written advice. A tracked threat actor's reviewed ATT&CK group mapping joins to the techniques MITRE attributes to that group, each technique joins to MITRE's own mitigations (the mitigates relationships in the official ATT&CK STIX bundle), and to the NIST 800-53 controls the MITRE Engenuity Center for Threat-Informed Defense maps to it. Tracked CVEs and stories appear beside the actors that connect them. When MITRE or CTID update their data, the next pipeline run updates this page with no human step. The honest boundary: prescriptive per-setting detail (the exact GPO, Conditional Access policy, or registry key) is not freely redistributable and is linked to its authoritative publisher (CIS, Microsoft, DISA, and CISA) rather than reproduced here.

Per-category RSS feeds: Identity · Endpoint · Email and M365 · Cloud · Network

AI Systems (MITRE ATLAS)

Adversarial-AI hardening from MITRE ATLAS v0.1 (fetched 2026-07-12), cross-referenced to the OWASP Top 10 for LLM Applications 2025 via the GenAI Security Crosswalk (OWASP LLM Top 10 to MITRE ATLAS) ↗. 28 of 261 tracked AI stories are mapped to an ATLAS technique; the rest are honestly unmapped. Descriptions are MITRE's own text, never reproduced elsewhere.

27 mitigationscovering 18 techniques
AML.M0014 ↗

Verify AI Artifacts

LLM03

Verify the cryptographic checksum of all AI artifacts to verify that the file was not modified by an attacker.

CountersAML.T0010 ↗AI Supply Chain Compromiseinitial-access
OWASP LLMLLM03 Supply Chain

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0020 ↗

Generative AI Guardrails

LLM03LLM06LLM01LLM07LLM02

Guardrails are safety controls that are placed between a generative AI model and the output shared with the user to prevent undesired inputs and outputs. Guardrails can take the form of validators such as filters, rule-based logic, or regular expressions, as well as AI-based approaches, such as classifiers and utilizing LLMs, or named entity recognition (NER) to evaluate the safety of the prompt or response. Domain specific methods can be employed to reduce risks in a variety of areas such as etiquette, brand damage, jailbreaking, false information, code exploits, SQL injections, and data leakage.

CountersAML.T0010 ↗AI Supply Chain Compromiseinitial-accessAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalationAML.T0054 ↗LLM Jailbreakprivilege-escalation, defense-evasionAML.T0056 ↗Extract LLM System PromptexfiltrationAML.T0057 ↗LLM Data Leakageexfiltration
OWASP LLMLLM03 Supply ChainLLM06 Excessive AgencyLLM01 Prompt InjectionLLM07 System Prompt LeakageLLM02 Sensitive Information Disclosure

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0023 ↗

AI Bill of Materials

LLM03LLM04

An AI Bill of Materials (AI BOM) contains a full listing of artifacts and resources that were used in building the AI. The AI BOM can help mitigate supply chain risks and enable rapid response to reported vulnerabilities. This can include maintaining dataset provenance, i.e. a detailed history of datasets used for AI applications. The history can include information about the dataset source as well as well as a complete record of any modifications.

CountersAML.T0010 ↗AI Supply Chain Compromiseinitial-accessAML.T0020 ↗Poison Training Dataresource-development, persistence
OWASP LLMLLM03 Supply ChainLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0003 ↗

Model Hardening

LLM06LLM04

Use techniques to make AI models robust to adversarial inputs such as adversarial training or network distillation.

CountersAML.T0015 ↗Evade AI Modelinitial-access, defense-evasion, impactAML.T0031 ↗Erode AI Model IntegrityimpactAML.T0043 ↗Craft Adversarial Dataai-attack-staging
OWASP LLMLLM06 Excessive AgencyLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0006 ↗

Use Ensemble Methods

LLM06LLM04

Use an ensemble of models for inference to increase robustness to adversarial inputs. Some attacks may effectively evade one model or model family but be ineffective against others.

CountersAML.T0015 ↗Evade AI Modelinitial-access, defense-evasion, impactAML.T0031 ↗Erode AI Model IntegrityimpactAML.T0043 ↗Craft Adversarial Dataai-attack-staging
OWASP LLMLLM06 Excessive AgencyLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0009 ↗

Use Multi-Modal Sensors

LLM06

Incorporate multiple sensors to integrate varying perspectives and modalities to avoid a single point of failure susceptible to physical attacks.

CountersAML.T0015 ↗Evade AI Modelinitial-access, defense-evasion, impact
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0010 ↗

Input Restoration

LLM06LLM04

Preprocess all inference data to nullify or reverse potential adversarial perturbations.

CountersAML.T0015 ↗Evade AI Modelinitial-access, defense-evasion, impactAML.T0031 ↗Erode AI Model IntegrityimpactAML.T0043 ↗Craft Adversarial Dataai-attack-staging
OWASP LLMLLM06 Excessive AgencyLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0015 ↗

Adversarial Input Detection

LLM06LLM10LLM04

Detect and block adversarial inputs or atypical queries that deviate from known benign behavior, exhibit behavior patterns observed in previous attacks or that come from potentially malicious IPs. Incorporate adversarial detection algorithms into the AI system prior to the AI model.

CountersAML.T0015 ↗Evade AI Modelinitial-access, defense-evasion, impactAML.T0029 ↗Denial of AI ServiceimpactAML.T0031 ↗Erode AI Model IntegrityimpactAML.T0043 ↗Craft Adversarial Dataai-attack-staging
OWASP LLMLLM06 Excessive AgencyLLM10 Unbounded ConsumptionLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0034 ↗

Deepfake Detection

LLM06

Apply deepfake detection algorithms against any untrusted or user-provided data, especially in impactful applications such as biometric verification, to block generated content. Detectors may use a combination of approaches, including: - AI models trained to differentiate between real and deepfake content. - Identifying common inconsistencies in deepfake content, such as unnatural facial movements, audio mismatches, or pixel-level artifacts. - Biometrics analysis, such blinking, eye movements, and microexpressions.

CountersAML.T0015 ↗Evade AI Modelinitial-access, defense-evasion, impact
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0001 ↗

Limit Model Artifact Release

LLM04

Limit public release of technical project details including data, algorithms, model architectures, and model checkpoints that are used in production, or that are representative of those used in production.

CountersAML.T0020 ↗Poison Training Dataresource-development, persistence
OWASP LLMLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0005 ↗

Control Access to AI Models and Data at Rest

LLM04LLM08

Establish access controls on internal model registries and limit internal access to production models. Limit access to training data only to approved users.

CountersAML.T0020 ↗Poison Training Dataresource-development, persistenceAML.T0025 ↗Exfiltration via Cyber Meansexfiltration
OWASP LLMLLM04 Data and Model PoisoningLLM08 Vector and Embedding Weaknesses

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0007 ↗

Sanitize Training Data

LLM04

Detect and remove or remediate poisoned training data. Training data should be sanitized prior to model training and recurrently for an active learning model. Implement a filter to limit ingested training data. Establish a content policy that would remove unwanted content such as certain explicit or offensive language from being used.

CountersAML.T0020 ↗Poison Training Dataresource-development, persistence
OWASP LLMLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0008 ↗

Validate AI Model

LLM04LLM02

Validate that AI models perform as intended by testing for backdoor triggers, potential for data leakage, or adversarial influence. Monitor AI model for concept drift and training data drift, which may indicate data tampering and poisoning.

CountersAML.T0020 ↗Poison Training Dataresource-development, persistenceAML.T0043 ↗Craft Adversarial Dataai-attack-stagingAML.T0057 ↗LLM Data Leakageexfiltration
OWASP LLMLLM04 Data and Model PoisoningLLM02 Sensitive Information Disclosure

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0025 ↗

Maintain AI Dataset Provenance

LLM04

Maintain a detailed history of datasets used for AI applications. The history should include information about the dataset's source as well as a complete record of any modifications.

CountersAML.T0020 ↗Poison Training Dataresource-development, persistence
OWASP LLMLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0002 ↗

Passive AI Output Obfuscation

LLM02LLM04

Decreasing the fidelity of model outputs provided to the end user can reduce an adversary's ability to extract information about the model and optimize attacks for the model.

CountersAML.T0024.000 ↗Infer Training Data MembershipexfiltrationAML.T0024.001 ↗Invert AI ModelexfiltrationAML.T0043 ↗Craft Adversarial Dataai-attack-staging
OWASP LLMLLM02 Sensitive Information DisclosureLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0004 ↗

Restrict Number of AI Model Queries

LLM02LLM10LLM04

Limit the total number and rate of queries a user can perform.

CountersAML.T0024.000 ↗Infer Training Data MembershipexfiltrationAML.T0024.001 ↗Invert AI ModelexfiltrationAML.T0029 ↗Denial of AI ServiceimpactAML.T0034 ↗Cost HarvestingimpactAML.T0043 ↗Craft Adversarial Dataai-attack-staging
OWASP LLMLLM02 Sensitive Information DisclosureLLM10 Unbounded ConsumptionLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0024 ↗

AI Telemetry Logging

LLM02LLM05LLM09LLM01LLM07LLM06

Implement logging of inputs and outputs of deployed AI models. When deploying AI agents, implement logging of the intermediate steps of agentic actions and decisions, data access and tool use, installation commands, and identity of the agent. Monitoring logs can help to detect security threats and mitigate impacts. Additionally, having logging enabled can discourage adversaries who want to remain undetected from utilizing AI resources.

CountersAML.T0024.000 ↗Infer Training Data MembershipexfiltrationAML.T0024.001 ↗Invert AI ModelexfiltrationAML.T0040 ↗AI Model Inference API Accessai-model-accessAML.T0047 ↗AI-Enabled Product or Serviceai-model-accessAML.T0051.000 ↗DirectexecutionAML.T0051.001 ↗IndirectexecutionAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM02 Sensitive Information DisclosureLLM05 Improper Output HandlingLLM09 MisinformationLLM01 Prompt InjectionLLM07 System Prompt LeakageLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0019 ↗

Control Access to AI Models and Data in Production

LLM10LLM05LLM04

Require users to verify their identities before accessing a production model. Require authentication for API endpoints and monitor production model queries to ensure compliance with usage policies and to prevent model misuse.

CountersAML.T0029 ↗Denial of AI ServiceimpactAML.T0034 ↗Cost HarvestingimpactAML.T0040 ↗AI Model Inference API Accessai-model-accessAML.T0043 ↗Craft Adversarial Dataai-attack-staging
OWASP LLMLLM10 Unbounded ConsumptionLLM05 Improper Output HandlingLLM04 Data and Model Poisoning

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0033 ↗

Input and Output Validation for AI Agent Components

LLM01LLM07LLM06

Implement validation on inputs and outputs for the tools and data sources used by AI agents. Validation includes enforcing a common data format, schema validation, checks for sensitive or prohibited information leakage, and data sanitization to remove potential injections or unsafe code. Input and output validation can help prevent compromises from spreading in AI-enabled systems and can help secure the workflow when multiple components are chained together. Validation should be performed external to the AI agent.

CountersAML.T0051.000 ↗DirectexecutionAML.T0051.001 ↗IndirectexecutionAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM01 Prompt InjectionLLM07 System Prompt LeakageLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0021 ↗

Generative AI Guidelines

LLM06LLM01LLM03LLM07LLM02

Guidelines are safety controls that are placed between user-provided input and a generative AI model to help direct the model to produce desired outputs and prevent undesired outputs. Guidelines can be implemented as instructions appended to all user prompts or as part of the instructions in the system prompt. They can define the goal(s), role, and voice of the system, as well as outline safety and security parameters.

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalationAML.T0054 ↗LLM Jailbreakprivilege-escalation, defense-evasionAML.T0056 ↗Extract LLM System PromptexfiltrationAML.T0057 ↗LLM Data Leakageexfiltration
OWASP LLMLLM06 Excessive AgencyLLM01 Prompt InjectionLLM03 Supply ChainLLM07 System Prompt LeakageLLM02 Sensitive Information Disclosure

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0022 ↗

Generative AI Model Alignment

LLM06LLM01LLM03LLM07LLM02

When training or fine-tuning a generative AI model it is important to utilize techniques that improve model alignment with safety, security, and content policies. The fine-tuning process can potentially remove built-in safety mechanisms in a generative AI model, but utilizing techniques such as Supervised Fine-Tuning, Reinforcement Learning from Human Feedback or AI Feedback, and Targeted Safety Context Distillation can improve the safety and alignment of the model.

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalationAML.T0054 ↗LLM Jailbreakprivilege-escalation, defense-evasionAML.T0056 ↗Extract LLM System PromptexfiltrationAML.T0057 ↗LLM Data Leakageexfiltration
OWASP LLMLLM06 Excessive AgencyLLM01 Prompt InjectionLLM03 Supply ChainLLM07 System Prompt LeakageLLM02 Sensitive Information Disclosure

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0026 ↗

Privileged AI Agent Permissions Configuration

LLM06

AI agents may be granted elevated privileges above that of a normal user to enable desired workflows. When deploying a privileged AI agent, or an agent that interacts with multiple users, it is important to implement robust policies and controls on permissions of the privileged agent. These controls include Role-Based Access Controls (RBAC), Attribute-Based Access Controls (ABAC), and the principle of least privilege so that the agent is only granted the necessary permissions to access tools and resources required to accomplish its designated task(s).

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0027 ↗

Single-User AI Agent Permissions Configuration

LLM06

When deploying an AI agent that acts as a representative of a user and performs actions on their behalf, it is important to implement robust policies and controls on permissions and lifecycle management of the agent. Lifecycle management involves establishing identity, protocols for access management, and decommissioning of the agent when its role is no longer needed. Controls should also include the principle of least privilege and delegated access from the user account. When acting as a representative of a user, the AI agent should not be granted permissions that the user would not be granted within the system or organization.

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0028 ↗

AI Agent Tools Permissions Configuration

LLM06

When deploying tools that will be shared across multiple AI agents, it is important to implement robust policies and controls on permissions for the tools. These controls include applying the principle of least privilege along with delegated access, where the tools receive the permissions, identities, and restrictions of the AI agent calling them. These configurations may be implemented either in MCP servers which connect the agents to the tools calling them or, in more complex cases, directly in the configuration files of the tool.

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0029 ↗

Human In-the-Loop for AI Agent Actions

LLM06

Systems should require the user or another human stakeholder to approve AI agent actions before the agent takes them. The human approver may be technical staff or business unit SMEs depending on the use case. Separate tools, such as dedicated audit agents, may assist human approval, but final adjudication should be conducted by a human decision-maker. The security benefits from Human In-the-Loop policies may be at odds with operational overhead costs of additional approvals. To ease this, Human In-the-Loop policies should follow the degree of consequence of the task at hand. Minor, repetitive tasks performed by agents accessing basic tools may only require minimal human oversight, while agents employed in systems with significant consequences may necessitate approval from multiple stakeholders diversified across multiple organizations.

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0030 ↗

Restrict AI Agent Tool Invocation on Untrusted Data

LLM06

Untrusted data can contain prompt injections that invoke an AI agent's tools, potentially causing confidentiality, integrity or availability violations. It is recommended that tool invocation be restricted or limited when untrusted data enters the LLM's context. The degree to which tool invocation is restricted may depend on the potential consequences of the action. Consider blocking the automatic invocation of tools or requiring user confirmation once untrusted data enters the LLM's context. For high consequence actions, consider always requiring user confirmation.

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.

AML.M0032 ↗

Segmentation of AI Agent Components

LLM06

Define security boundaries around agentic tools and data sources with methods such as API access, container isolation, code execution sandboxing, and rate limiting of tool invocation. When sandboxing, limit resource and network access and build the container or virtual machine from a clean base image before each run. This restricts untrusted processes or potential compromises from spreading throughout the system.

CountersAML.T0053 ↗AI Agent Tool Invocationexecution, privilege-escalation
OWASP LLMLLM06 Excessive Agency

Mitigation and techniques from MITRE ATLAS. Descriptions are MITRE's own text.