Research Article

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

Algorithm 1

Pseudocode for state transition probability normalization algorithm.
INPUT:
OUTPUT: The matrix P of AMC
BEGIN
Initialize , ,
FOR to n
  FOR to n
   Select
    If
    
    
    Add to
    else
  FOR to k
    
    
Return P
END