mitre / cti

Cyber Threat Intelligence Repository expressed in STIX 2.0
Other
1.71k stars 410 forks source link

The CAPEC dataset is not updated with the one available on capec.mitre.org #218

Open qchappat opened 1 year ago

qchappat commented 1 year ago

Dear MITRE Team,

I am currently working on a Data Science problem involving the CAPEC dataset.

I am working in Python and I am using this great repository where the CAPEC dataset is available in stix format.

I realized some inconsistencies between the stix2 dataset and the website capec.mitre.org.

For example, for CAPEC-98: Phishing, the stix2 dataset provided the CanPrecede relationships to 'CAPEC-543', 'CAPEC-611', 'CAPEC-630', 'CAPEC-631', 'CAPEC-632', and 'CAPEC-89' while on the page associated to CAPEC-98 online https://capec.mitre.org/data/definitions/98.html, the relationships are: 'CAPEC-543', 'CAPEC-611', 'CAPEC-630', 'CAPEC-631', 'CAPEC-632', 'CAPEC-89' (so the same ones from before) plus: 'CAPEC-186' and 'CAPEC-701'.

Unless there is another way to download the CAPEC dataset as a stix2 file, I would really appreciate if you can update it from your database.

Thank you so much in advance for your help and let me know if you have any quesiton!

Best regards, Quentin