A simple ReST server to lookup threat actors (by name, synonym or UUID) and returning the corresponding
MISP galaxy information about the known threat actors.
Requirements
- Python 3.6
- Tornado
git clone https://github.com/MISP/threat-actor-intelligence-server
cd threat-actor-intelligence-server
git submodule init
git submodule update
pip install -r REQUIREMENTS