The backend and application logic of ARTEMIS (monitoring, detection, mitigation, etc.)
50K+
Table of Contents
ARTEMIS is a defense approach against BGP prefix hijacking attacks. It is (a) based on accurate and fast detection operated by the AS itself, by leveraging the pervasiveness of publicly available BGP monitoring services and it (b) enables flexible and fast mitigation of hijacking events. Compared to existing approaches/tools, ARTEMIS combines characteristics desirable to network operators such as comprehensiveness, accuracy, speed, privacy, and flexibility. With the ARTEMIS approach, prefix hijacking can be neutralized within a minute!
NOTE: Depending on the preferences of the user, ARTEMIS can be used in 3 basic modes depending on the combination of enabled micro-services in the user interface:
Any of this combinations is valid. To start with, we recommend using mode (2).
You can read more about the ARTEMIS methodology and research experiments on the ARTEMIS webpage.
This repository contains the software of ARTEMIS as a tool. ARTEMIS can be run on a server/VM as a modular and extensible multi-container application. It has been tested at a major greek ISP, a dual-homed edge academic network, and a major US R&E backbone network.
For a detailed list of supported features please check the CHANGELOG file (section: "Added"). The following main features are supported:

ARTEMIS is built as a multi-container Docker application. The following instructions will get you a containerized copy of the ARTEMIS tool up and running on your local machine. For instructions on how to set up ARTEMIS in a Kubernetes environment, please contact the ARTEMIS team.
Moreover, one may optionally configure firewall rules related to the server/VM. We recommend using ufw for this task. Please check the comments in the respective script we provide and set the corresponding <> fields in the file before running:
sudo ./other/ufw_setup.sh
NOTE: For security reasons, we highly recommend protecting your machine with such rules.
Make sure that your Ubuntu package sources are up-to-date:
sudo apt-get update
If not already installed, follow the instructions here to install the latest version of the docker tool for managing containers, and here to install the docker-compose tool for supporting multi-container Docker applications.
In production, we have used the following versions successfully:
$ docker -v
Docker version 18.09.0, build 4d60db4
$ docker-compose -v
docker-compose version 1.20.0, build ca8d3c6
If you would like to run docker without using sudo, please create a docker group, if not existing:
sudo groupadd docker
and then add the user to the docker group:
sudo usermod -aG docker $USER
For more instructions and potential debugging on this please consult this webpage.
Install ntp for time synchronization:
sudo apt-get install ntp
Install git for downloading ARTEMIS:
sudo apt-get install git
and then download ARTEMIS from github (if not already downloaded).
The docker-compose utility is configured to pull the latest stable released images that are built remotely on docker cloud. No further installation/building actions are required on your side at this point.
Please check our wiki.
The basic actions that you will need to do, stated here for brevity, are the following:
Edit environment variables in .env file (especially the security-related variables)
Configure certificates and NGINX reverse proxy for https termination
frontend/webapp/configs/certs
frontend/webapp/configs/nginx.conf
Start ARTEMIS
docker-compose up -d
Visit UI and configure ARTEMIS
https://<ARTEMIS_HOST>
Activate backups (recommended)
docker-compose exec postgres bash
crond
exit
Stop ARTEMIS (optional)
docker-compose stop
Note: We highly recommend going through the detailed wiki instructions before using ARTEMIS for the first time.
A running demo of ARTEMIS based on the configuration of our home institute (FORTH) can be found here. You can access the demo as a guest (non-admin) user by using the following credentials:
Please do not request new accounts on the demo portal. Use the given credentials to browse ARTEMIS as a guest user.
Please check this file.
We follow a custom Agile approach for our development.
If you need to contact us about a bug, an issue or a question you have; you can reach us over at our Discord Community Server. Otherwise, you can contact the ARTEMIS developers via e-mail as follows:
Please check this file.
Please check this file.
The ARTEMIS software is open-sourced under the BSD-3 license. Please check the license file.
Note that all external dependencies are used in a way compatible with BSD-3 (that is, we conform to the compatibility rules of each and every dependency); the associated software packages and their respective licenses are documented in detail in this file, where we provide links to their homepages and licenses.
This work is supported by the following funding sources on the European side (FORTH):
The following funding sources supported the collaboration with CAIDA UCSD, on the US side:
DISCLAIMER: We do not own these logo images. All links to the respective project pages from where the logos were downloaded are contained in this file, together with their respective licenses. The sole purpose of this section is to thank the open-source software projects that enabled ARTEMIS with their functionality and APIs, by making them as visible as possible. The list of project logos is not exhaustive. Image copyright is retained by the respective project's copyright owners.
Content type
Image
Digest
Size
154.1 MB
Last updated
almost 6 years ago
docker pull inspiregroup/artemis-backend