Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 831 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 831 Bytes

Code and data for the contribution for the workshop ICML-ML4Cyber 2022, Using Machine Learning to Infer Plausible and Undetected Cyber Threat, Vulnerability and Mitigation Relationships by Erik Hemberg (CSAIL); Ashwin Srinivasan (CSAIL); Nick Rutar (Peraton Labs); Una-May O'Reilly (MIT)

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{hemberg2022using,
  title={Using Machine Learning to Infer Plausible and Undetected Cyber Threat, Vulnerability and Mitigation Relationship},
  author={Hemberg, Erik and Srinivasan, Ashwin and Rutar, Nick and O'Reilly, Una-May},
  year={2022}
}