mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
CyBOK updates
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -306,6 +306,7 @@ The table below is a key for the abbreviations you will find within the CyBOK XM
|
||||
| SOIM | Security Operations & Incident Management | [link](https://www.cybok.org/media/downloads/Security_Operations__Incident_Management_issue_1.0.pdf)| [link](https://www.cybok.org/media/downloads/Security_Operations__Incident_Management.pdf)|
|
||||
| F | Forensics | [link](https://www.cybok.org/media/downloads/Forensics_issue_1.0.pdf)| [link](https://www.cybok.org/media/downloads/Forensics.pdf)|
|
||||
| C | Cryptography | [link](https://www.cybok.org/media/downloads/Cryptography-issue-1.0.pdf)| [link](https://www.cybok.org/media/downloads/Cryptography.pdf)|
|
||||
| AC | Applied Cryptography | [link](https://www.cybok.org/media/downloads/Applied_Cryptography_v1.0.0.pdf)| [link](https://www.cybok.org/media/downloads/Applied_Cryptography_tree-1.0.0.pdf)|
|
||||
| OSV | Operating Systems & Virtualisation Security | [link](https://www.cybok.org/media/downloads/Operating_Systems__Virtualisation_Security_issue_1.0_xhesi5S.pdf)| [link](https://www.cybok.org/media/downloads/Operating_Systems__Virtualisation_Security.pdf)|
|
||||
| DSS | Distributed Systems Security | [link](https://www.cybok.org/media/downloads/Distributed_Systems_Security_issue_1.0.pdf)| [link](https://www.cybok.org/media/downloads/Distributed_Systems_Security.pdf)|
|
||||
| AAA | Authentication, Authorisation and Accountability | [link](https://www.cybok.org/media/downloads/AAA_issue_1.0_q3qspzo.pdf)| [link](https://www.cybok.org/media/downloads/AAA.pdf) |
|
||||
|
||||
@@ -3,6 +3,7 @@ require 'nori'
|
||||
require 'youtube_images'
|
||||
require 'dig-deep'
|
||||
require 'getoptlong'
|
||||
require 'nokogiri/class_resolver'
|
||||
|
||||
# if you want to regenerate the indexes you need to install these additional gems:
|
||||
# gem 'youtube_images'
|
||||
@@ -79,6 +80,7 @@ VIDEO_HASH = {}
|
||||
CyBOK_ACRONYMS = {
|
||||
"AAA" => "Authentication, Authorisation & Accountability",
|
||||
"AB" => "Adversarial Behaviours",
|
||||
"AC" => "Applied Cryptography",
|
||||
"C" => "Cryptography",
|
||||
"CPS" => "Cyber-Physical Systems Security",
|
||||
"DSS" => "Distributed Systems Security",
|
||||
|
||||
@@ -54,10 +54,11 @@ SCENARIOS_HASH.keys.each{|scenario|
|
||||
| Key | Data |
|
||||
| --- | --- |
|
||||
|Name | <%= SCENARIOS_FULL_HASH[scenario][0]["name"].to_s %> |
|
||||
|Description | <%= SCENARIOS_FULL_HASH[scenario][0]["description"].to_s.delete('#').gsub(/\n/,'</br>') %>|
|
||||
|Description | <%= SCENARIOS_FULL_HASH[scenario][0]["description"].to_s.delete('#').gsub(/\n/,'</br>') %> |
|
||||
|Lab sheet | <%= SCENARIOS_FULL_HASH[scenario][0]["lab_sheet_url"].to_s.delete('#').gsub(/\n/,'</br>') %> |
|
||||
|Type | <%= SCENARIOS_FULL_HASH[scenario][0]["type"].to_s.gsub(/"|\[|\]/, '').gsub(',',';') %> |
|
||||
|Author | <%= SCENARIOS_FULL_HASH[scenario][0]["author"].to_s %> |
|
||||
|Linked videos| <%= SCENARIOS_FULL_HASH[scenario][0].dig_deep(:url).to_s.gsub(/"|\[|\]/, '').gsub(',',';') %>|
|
||||
|Linked videos| <%= SCENARIOS_FULL_HASH[scenario][0].dig_deep(:url).to_s.gsub(/"|\[|\]/, '').gsub(',',';') %> |
|
||||
|VM names| <%=
|
||||
systems = SCENARIOS_FULL_HASH[scenario][0].dig_deep(:system_name).to_s.gsub(/"|\[|\]/, '').gsub(',',';') %> |
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
require 'nokogiri/class_resolver'
|
||||
require 'nokogiri'
|
||||
|
||||
require_relative '../helpers/print.rb'
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
require 'nokogiri/class_resolver'
|
||||
require 'nokogiri'
|
||||
|
||||
require_relative '../helpers/print.rb'
|
||||
|
||||
@@ -21,7 +21,10 @@
|
||||
<keyword>Vigenere cipher</keyword>
|
||||
<keyword>SYMMETRIC CRYPTOGRAPHY - AES (ADVANCED ENCRYPTION STANDARD)</keyword>
|
||||
</CyBOK>
|
||||
|
||||
<CyBOK KA="F" topic="Artifact Analysis">
|
||||
<keyword>Encoding and alternative data formats</keyword>
|
||||
</CyBOK>
|
||||
|
||||
<system>
|
||||
<system_name>desktop</system_name>
|
||||
<base distro="Debian 10" type="desktop" name="KDE"/>
|
||||
|
||||
Reference in New Issue
Block a user