Skip to content

A python script that takes in the Mitre TAXII feed and parses through each STIX object type (ATT&CK Concept) and outputs the data for each on a separate Excel tab.

License

Notifications You must be signed in to change notification settings

MarkVosika/Full_Attack_TAXII_2_Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Full_Attack_TAXII_2_Excel

A python script that takes in the Mitre TAXII feed and parses through each STIX object type (ATT&CK Concept) and outputs the data for each on a separate Excel tab.

The script uses a list of lists that is generated based on the number of categories present, then referenced by index when called. For each data type (list, str, unicode) in the feed, there is a parser to normalize it for writing to Excel.

Many thanks to the python community for all the online tutorials, whose code has been borrowed/modified to make this possible.

alt text

About

A python script that takes in the Mitre TAXII feed and parses through each STIX object type (ATT&CK Concept) and outputs the data for each on a separate Excel tab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages