forked from SDN-Security/TENNISON
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SDN-Security#1 from broadbent/master
Updating README.md
- Loading branch information
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,40 +3,43 @@ | |
<p align="center"> | ||
<img src="https://github.com/SDN-Security/TENNISON/blob/master/imgs/tennison_logo.png?raw=true" alt="TENNISON logo" /> | ||
</p> | ||
TENNISON is a network security framework that harnesses Software Defined Networks. This has been published in JSAC. | ||
|
||
TENNISON is a network security framework that harnesses the power of Software Defined Networks. For more details of this work, please see our recently published article in the IEEE Journal on Selected Areas in Communications: | ||
|
||
``` | ||
Fawcett, Lyndon, et al. | ||
Lyndon Fawcett, Sandra Scott-Hayward, Matthew Broadbent, Andrew Wright and Nicholas Race | ||
"TENNISON: A Distributed SDN Framework for Scalable Network Security." | ||
IEEE Journal on Selected Areas in Communications (2018). | ||
``` | ||
The article is available here: http://eprints.lancs.ac.uk/127188/1/tennison_CA.pdf | ||
|
||
Article is available here: http://eprints.lancs.ac.uk/127188/1/tennison_CA.pdf | ||
|
||
|
||
TENNISON's KSPs: | ||
TENNISON offers the following: | ||
* Extensibility | ||
* Holistic view | ||
* Rapid reaction | ||
* Transparency and interoperability | ||
* Kill chain detection support | ||
* Legacy network support | ||
|
||
TENNISON requires multiple components to function correctly. Below shows an | ||
overview of the system architecture. | ||
|
||
TENNISON requires multiple components to function correctly. Below shows an overview of the system architecture: | ||
|
||
<p align="center"> | ||
<img src="https://github.com/SDN-Security/TENNISON/blob/master/imgs/tennison_overview.png?raw=true" alt="TENNISON Overview" /> | ||
</p> | ||
|
||
|
||
|
||
Please contact Lyndon at [email protected] about any questions on TENNISON. | ||
To get in contact with the project, please contact Lyndon at: [email protected]. | ||
|
||
# License | ||
TENNISON is licensed under the Apache 2 license and is covered by [Crown Copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/). | ||
|
||
# Contributors | ||
* [Lyndon Fawcett](https://github.com/lyndon160) | ||
* [Jamie Bird](https://github.com/biirdy) | ||
* Sandra Scott-Hayward | ||
* Andrew Wright | ||
* [Matthew Broadbent](https://github.com/broadbent) | ||
* [Richard Withnell](https://github.com/RichardWithnell) | ||
* [Nicholas Race](https://github.com/nickrace) | ||
|
||
# Getting started | ||
**Details on getting started with TENNISON are available in docs/developer_guide.pdf** | ||
|