Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 920 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 920 Bytes

Code and data for the contribution for the workshop KDD AI4Cyber/MLHat 2022, Sourcing Language Models and Text Information for Inferring Cyber Threat, Vulnerability and Mitigation Relationships by Erik Hemberg (CSAIL); Ashwin Srinivasan (CSAIL); Nick Rutar (Peraton Labs); Una-May O'Reilly (MIT)

Data was retrieved from BRON

Requirements

Python >= 3.6

Installation

pip install -r requirements.txt

Quickstart

Run all notebooks:

bash ./run_all_notebooks.sh --all

Run the notebooks that produced errors:

bash ./run_all_notebooks.sh --errors

Reference

@article{hemberg2022sourcing,
  title={Sourcing Language Models and Text Information for Inferring Cyber Threat, Vulnerability and Mitigation Relationships},
  author={Hemberg, Erik and Srinivasan, Ashwin and Rutar, Nick and O'Reilly, Una-May},
  year={2022}
}