subject stringlengths 5 9 | predicate stringclasses 21
values | object stringlengths 2 4.68k | source stringclasses 1
value | object_type stringclasses 6
values | meta stringlengths 0 10.5k |
|---|---|---|---|---|---|
G1055 | uses | T1199 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has targeted IT and service providers in an effort to obtain credentials, relying largely on compromised VPN accounts for initial access.(Citation: Check Point VOID MANTICORE Handala Hack March 2026)"} |
G1055 | uses | T1110.004 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has utilized credential stuffing attacks to obtain initial access to victim environments.(Citation: Domain Tools Handala Hack Karma Homeland Justice MOIS April 2026)"} |
G1055 | uses | T1585.001 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has created Telegram Accounts.(Citation: FBI IC3 Flash VOID MANTICORE Handala Hack March 2026) [VOID MANTICORE](https://attack.mitre.org/groups/G1055) has also leveraged online personas such as Handala Hack, Karma, and Homeland Justice on social me... |
G1055 | uses | T1485 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has conducted data wiping attacks on compromised systems.(Citation: Check Point VOID MANTICORE Handala Hack March 2026)(Citation: SPECOPS Outpost24 Handala Hack Stryker March 2026)(Citation: DOJ FBI Handala Hack March 2026)(Citation: Palo Alto VOID... |
G1055 | uses | T1078 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has leveraged valid accounts to log into VPN infrastructure.(Citation: Check Point VOID MANTICORE Handala Hack March 2026) [VOID MANTICORE](https://attack.mitre.org/groups/G1055) has used compromised valid credentials to gain access to management i... |
G1055 | uses | T1110 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has conducted brute-force attempts against organizational VPN infrastructure.(Citation: Check Point VOID MANTICORE Handala Hack March 2026)"} |
G1055 | uses | T1036.004 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has masqueraded as commonly used programs and services on Windows hosts.(Citation: FBI IC3 Flash VOID MANTICORE Handala Hack March 2026)"} |
G1055 | uses | T1059.006 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has utilized Python scripts to execute its malicious payloads.(Citation: FBI IC3 Flash VOID MANTICORE Handala Hack March 2026)"} |
G1055 | uses | T1560.001 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has stored collected data in a password protected compressed file prior to exfiltration.(Citation: FBI IC3 Flash VOID MANTICORE Handala Hack March 2026)"} |
G1055 | uses | T1041 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) malware has exfiltrated collected data via Telegram bot C2 channels using encrypted communications.(Citation: Domain Tools Handala Hack Karma Homeland Justice MOIS April 2026)"} |
G1055 | uses | T1021.001 | attack | id | {"description":"[VOID MANTICORE](https://attack.mitre.org/groups/G1055) has used RDP to move laterally within the victim environment.(Citation: Check Point VOID MANTICORE Handala Hack March 2026)"} |
M1013 | created | 2017-10-25 14:48:53.732000+00:00 | attack | date | |
M1013 | description | 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 intr... | attack | string | |
M1013 | domain | enterprise-attack | attack | string | |
M1013 | domain | mobile-attack | attack | string | |
M1013 | mitigates | T1496.003 | attack | id | {"description":"Consider implementing CAPTCHA protection on forms that send messages via SMS. "} |
M1013 | mitigates | T1647 | attack | id | {"description":"Ensure applications are using Apple's developer guidance which enables hardened runtime.(Citation: Apple Developer Doco Hardened Runtime)"} |
M1013 | mitigates | T1195 | attack | id | {"description":"Application developers should be cautious when selecting third-party libraries to integrate into their application. Additionally, where possible, developers should lock software dependencies to specific versions rather than pulling the latest version on build.(Citation: Cider Security Top 10 CICD Securi... |
M1013 | mitigates | T1574 | attack | id | {"description":"When possible, include hash values in manifest files to help prevent side-loading of malicious libraries.(Citation: FireEye DLL Side-Loading)"} |
M1013 | mitigates | T1564 | attack | id | {"description":"Application developers should consider limiting the requirements for custom or otherwise difficult to manage file/folder exclusions. Where possible, install applications to trusted system folder paths that are already protected by restricted file and directory permissions."} |
M1013 | mitigates | T1212 | attack | id | {"description":"Application developers should consider taking measures to validate authentication requests by enabling one-time passwords, providing timestamps or sequence numbers for messages sent, using digital signatures, and/or using random session keys.(Citation: Comparitech Replay Attack)(Citation: Bugcrowd Repla... |
M1013 | mitigates | T1564.012 | attack | id | {"description":"Application developers should consider limiting the requirements for custom or otherwise difficult to manage file/folder exclusions. Where possible, install applications to trusted system folder paths that are already protected by restricted file and directory permissions."} |
M1013 | mitigates | T1550.001 | attack | id | {"description":"Consider implementing token binding strategies, such as Azure AD token protection or OAuth Proof of Possession, that cryptographically bind a token to a secret. This may prevent the token from being used without knowledge of the secret or possession of the device the token is tied to.(Citation: Microsof... |
M1013 | mitigates | T1559.003 | attack | id | {"description":"Enable the Hardened Runtime capability when developing applications. Do not include the <code>com.apple.security.get-task-allow</code> entitlement with the value set to any variation of true. "} |
M1013 | mitigates | T1550 | attack | id | {"description":"Consider implementing token binding strategies, such as Azure AD token protection or OAuth Proof of Possession, that cryptographically bind a token to a secret. This may prevent the token from being used without knowledge of the secret or possession of the device the token is tied to.(Citation: Microsof... |
M1013 | mitigates | T1593.003 | attack | id | {"description":"Application developers uploading to public code repositories should be careful to avoid publishing sensitive information such as credentials and API keys."} |
M1013 | mitigates | T1078 | attack | id | {"description":"Ensure that applications do not store sensitive data or credentials insecurely. (e.g. plaintext credentials in code, published credentials in repositories, or credentials in public cloud storage)."} |
M1013 | mitigates | T1564.009 | attack | id | {"description":"Configure applications to use the application bundle structure which leverages the <code>/Resources</code> folder location.(Citation: Apple App Security Overview) "} |
M1013 | mitigates | T1574.001 | attack | id | {"description":"When possible, include hash values in manifest files to help prevent side-loading of malicious libraries. "} |
M1013 | mitigates | T1195.001 | attack | id | {"description":"Application developers should be cautious when selecting third-party libraries to integrate into their application. Additionally, where possible, developers should lock software dependencies to specific versions rather than pulling the latest version on build.(Citation: Cider Security Top 10 CICD Securi... |
M1013 | mitigates | T1593 | attack | id | {"description":"Application developers uploading to public code repositories should be careful to avoid publishing sensitive information such as credentials and API keys."} |
M1013 | mitigates | T1559 | attack | id | {"description":"Enable the Hardened Runtime capability when developing applications. Do not include the <code>com.apple.security.get-task-allow</code> entitlement with the value set to any variation of true. "} |
M1013 | modified | 2024-12-10 16:07:50.023000+00:00 | attack | date | |
M1013 | name | Application Developer Guidance | attack | string | |
M1013 | rdf:type | Mitigation | attack | enum | {"version":"1.2"} |
M1013 | url | https://attack.mitre.org/mitigations/M1013 | attack | url | |
M1015 | created | 2019-06-06 16:39:58.291000+00:00 | attack | date | |
M1015 | description | 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 t... | attack | string | |
M1015 | domain | enterprise-attack | attack | string | |
M1015 | mitigates | T1558 | attack | id | {"description":"For containing the impact of a previously generated golden ticket, reset the built-in KRBTGT account password twice, which will invalidate any existing golden tickets that have been created with the KRBTGT hash and other Kerberos tickets derived from it. For each domain, change the KRBTGT account passwo... |
M1015 | mitigates | T1078.004 | attack | id | {"description":"Disable legacy authentication, which does not support MFA, and require the use of modern authentication protocols instead. "} |
M1015 | mitigates | T1072 | attack | id | {"description":"Ensure proper system and access isolation for critical network systems through use of group policy."} |
M1015 | mitigates | T1552 | attack | id | {"description":"Remove vulnerable Group Policy Preferences.(Citation: Microsoft MS14-025)"} |
M1015 | mitigates | T1134.005 | attack | id | {"description":"Clean up SID-History attributes after legitimate account migration is complete.\n\nConsider applying SID Filtering to interforest trusts, such as forest trusts and external trusts, to exclude SID-History from requests to access domain resources. SID Filtering ensures that any authentication requests ove... |
M1015 | mitigates | T1606.002 | attack | id | {"description":"For containing the impact of a previously forged SAML token, rotate the token-signing AD FS certificate in rapid succession twice, which will invalidate any tokens generated using the previous certificate.(Citation: Mandiant Defend UNC2452 White Paper)"} |
M1015 | mitigates | T1649 | attack | id | {"description":"Ensure certificate authorities (CA) are properly secured, including treating CA servers (and other resources hosting CA certificates) as tier 0 assets. Harden abusable CA settings and attributes.\n\nFor example, consider disabling the usage of AD CS certificate SANs within relevant authentication protoc... |
M1015 | mitigates | T1003.005 | attack | id | {"description":"Consider adding users to the \"Protected Users\" Active Directory security group. This can help limit the caching of users' plaintext credentials.(Citation: Microsoft Protected Users Security Group)"} |
M1015 | mitigates | T1003.006 | attack | id | {"description":"Manage the access control list for \"Replicating Directory Changes\" and other permissions associated with domain controller replication.(Citation: ADSecurity Mimikatz DCSync)(Citation: Microsoft Replication ACL)"} |
M1015 | mitigates | T1550 | attack | id | {"description":"Configure Active Directory to prevent use of certain techniques; use SID Filtering, etc."} |
M1015 | mitigates | T1550.003 | attack | id | {"description":"To contain the impact of a previously generated golden ticket, reset the built-in KRBTGT account password twice, which will invalidate any existing golden tickets that have been created with the KRBTGT hash and other Kerberos tickets derived from it.(Citation: ADSecurity Kerberos and KRBTGT) For each do... |
M1015 | mitigates | T1552.006 | attack | id | {"description":"Remove vulnerable Group Policy Preferences.(Citation: Microsoft MS14-025)"} |
M1015 | mitigates | T1078 | attack | id | {"description":"Disable legacy authentication, which does not support MFA, and require the use of modern authentication protocols instead."} |
M1015 | mitigates | T1558.001 | attack | id | {"description":"For containing the impact of a previously generated golden ticket, reset the built-in KRBTGT account password twice, which will invalidate any existing golden tickets that have been created with the KRBTGT hash and other Kerberos tickets derived from it. For each domain, change the KRBTGT account passwo... |
M1015 | mitigates | T1003 | attack | id | {"description":"\nManage the access control list for \u201cReplicating Directory Changes All\u201d and other permissions associated with domain controller replication. (Citation: AdSecurity DCSync Sept 2015) (Citation: Microsoft Replication ACL) Consider adding users to the \"Protected Users\" Active Directory security... |
M1015 | modified | 2024-12-10 15:57:59.336000+00:00 | attack | date | |
M1015 | name | Active Directory Configuration | attack | string | |
M1015 | rdf:type | Mitigation | attack | enum | {"version":"1.2"} |
M1015 | url | https://attack.mitre.org/mitigations/M1015 | attack | url | |
M1016 | created | 2019-06-06 16:47:30.700000+00:00 | attack | date | |
M1016 | description | 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 ... | attack | string | |
M1016 | domain | enterprise-attack | attack | string | |
M1016 | mitigates | T1210 | attack | id | {"description":"Regularly scan the internal network for available services to identify new and potentially vulnerable services."} |
M1016 | mitigates | T1190 | attack | id | {"description":"Regularly scan externally facing systems for vulnerabilities and establish procedures to rapidly patch systems when critical vulnerabilities are discovered through scanning and through public disclosure.(Citation: OWASP Top 10)"} |
M1016 | mitigates | T1195.001 | attack | id | {"description":"Continuous monitoring of vulnerability sources and the use of automatic and manual code review tools should also be implemented as well.(Citation: OWASP Top 10)"} |
M1016 | mitigates | T1195 | attack | id | {"description":"Continuous monitoring of vulnerability sources and the use of automatic and manual code review tools should also be implemented as well.(Citation: OWASP Top 10)"} |
M1016 | mitigates | T1195.002 | attack | id | {"description":"Continuous monitoring of vulnerability sources and the use of automatic and manual code review tools should also be implemented as well.(Citation: OWASP Top 10)"} |
M1016 | modified | 2024-12-24 14:41:01.585000+00:00 | attack | date | |
M1016 | name | Vulnerability Scanning | attack | string | |
M1016 | rdf:type | Mitigation | attack | enum | {"version":"1.2"} |
M1016 | url | https://attack.mitre.org/mitigations/M1016 | attack | url | |
M1017 | created | 2019-06-06 16:50:04.963000+00:00 | attack | date | |
M1017 | description | 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 componen... | attack | string | |
M1017 | domain | enterprise-attack | attack | string | |
M1017 | mitigates | T1566.003 | attack | id | {"description":"Users can be trained to identify social engineering techniques and spearphishing messages with malicious links."} |
M1017 | mitigates | T1566.004 | attack | id | {"description":"Users can be trained to identify and report social engineering techniques and spearphishing attempts, while also being suspicious of and verifying the identify of callers.(Citation: CISA Phishing)"} |
M1017 | mitigates | T1204 | attack | id | {"description":"Use user training as a way to bring awareness to common phishing and spearphishing techniques and how to raise suspicion for potentially malicious events."} |
M1017 | mitigates | T1213.003 | attack | id | {"description":"Develop and publish policies that define acceptable information to be stored in code repositories."} |
M1017 | mitigates | T1552 | attack | id | {"description":"Ensure that developers and system administrators are aware of the risk associated with having plaintext passwords in software configuration files that may be left on endpoint systems or servers."} |
M1017 | mitigates | T1213.006 | attack | id | {"description":"Develop and publish policies that define acceptable information to be stored in databases and acceptable handling of customer data. Only store information required for business operations. "} |
M1017 | mitigates | T1036 | attack | id | {"description":"Train users not to open email attachments or click unknown links (URLs). Such training fosters more secure habits within your organization and will limit many of the risks. "} |
M1017 | mitigates | T1213 | attack | id | {"description":"Develop and publish policies that define acceptable information to be stored in repositories."} |
M1017 | mitigates | T1598 | attack | id | {"description":"Users can be trained to identify social engineering techniques and spearphishing attempts."} |
M1017 | mitigates | T1213.001 | attack | id | {"description":"Develop and publish policies that define acceptable information to be stored in Confluence repositories."} |
M1017 | mitigates | T1078.002 | attack | id | {"description":"Applications may send push notifications to verify a login as a form of multi-factor authentication (MFA). Train users to only accept valid push notifications and to report suspicious push notifications."} |
M1017 | mitigates | T1557.002 | attack | id | {"description":"Train users to be suspicious about certificate errors. Adversaries may use their own certificates in an attempt to intercept HTTPS traffic. Certificate errors may arise when the application\u2019s certificate does not match the one expected by the host."} |
M1017 | mitigates | T1598.003 | attack | id | {"description":"Users can be trained to identify social engineering techniques and spearphishing attempts. Additionally, users may perform visual checks of the domains they visit; however, homographs in ASCII and in IDN domains and URL schema obfuscation may render manual checks difficult. Phishing training and other c... |
M1017 | mitigates | T1213.005 | attack | id | {"description":"Develop and publish policies that define acceptable information to be posted in chat applications. "} |
M1017 | mitigates | T1598.004 | attack | id | {"description":"Users can be trained to identify and report social engineering techniques and spearphishing attempts, while also being suspicious of and verifying the identify of callers.(Citation: CISA Phishing)"} |
M1017 | mitigates | T1213.004 | attack | id | {"description":"Develop and publish policies that define acceptable information to be stored in CRM databases and acceptable handling of customer data. Only store customer information required for business operations. "} |
M1017 | mitigates | T1684.001 | attack | id | {"description":"Train users to be aware of impersonation tricks and how to counter them, for example confirming incoming requests through an independent platform like a phone call or in-person, to reduce risk."} |
M1017 | mitigates | T1598.001 | attack | id | {"description":"Users can be trained to identify social engineering techniques and spearphishing attempts."} |
M1017 | mitigates | T1557 | attack | id | {"description":"Train users to be suspicious about certificate errors. Adversaries may use their own certificates in an attempt to intercept HTTPS traffic. Certificate errors may arise when the application\u2019s certificate does not match the one expected by the host."} |
M1017 | mitigates | T1003.005 | attack | id | {"description":"Limit credential overlap across accounts and systems by training users and administrators not to use the same password for multiple accounts."} |
M1017 | mitigates | T1003 | attack | id | {"description":"Limit credential overlap across accounts and systems by training users and administrators not to use the same password for multiple accounts."} |
M1017 | mitigates | T1003.003 | attack | id | {"description":"Limit credential overlap across accounts and systems by training users and administrators not to use the same password for multiple accounts."} |
M1017 | mitigates | T1185 | attack | id | {"description":"Close all browser sessions regularly and when they are no longer needed."} |
M1017 | mitigates | T1072 | attack | id | {"description":"Have a strict approval policy for use of deployment systems."} |
M1017 | mitigates | T1204.003 | attack | id | {"description":"Train users to be aware of the existence of malicious images and how to avoid deploying instances and containers from them."} |
M1017 | mitigates | T1657 | attack | id | {"description":"Train and encourage users to identify social engineering techniques used to enable financial theft. Also consider training users on procedures to prevent and respond to swatting and doxing, acts increasingly deployed by financially motivated groups to further coerce victims into satisfying ransom/extort... |
M1017 | mitigates | T1555.005 | attack | id | {"description":"Provide user training on secure practices for managing credentials, including avoiding storing sensitive passwords in browsers and using password managers securely. Users should also be educated on identifying phishing attempts that could steal session cookies or credentials."} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.