Add 2025 threat scenarios based on real-world incidents#2
Merged
joris-decombe merged 1 commit intomainfrom Dec 23, 2025
Merged
Conversation
Add three new cybersecurity tabletop exercise scenarios reflecting 2024-2025 threat trends: 1. The "Deepfake" CFO (Code: 1461, Easy) - AI-driven Business Email Compromise scenario - Based on Arup case (Hong Kong, Feb 2024) - Includes injects for scammer calls and connectivity disruption 2. The Poisoned Package (Code: 3164, Medium) - Software supply chain attack scenario - Based on XZ Utils backdoor and Polyfill.io incidents - Features typosquatting and delayed malware execution 3. Hypervisor Ransomware (Code: 5126, Hard) - Virtualization layer ransomware with double extortion - Based on ESXiArgs and Akira ransomware campaigns - Demonstrates advanced persistent threat tactics All scenarios include: - Full English and French translations - 3 turns (Pre-Incident, Response, Recovery) - 2 scenario-specific injects - Real-life incident references for facilitators - NCSC NZ Rolls & Responders format compliance Updated files: - src/locales/en.json: English translations - src/locales/fr.json: French translations - src/scenarios.js: Scenario definitions and IDs Tested with npm run lint and npm run build.
This was referenced Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds three new cybersecurity threat scenarios to the Rolls & Responders app, based on real-world incidents from 2024-2025:
The "Deepfake" CFO (Easy) - AI-driven Business Email Compromise using deepfake video calls
The Poisoned Package (Medium) - Software supply chain attack via NPM/PyPI typosquatting
Hypervisor Ransomware (Hard) - VMware ESXi/Hyper-V ransomware with double extortion
All scenarios include:
Changes
src/scenarios.jssrc/locales/en.jsonandsrc/locales/fr.jsonTest Plan