Skip to content

rvmelo/Security-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Security Model

To test the proposed security model we need to use 4 datasets:

"normal.txt" -> to generate valid detectors
"train.txt" -> training phase
"test.txt" -> test phase
"alert_data.txt" -> source and destination from each traffic pattern on test dataset

The commands to run the proposed system:

./MAIS-IDS_Client.out number-of-detectors number-of-instances

./MAIS-IDS_Server.out number-of-detectors number-of-instances

Example:

If we need two client instances and one Orchestra instance with 15 detectors on each client instance:

	1- First we set the following commands on each Linux terminal:	

	./MAIS-IDS_Server.out 15 2 -> Orchestra
	./MAIS-IDS_Client.out 15 2 -> Client
	./MAIS-IDS_Client.out 15 2 -> Client

About

An Immune Security Model based on Alert Correlation and Software Defined Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors