A project for Project 1 course of SoICT - HUST
Name | Student ID | |
---|---|---|
Chu Minh Ha | 20210293 | ha.cm210293@sis.hust.edu.vn |
Phan Dinh Nhat | 20210654 | nhat.pd210654@sis.hust.edu.vn |
- Allows to collect data about techniques, test cases,... and extract the results as excel files.
- Statistics of coverage according to MITER ATT&CK.
Clone this repo and open folder atomic-redteam-mitre-coverage in your ide and run the main of hust.cybersec.App. Or you can just download the zip version of atomic-redteam-mitre-coverage folder from Releases section.
When running Sonar analysis, please make sure to exclude the folder atomic-redteam-mitre-coverage/data/
from the analysis.
This folder contains output files generated by the program, which may include data related to techniques or test cases. However, Sonar might consider some of this data as vulnerabilities, leading to false positives in the analysis results.
By excluding this folder from the analysis, you can avoid these false positives and ensure more accurate results.