Add new taxonomies based on Cyber Taxi
parent
bd97b183af
commit
0bf84671b0
|
@ -0,0 +1,126 @@
|
|||
{
|
||||
"namespace": "interactive-cyber-training-audience",
|
||||
"description": "",
|
||||
"version": 1,
|
||||
"expanded": "Interactive Cyber Training - Audience",
|
||||
"predicates": [
|
||||
{
|
||||
"value": "sector",
|
||||
"expanded": "Sector"
|
||||
},
|
||||
{
|
||||
"value": "purpose",
|
||||
"expanded": "Purpose"
|
||||
},
|
||||
{
|
||||
"value": "proficiency-level",
|
||||
"expanded": "Proficiency Level"
|
||||
},
|
||||
{
|
||||
"value": "target-audience",
|
||||
"expanded": "Target Audience"
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
{
|
||||
"predicate": "sector",
|
||||
"entry": [
|
||||
{
|
||||
"value": "academic-school",
|
||||
"expanded": "Academic - School"
|
||||
},
|
||||
{
|
||||
"value": "academic-university",
|
||||
"expanded": "Academic - University"
|
||||
},
|
||||
{
|
||||
"value": "public-government",
|
||||
"expanded": "Public - Government"
|
||||
},
|
||||
{
|
||||
"value": "public-authorities",
|
||||
"expanded": "Public - Authorities"
|
||||
},
|
||||
{
|
||||
"value": "public-ngo",
|
||||
"expanded": "Public - NGO"
|
||||
},
|
||||
{
|
||||
"value": "public-military",
|
||||
"expanded": "Public - Military"
|
||||
},
|
||||
{
|
||||
"value": "private",
|
||||
"expanded": "Private"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "purpose",
|
||||
"entry": [
|
||||
{
|
||||
"value": "awareness",
|
||||
"expanded": "Awareness"
|
||||
},
|
||||
{
|
||||
"value": "skills",
|
||||
"expanded": "Skills"
|
||||
},
|
||||
{
|
||||
"value": "collaboration",
|
||||
"expanded": "Collaboration"
|
||||
},
|
||||
{
|
||||
"value": "communication",
|
||||
"expanded": "Communication"
|
||||
},
|
||||
{
|
||||
"value": "leadership",
|
||||
"expanded": "Leadership"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "proficiency-level",
|
||||
"entry": [
|
||||
{
|
||||
"value": "beginner",
|
||||
"expanded": "Beginner"
|
||||
},
|
||||
{
|
||||
"value": "professional",
|
||||
"expanded": "Professional"
|
||||
},
|
||||
{
|
||||
"value": "expert",
|
||||
"expanded": "Expert"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "target-audience",
|
||||
"entry": [
|
||||
{
|
||||
"value": "student-trainee",
|
||||
"expanded": "Student/Trainee"
|
||||
},
|
||||
{
|
||||
"value": "it-user",
|
||||
"expanded": "IT User"
|
||||
},
|
||||
{
|
||||
"value": "it-professional",
|
||||
"expanded": "IT Professional"
|
||||
},
|
||||
{
|
||||
"value": "it-specialist",
|
||||
"expanded": "IT Specialist"
|
||||
},
|
||||
{
|
||||
"value": "management",
|
||||
"expanded": "Management"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
"namespace": "interactive-cyber-training-technical-setup",
|
||||
"description": "",
|
||||
"version": 1,
|
||||
"expanded": "Interactive Cyber Training - Technical Setup",
|
||||
"predicates": [
|
||||
{
|
||||
"value": "environment-structure",
|
||||
"expanded": "Environment Structure"
|
||||
},
|
||||
{
|
||||
"value": "deployment",
|
||||
"expanded": "Deployment"
|
||||
},
|
||||
{
|
||||
"value": "orchestration",
|
||||
"expanded": "Orchestration"
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
{
|
||||
"predicate": "environment-structure",
|
||||
"entry": [
|
||||
{
|
||||
"value": "tabletop-style",
|
||||
"expanded": "Tabletop Style`"
|
||||
},
|
||||
{
|
||||
"value": "online-collaboration-platform",
|
||||
"expanded": "Online Platform - Collaboration Platform"
|
||||
},
|
||||
{
|
||||
"value": "online-e-learning-platform",
|
||||
"expanded": "Online Platform - E-Learning Platform"
|
||||
},
|
||||
{
|
||||
"value": "hosting",
|
||||
"expanded": "Hosting"
|
||||
},
|
||||
{
|
||||
"value": "simulated-network-infrastructure",
|
||||
"expanded": "Network Infrastruture - Simulated"
|
||||
},
|
||||
{
|
||||
"value": "emulated-network-infrastructure",
|
||||
"expanded": "Network Infrastruture - Emulated"
|
||||
},
|
||||
{
|
||||
"value": "real-network-infrastructure",
|
||||
"expanded": "Network Infrastruture - Real"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "deployment",
|
||||
"entry": [
|
||||
{
|
||||
"value": "physical-on-premise",
|
||||
"expanded": "On Premise - Physical"
|
||||
},
|
||||
{
|
||||
"value": "virtual-on-premise",
|
||||
"expanded": "On Premise - Virtual"
|
||||
},
|
||||
{
|
||||
"value": "cloud",
|
||||
"expanded": "Cloud"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "orchestration",
|
||||
"entry": [
|
||||
{
|
||||
"value": "none-degree-automation",
|
||||
"expanded": "None Degree Automation"
|
||||
},
|
||||
{
|
||||
"value": "partially-degree-automation",
|
||||
"expanded": "Partially Degree Automation"
|
||||
},
|
||||
{
|
||||
"value": "complete-degree-automation",
|
||||
"expanded": "Complete Degree Automation"
|
||||
},
|
||||
{
|
||||
"value": "portability-miscellaneous",
|
||||
"expanded": "Portability - Miscellaneous"
|
||||
},
|
||||
{
|
||||
"value": "portability-exchangenable-format",
|
||||
"expanded": "Portability - Exchangenable Format"
|
||||
},
|
||||
{
|
||||
"value": "maintainability-modifiability",
|
||||
"expanded": "Maintability - Modifiability"
|
||||
},
|
||||
{
|
||||
"value": "maintainability-modularity",
|
||||
"expanded": "Maintability - Modularity"
|
||||
},
|
||||
{
|
||||
"value": "compatibility",
|
||||
"expanded": "Compatibility"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"namespace": "interactive-cyber-training-training-environment",
|
||||
"description": "",
|
||||
"version": 1,
|
||||
"expanded": "Interactive Cyber Training - Training Environment",
|
||||
"predicates": [
|
||||
{
|
||||
"value": "training-type",
|
||||
"expanded": "Training Type"
|
||||
},
|
||||
{
|
||||
"value": "scenario",
|
||||
"expanded": "Scenario"
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
{
|
||||
"predicate": "training-type",
|
||||
"entry": [
|
||||
{
|
||||
"value": "tabletop-game-speech",
|
||||
"expanded": "Tabletop Game - Speech"
|
||||
},
|
||||
{
|
||||
"value": "tabletop-game-text",
|
||||
"expanded": "Tabletop Game - text"
|
||||
},
|
||||
{
|
||||
"value": "tabletop-game-multimedia",
|
||||
"expanded": "Tabletop Game - Multimedia"
|
||||
},
|
||||
{
|
||||
"value": "capture-the-flag-quiz",
|
||||
"expanded": "Capture the Flag - Quiz"
|
||||
},
|
||||
{
|
||||
"value": "capture-the-flag-jeopardy",
|
||||
"expanded": "Capture the Flag - Jeopardy"
|
||||
},
|
||||
{
|
||||
"value": "capture-the-flag-attack",
|
||||
"expanded": "Capture the Flag - Attack"
|
||||
},
|
||||
{
|
||||
"value": "capture-the-flag-defence",
|
||||
"expanded": "Capture the Flag - Defence"
|
||||
},
|
||||
{
|
||||
"value": "capture-the-flag-attack-defence",
|
||||
"expanded": "Capture the Flag - Attack-Defence"
|
||||
},
|
||||
{
|
||||
"value": "cyber-training-range-classroom-practice",
|
||||
"expanded": "Cyber Training Range - Classroom Practice"
|
||||
},
|
||||
{
|
||||
"value": "cyber-training-range-single-team-training",
|
||||
"expanded": "Cyber Training Range - Single Team Training"
|
||||
},
|
||||
{
|
||||
"value": "cyber-training-range-multiple-team-training",
|
||||
"expanded": "Cyber Training Range - Multiple Team Training"
|
||||
},
|
||||
{
|
||||
"value": "project-approach",
|
||||
"expanded": "Project Approach"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "scenario",
|
||||
"entry": [
|
||||
{
|
||||
"value": "supervised",
|
||||
"expanded": "Supervision: Supervised"
|
||||
},
|
||||
{
|
||||
"value": "unsupervised",
|
||||
"expanded": "Supervision: Unsupervised"
|
||||
},
|
||||
{
|
||||
"value": "free-multiple-choice",
|
||||
"expanded": "Style: Free-/Multiple Choice"
|
||||
},
|
||||
{
|
||||
"value": "problem-driven",
|
||||
"expanded": "Style: Problem-Driven"
|
||||
},
|
||||
{
|
||||
"value": "storyline-driven",
|
||||
"expanded": "Style: Storyline-Driven"
|
||||
},
|
||||
{
|
||||
"value": "challenges-target",
|
||||
"expended": "Challenges: Target"
|
||||
},
|
||||
{
|
||||
"value": "challenges-type",
|
||||
"expended": "Challenges: Type"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,130 @@
|
|||
{
|
||||
"namespace": "interactive-cyber-training-training-setup",
|
||||
"description": "",
|
||||
"version": 1,
|
||||
"expanded": "Interactive Cyber Training - Training Setup",
|
||||
"predicates": [
|
||||
{
|
||||
"value": "scoring",
|
||||
"expanded": "Scoring"
|
||||
},
|
||||
{
|
||||
"value": "roles",
|
||||
"expanded": "Roles"
|
||||
},
|
||||
{
|
||||
"value": "training-mode",
|
||||
"expanded": "Training Mode"
|
||||
},
|
||||
{
|
||||
"value": "customization-level",
|
||||
"expanded": "Customization Level"
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
{
|
||||
"predicate": "scoring",
|
||||
"entry": [
|
||||
{
|
||||
"value": "no-scoring",
|
||||
"expanded": "No Scoring"
|
||||
},
|
||||
{
|
||||
"value": "assessment-static",
|
||||
"expanded": "Assessment: Static"
|
||||
},
|
||||
{
|
||||
"value": "assessment-dynamic",
|
||||
"expanded": "Assessment: Dynamic"
|
||||
},
|
||||
{
|
||||
"value": "awarding-manual",
|
||||
"expanded": "Awarding: Manual"
|
||||
},
|
||||
{
|
||||
"value": "awarding-automatic",
|
||||
"expanded": "Awarding: Automatic"
|
||||
},
|
||||
{
|
||||
"value": "awarding-mixed",
|
||||
"expanded": "Awarding: Mixed"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "roles",
|
||||
"entry": [
|
||||
{
|
||||
"value": "no-specific-role",
|
||||
"expanded": "No specific Role"
|
||||
},
|
||||
{
|
||||
"value": "transparent-team-observer-watcher",
|
||||
"expanded": "Transparent Team - Observer/Watcher"
|
||||
},
|
||||
{
|
||||
"value": "white-team-trainer-instructor",
|
||||
"expanded": "White Team - Trainer/Instructor"
|
||||
},
|
||||
{
|
||||
"value": "green-team-organizer-admin",
|
||||
"expanded": "Green Team - Organizer/Admin"
|
||||
},
|
||||
{
|
||||
"value": "red-team-attacker",
|
||||
"expanded": "Red Team - Attacker"
|
||||
},
|
||||
{
|
||||
"value": "blue-team-defender",
|
||||
"expanded": "Blue Team - Defender"
|
||||
},
|
||||
{
|
||||
"value": "gray-team-bystander",
|
||||
"expanded": "Gray Team - Bystander"
|
||||
},
|
||||
{
|
||||
"value": "yellow-team-insider",
|
||||
"expanded": "Yellow Team - Insider"
|
||||
},
|
||||
{
|
||||
"value": "purple-team-bridge",
|
||||
"expanded": "Purple Team - Bridge"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "training-mode",
|
||||
"entry": [
|
||||
{
|
||||
"value": "single",
|
||||
"expanded": "Single"
|
||||
},
|
||||
{
|
||||
"value": "team",
|
||||
"expanded": "Team"
|
||||
},
|
||||
{
|
||||
"value": "cross-group",
|
||||
"expanded": "Cross-Group"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "customization-level",
|
||||
"entry": [
|
||||
{
|
||||
"value": "general",
|
||||
"expanded": "General"
|
||||
},
|
||||
{
|
||||
"value": "specific",
|
||||
"expanded": "Specific"
|
||||
},
|
||||
{
|
||||
"value": "individual",
|
||||
"expanded": "Individual"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue