CyBOK for CSL labs

This commit is contained in:
Z. Cliffe Schreuders
2023-03-27 11:46:48 +01:00
parent 0a1859f161
commit 5e1b3bf1e1
2 changed files with 22 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
<name>Let's go phishing</name>
<name>Let's Go Phishing</name>
<author>Z. Cliffe Schreuders</author>
<description>
# Introduction
@@ -15,7 +15,20 @@ Humans play a crucial role in the cyber security of systems and information. Man
<type>lab-sheet</type>
<difficulty>easy</difficulty>
<!-- TODO: CyBOK -->
<CyBOK KA="HF" topic="Human Error">
<keyword>latent usability failures in systems-of-systems</keyword>
</CyBOK>
<CyBOK KA="AB" topic="Attacks">
<keyword>SOCIAL ENGINEERING</keyword>
<keyword>MALICIOUS ACTIVITIES BY MALICIOUS ATTACHMENTS</keyword>
</CyBOK>
<CyBOK KA="MAT" topic="Attacks and exploitation">
<keyword>EXPLOITATION FRAMEWORKS</keyword>
<keyword>MALCODE/MALWARE - SOCIAL ENGINEERING - BAITING</keyword>
<keyword>MALCODE/MALWARE - SOCIAL ENGINEERING - PRETEXTING</keyword>
<keyword>MALCODE/MALWARE - VIRUSES - COUNTERMEASUMALCODE/MALWARE - VIRUSES - MACRO VIRUSES</keyword>
<keyword>MALCODE/MALWARE - SPAM . . . . .MALCODE/MALWARE - SPOOFING</keyword>
</CyBOK>
<system>
<system_name>victim_server</system_name>

View File

@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
<name>Encoding and encryption lab</name>
<name>Encoding and Encryption Lab</name>
<author>Z. Cliffe Schreuders</author>
<description>Decode the files in your home directory.</description>
@@ -15,7 +15,12 @@
<type>lab-sheet</type>
<difficulty>intermediate</difficulty>
<!-- TODO: CyBOK -->
<CyBOK KA="AC" topic="Algorithms, Schemes and Protocols">
<keyword>Encoding vs Cryptography</keyword>
<keyword>Caesar cipher</keyword>
<keyword>Vigenere cipher</keyword>
<keyword>SYMMETRIC CRYPTOGRAPHY - AES (ADVANCED ENCRYPTION STANDARD)</keyword>
</CyBOK>
<system>
<system_name>desktop</system_name>