Research Article

New Insights into Approaches to Evaluating Intention and Path for Network Multistep Attacks

Algorithm 2

Pseudocode for EAIP evaluation algorithm.
INPUT:
OUTPUT: Matrix B, ProbRank
BEGIN
Use Algorithm 1 to construct the matrix P.
Construct matrix Q, matrix R from matrix P according to Definition 11
Calculate matrix
FOR to
Rank in descending order and record as ProbRank
Return B and ProbRank
END