ATSyRA Studio

ATSyRA provides tooling to define both the domain model and the attack tree used to analyze potential security threats on this model.

Modular and extensible architecture

We developed ATSyRA as an Eclipse plugins. We rely on model transformation technique, within the EMF framework, which allows to easily add new feature at any point of the ATSyRA process

  • Easy to support new input domains.
  • Easy to add new model-checking tools for reachability analysis.
  • Easy to add new post treatment of synthesised attack scenarios or attack trees.

TODO write Read more. Read More ›

Multi domain

Thanks to DSL technologies, the approach can be applied to several domain with little effort. The current environment is provided with the following domain as examples:

  • Building: physical security
  • Netspec: network security

The Building domain supports zones, different types of accesses (door with keys, door with badges, windows), alarms, pickable items.

The Netspec domain supports hosts connected by links, password protected files, sessions requiring a login, protections such as firewalls, antivirus or IDS, and attacker's skills separated in four categories (hacking, decrypting, virus utilisation and login enforcing), and measured by a level (from 0 to 3).

TODO Illustrate and write Read more. Read More ›

Textual and graphical syntaxes

Thanks to DSL technologies, the user can use either textual or graphical editor depending on his preferences.

The textual editor comes with syntax checking, autocompletion, refactoring function such as easily renaming variables.

The graphical editor allows for easier visualization, and correction of the model. Some edition functionalities are not yet implemented rely mostly on the textual syntax for experimentation.

The two editors, textual and graphical, are connected so that a modification in one editor updates the other.

TODO write Read more. Read More ›

Verification

The user is free to use his own process to draw the trees. In that case, ATSyRA provides verifications tools in order to gain confidence in the modeled trees.

We provide a DSL for goals and attack trees, and a graphical editor for attack trees.

A goal is a pair of the form (pre,post), where pre is an initial condition, and post an final condition, and (pre,post) correspond to the goal of reaching as state of "post" from a state of "pre".

An attack tree is either a leaf node of a node than combine smaller attack trees with an operator OR, AND or SAND. Additionaly, each node of an attack tree is labeled by a goal.

Given a goal, ATSyRA can query its reachability in a system, and produce witnesses.

Given an attack tree ATSyRA can query its correctness properties, i.e. answering how the goal label of a non-leaf node compare to the combinaison of the goal label of its children by the operator of the node.

The system with respect to which the verification are performed is given by the naming convention that its file name (before its extension) is the same as the name of the .atg file.

TODO Illustrate and write Read more. Read More ›

Synthesis

For some of the repetitives tasks, ATSyRA can synthetize trees. It can also suggest some optimisation or factorisation.

Before synthesizong trees, ATSyRA can synthesize attack scenarios, which are sequences of actions.

The tree synthesis part of ATSyRA is not available yet.

Based on state-of-the-art model checkers

As the verification and synthesis task are time consuming, ATSyRA is based on state of the art model checker tool.

We use the ITStool model-checker for reachability analysis and verification of the correctness properties. We use the model-checker as a blackbox, by translating our input model into Guarded Action Language (GAL), and running the analysis on the generated GAL model. Symbolic model checking allows a compact encoding of the statespace, which helps tackling the statespace explosion problem. ITStool has been shown in Model-Checking competition to be able to handle big statespaces, with up to 10^12 states

TODO Illustrate and write Read more. Read More ›

Download

ATSyRA Studio (recommended)

Download the Eclipse-based ATSyRA Studio as a single bundle.

The SDK version contains all the tooling required to contribute to ATSyRA. The non-SDK version is for end-users.

Releases:

Nightly Builds:


Release Notes

ATSyRA in Eclipse

Add ATSyRA support to your running Eclipse installation or update installed ATSyRA Studio via update site:

  • Use the following url as update site in your eclipse: http://atsyra2.irisa.fr/studio/updates/nightly/. (additional instructions for installing software in Eclipse)

Minimum System Requirements: Java 17 is required to be installed on your system.

Notes for Mac OS users:

As ATSyRA Studio application is not signed yet, it can be considered as damaged by Mac OS

Here are three workarounds to install the product on this platform:

  1. After unzipping ATSyRA Studio and before the first launch, move it to another folder
  2. Open a terminal and lauch ./Eclipse.app/Contents/Eclipse/eclipse
  3. Remove the quarantine status
    • Open a terminal in the folder containing the .app
    • Execute: xattr -d com.apple.quarantine Eclipse.app
    • Double clic the .app

Learn more

Further Information

Participate

Bibliography