Skip to content

Dashboard for conducting Backdoors and Breaches sessions over Zoom - forked with a beta set of 'Humanitarian cybersecurity' cards

License

Notifications You must be signed in to change notification settings

jamesnjan/play.backdoorsandbreaches.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackDoors & Breaches

B&B-Shuffle

Modified dashboard for conducting Backdoors & Breaches sessions over Zoom.

Backdoors & Breaches is the property of Black Hills InfoSec. It is a great tool for conducting incident response walkthroughs and training seminars.

How it's different

Specifically, this repo contains an amended dashboard with a "Humanitarian" expansion deck. This adds in various cards reflecting scenarios and complexities drawn from experience working with NGOs of various sorts - such as complex operating environments, data export challenges, Donor relationships, and risks of harm to users and constituents which require management in ways that are slightly different from other sectors.

It's a work in progress - please feel free to suggest additional cards or provide constructive feedback. You'll find the cards themselves (along with a handy pptx file - a simple commoditised way to share artwork and an easy way to leaf through the cards) in /play.backdoorsandbreaches.com-Engine-V1/App/decks/humbb.

To use this deck today, you'll either need to print the cards yourself - or host this version of play. in your own webserver. I find the easiest way to do this is to check the whole repository out and startup a local webserver inside the folder you'll end up with. I do this in python like so:

python -m http.server

Then browse to localhost:8000 - job done! If you don't have python installed you will need another solution.

About This Script

This is a simple HTML page, best viewed at 1920x1080.

Consists of HTML, CSS, and JS to control basic behaviors.

ChangeLog

Change Log

Features:

  • Dice Roll
  • Card Shuffle
  • Injects
  • Floating Counters

How it Works

When you reload the page, you will get:

  • 4x Scenario Cards (Top)
  • 4x Randomly Assigned Established Procedures (2nd Row)
  • 6x Randomly Assigned Remaining Procedures

There will be a dice box at the bottom, an Inject card dealer, and 3x stacked tokens for marking. As the DM, you will get the solution to the Scenario (popup at bottom right).

Dashboard

NOTES:

  • Once you click the scenario card to reveal, you cannot flip it back.
  • To facilitate narration and pre-staging the game, the DM can choose to reveal the solution:

Dashboard

  • There are 2 buttons for rolling Established Procedures and Other Procedures (respectively)
    • The totals and success/failure of the Dice Roll is calculated in the Game Progress box

Dashboard

  • Click DRAW INJECT to draw an inject card, CLEAR is self-explanatory

Dashboard Dashboard

  • All cards activate the lightbox.

Dashboard

  • Chips can be dragged onto procedure cards to denote they are deactivated for x # of turns

Dashboard

CardList

Scripts/Snippets/Tutorials Referenced

Black Hills InfoSec

About

Dashboard for conducting Backdoors and Breaches sessions over Zoom - forked with a beta set of 'Humanitarian cybersecurity' cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.9%
  • HTML 31.7%
  • CSS 14.4%