-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Chain
CommonHuman-Lab edited this page May 17, 2026
·
1 revision
# scenarios/chains/my_chain.yaml
name: my_chain
description: Custom attack sequence
on_fail: stop # stop | continue (default: continue)
scenarios:
- suspicious_curl
- reverse_shell
- fake_ransomwareThen run it:
gloamfire simulate chain my_chain
gloamfire simulate chain ./scenarios/chains/my_chain.yaml --export ./output