/Capec2Neo4j

Neo4j graph for CAPEC data

Primary LanguagePythonMIT LicenseMIT

Capec2Neo4j

Neo4j graph for CAPEC data.

  • Converts CAPEC XML data into cypher scripts
  • Partial implementation of CAPEC v2.10 data (about 60%)
  • Based on Xml2Cypher

Usage

To generate the scripts yourself:

  • Download and follow instructions at Xml2Cypher,
  • Download Capec2Neo4j,
  • Run python Capec2Neo4j.py

Alternatively:

  • Download pre-generated scripts from the output directory,
  • Import in Neo4j using neo4j-shell -file <file>