This repository was archived by the owner on Mar 20, 2025. It is now read-only.
Description Hi, are there any plans to include the mappings between CIS Controls and MITRE ATT&CK techniques?
Something similar to what has been provided here https://github.com/CISecurity/CISControls_OSCAL/blob/main/src/mappings/SP_800_53MOD_CISControlsv8_Mapping.xml for NIST SP 800-53 Rev 5 Moderate
E.g.
<?xml version =" 1.0" encoding =" UTF-8" ?>
<mapping-collection xmlns =" http://csrc.nist.gov/ns/oscal/1.0"
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
xsi : schemaLocation =" http://csrc.nist.gov/ns/oscal/1.0 ../../../xml/schema/oscal_complete_schema.xsd"
uuid=" 1c02b862-65b8-4019-b6f6-2cc32dba7c9c" >
<metadata >
<title >Example of mapping between CIS Controls v8 and MITRE ATTCK v12 Techniques</title >
<last-modified >2022-08-31T00:00:00.0000001-04:00</last-modified >
<version >0.0.1</version >
<oscal-version >1.1.0-alpha</oscal-version >
</metadata >
<mapping uuid =" 0327d26a-83bd-443a-9aa4-45198efccdc5" >
<source-resource type =" catalog" href =" #7f0c0991-54d6-489a-a8d1-30e61b3de4fe" />
<target-resource type =" catalog" href =" #5c01a62a-0912-45dd-9916-ff66656dc602" />
<map uuid =" 7056a072-6c88-4e0f-b28d-2c64a1417605" >
<relationship >subset-of</relationship >
<source type =" control" id-ref =" #cis-1.1" />
<target type =" attack-pattern" id-ref =" #T1200" >
</target >
</map >
<map uuid =" ce1c015d-78f2-4ce3-b392-0cad485189bb" >
<relationship >subset-of</relationship >
<source type =" control" id-ref =" #cis-1.2" />
<target type =" attack-pattern" id-ref =" #T1200" >
</target >
</map >
<mapping >
</mapping-collection > Reactions are currently unavailable
Hi, are there any plans to include the mappings between CIS Controls and MITRE ATT&CK techniques?
Something similar to what has been provided here https://github.com/CISecurity/CISControls_OSCAL/blob/main/src/mappings/SP_800_53MOD_CISControlsv8_Mapping.xml for NIST SP 800-53 Rev 5 Moderate
E.g.