Pulls data from Qualys' API and is grouped by the MITRE ATT&CK matrix. Creates a csv file that allows for easy data visualization via a pivot table.
Created per Larry Lotspeich's, Threat and Vulnerability Management Manager at Entergy, request.
- Download the latest release or just download the source code!
NOTE: If running via the .exe provided be sure to place this .exe in it's own folder as the program populates and reads from it's own directories
NOTE: If running via the source code, be sure to download all packages used (for quick install of all packages download therequirements.txt
in thesrc
folder) - After program finishes a csv should populate in the directory
/logs/CSVs
The CSV naming format istactic_technique_counts_YYYY-MM-DDThh-mm-ss.csv
- Follow the steps below to create the pivot table
Open the CSV in excel -> Select all the data (header included) -> (Insert tab -> PivotTable) -> Select where you want the table -> Check mark all the PivotTable Fields
Pretty straight forward thank you :D