cti
cti copied to clipboard
enterprise-attack.json contains formatting issues (unescaped quotes) and illegal Unicode chars
I was trying to use the latest copy of https://github.com/vmapps/attack2neo project to load MITRE Enterprise ATT&CK into a Neo4j database, and received numerous errors.
- There are embedded Unicode characters (Japanese or Korean) in a few of the descriptions.
- There are Microsoft "smart quotes" both single and double in a few of the descriptions.
- Numerous "description" entries (values) contain either multiple, un-escaped single and double quotes, which causes parsers to fail on those lines.
I can make a diff file if that would be helpful.
I have not double checked the Mobile or ICS versions yet.