SMET : Semantic Mapping of CVE to ATT&CK and its Application to Cybersecurity
https://link.springer.com/chapter/10.1007/978-3-031-37586-6_15
SMET is tool that maps text (such as CTI reports or CVE) to ATT&CK techniques
Check SMET_use_example.py to learn how to integrate SMET in your code
ATT&CK BERT for semantically meaningful cybersecurity text embedding: https://huggingface.co/basel/ATTACK-BERT
Developed using Python 3.8.18, other versions should work too.
pip install -r requirements.txt
python -m spacy download en_core_web_lg