SLIDE 6 Bayesian Attack Graphs
❖ Nodes, , represent attributes
N
: critical (root) nodes : leaf nodes
❖ Bayesian attack graph: G = {N, θ, E, P}
1
2
3
4 5
6 7 8
9 10 11
12 13 14
15 16 17 18 19 20 α12 α13
α14
NL = {1, 5, 7, 8, 11, 12, 16, 17, 20} NC = {9, 14} ⊆ NR = {2, 9, 14, 18}
Attributes: Types: Exploits: Probabilities:
❖ Types,
: AND attributes
θ
❖ Edges, , represent exploits
: exploits
❖ Probabilities,
: exploit probabilities : OR attributes
E P
NL ⊆ N NC ⊆ NR ⊆ N E = (i, j)i,j∈N P = (αij)(i,j)∈E N∧ ⊆ N \ NL N∨ ⊆ N \ NL
N∧ = {2, 3, 6, 9, 10, 13, 18, 19} N∨ = {4, 14, 15} E = {(1, 2), (1, 3), . . . , (20, 19)} P = {α1,2, α1,3, . . . , α20,19}
6