mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
CyBOK for CSL labs
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user