https://github.com/pythoncoderunicorn/shield-patch-spy
a repo for cyber security game based off "Rock, Paper, Scissors"
https://github.com/pythoncoderunicorn/shield-patch-spy
Last synced: 10 months ago
JSON representation
a repo for cyber security game based off "Rock, Paper, Scissors"
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/shield-patch-spy
- Owner: PythonCoderUnicorn
- Created: 2024-04-11T23:47:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T23:52:30.000Z (over 1 year ago)
- Last Synced: 2025-01-17T20:23:55.476Z (11 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shield-patch-spy
a repo for cyber security game based off "Rock, Paper, Scissors"
---
Players: Two cybersecurity professionals (you and your opponent)
Objective: Each round, choose one of the three options to defend your system from a simulated cyberattack. The winner is the one who chooses the strategy that best counters the opponent's choice.
---
The Options:
Shield: This represents a strong defense perimeter. It's effective against brute-force attacks (like many login attempts with different passwords) but weak against targeted attacks that exploit specific vulnerabilities.
Patch: This represents applying security updates and fixing known vulnerabilities. It's effective against known exploits but can be slow to implement and might not address zero-day attacks (new, unknown vulnerabilities).
Spy: This represents proactive threat detection and monitoring. It can identify suspicious activities and potential attacks before they cause damage, but might miss well-crafted attacks designed to evade detection.
### example
Example Round:
You choose: Spy
Opponent chooses: Patch
Outcome: You win! Your proactive monitoring system detects the attacker trying to exploit a recently patched vulnerability, allowing you to take action before any damage is done.
### work in progress
- [ ] fully flesh out game rules
- [ ] make a python demo
- [ ] use some example from MITRE ATTACK framework