Semi-Automated Cyber Threat Intelligence (ACT) is a research project led by mnemonic as with contributions from the University of Oslo, NTNU, Norwegian Security Authority (NSM), KraftCERT and Nordic Financial CERT.
The main objective of the ACT project is to develop a platform for cyber threat intelligence to uncover cyber attacks, cyber espionage and sabotage. The project will result in new methods for data enrichment and data analysis to enable identification of threat agents, their motives, resources and attack methodologies. In addition, the project will develop new methods, work processes and mechanisms for creating and distributing threat intelligence and countermeasures to stop ongoing and prevent future attacks.
In this repository the code of the ACT platform is published under an Open Source license.
The ACT platform exposes a set of REST APIs. See this guideline on how to work with the API.
mvn clean install -DskipTests
from the repository's root folder to compile the code.docker pull cassandra
.docker pull docker.elastic.co/elasticsearch/elasticsearch:7.16.2
.docker pull webcenter/activemq
.mvn clean install
for running all tests including integration tests.mvn clean install -DskipSlowTests
for skipping the integration tests.See Issues.
See the CONTRIBUTING.md file.
The ACT platform is released under the ISC License. See the bundled LICENSE file for details.