IceKube icon indicating copy to clipboard operation
IceKube copied to clipboard

Multi-node attack paths

Open Skybound1 opened this issue 1 year ago • 0 comments

Need to figure out how to support making attack paths that could have more than one source node as part of the attack. Mainly used when you can compromise two nodes, and work them together to pivot elsewhere.

For example, RBAC_ESCALATE_TO is currently based on updating the role that grants the role edit/escalate permissions effectively. However, realistically you could also update another role which you have access to from another node within the chain. At which point the two sources are (1) the role binding that grants edit/escalate on a random role, and (2) a role binding for that random role

Skybound1 avatar Nov 29 '23 18:11 Skybound1