|
Algorithm 3 Mechanism of Attack Detection. |
|
Require: h: host; s: siwtch; : time interval
-
1:
Collect data d related to h and s within
-
2:
Caculate from d
-
3:
if Anormaly type is AIM, then
-
4:
Caculate from d
-
5:
feature = ()
-
6:
else
-
7:
Caculate from d
-
8:
feature = ()
-
9:
result = Classfier(feature)
-
10:
if result = ATTACK, then
-
11:
Report to mitigator module
-
12:
Feedback result on minotor module
|