From 1e1221908be79292a6d40870dbc81dad918d8a84 Mon Sep 17 00:00:00 2001 From: TraceyOnim Date: Fri, 5 Apr 2024 08:41:44 +0300 Subject: [PATCH 1/4] update version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 264e6f01..48e26c34 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Quadblockquiz.MixProject do [ app: :quadblockquiz, description: "Descri'be", - version: "1.0.3", + version: "1.0.5", elixir: "~> 1.15.4", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, From 0b56ef4a008dc40f9a9c420a834c960f17e3caa9 Mon Sep 17 00:00:00 2001 From: Duncan Sparrell Date: Fri, 5 Apr 2024 12:15:23 -0400 Subject: [PATCH 2/4] updates --- mix.exs | 2 +- qna/0start/028.cat.md | 22 +++++++++++----------- qna/kestrel/010.md | 29 +++++++++++++++++++++++++---- qna/kestrel/020.md | 21 --------------------- qna/kestrel/030.md | 21 --------------------- qna/kestrel/040.md | 21 --------------------- qna/kestrel/050.md | 21 --------------------- qna/oca/010.md | 27 +++++++++++++++++++++++---- qna/oca/020.md | 26 ++++++++++++++++++++++---- qna/oca/030.md | 21 --------------------- qna/oca/040.md | 21 --------------------- qna/oca/050.md | 21 --------------------- qna/stix/010.md | 24 ++++++++++++++++++++---- qna/stix/020.md | 21 --------------------- qna/stix/030.md | 21 --------------------- qna/stix/040.md | 21 --------------------- qna/stix/050.md | 21 --------------------- 17 files changed, 102 insertions(+), 259 deletions(-) delete mode 100644 qna/kestrel/020.md delete mode 100644 qna/kestrel/030.md delete mode 100644 qna/kestrel/040.md delete mode 100644 qna/kestrel/050.md delete mode 100644 qna/oca/030.md delete mode 100644 qna/oca/040.md delete mode 100644 qna/oca/050.md delete mode 100644 qna/stix/020.md delete mode 100644 qna/stix/030.md delete mode 100644 qna/stix/040.md delete mode 100644 qna/stix/050.md diff --git a/mix.exs b/mix.exs index 48e26c34..075766bd 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Quadblockquiz.MixProject do [ app: :quadblockquiz, description: "Descri'be", - version: "1.0.5", + version: "1.0.6", elixir: "~> 1.15.4", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, diff --git a/qna/0start/028.cat.md b/qna/0start/028.cat.md index 09f0d2ef..9af68801 100644 --- a/qna/0start/028.cat.md +++ b/qna/0start/028.cat.md @@ -14,18 +14,18 @@ gets you at least one of each of the powerups. Other categories include: - Sponsors - this category has the most :Superpower powerups so definitely spend some time with the Sponsors - Automation - this category has a mix of powerups -- CACAO - fill in -- CSAF - fill in -- IoB - fill in -- Kestrel - fill in -- OCA (Open Cybersecurity Alliance) - fill in -- OpenC2 - fill in +- CACAO - this category has a mix of powerups +- CSAF - this category has a mix of powerups +- IoB - this category has a mix of powerups +- Kestrel - this category has a mix of powerups +- OCA (Open Cybersecurity Alliance) - this category has a mix of powerups +- OpenC2 - this category has a mix of powerups - Phoenix - this category has many :ClearBlocks powerups (phoenix = rebirth) -- Risk - fill in -- STIX - fillin -- SBOM- fill in -- Supply Chain - fill in -- Village - fillin +- Risk - this category has a mix of powerups +- STIX - this category has a mix of powerups +- SBOM- this category has a mix of powerups +- Supply Chain - this category has a mix of powerups +- Village - this category has a mix of powerups # Question: Which category has the most :Superpower power-ups? diff --git a/qna/kestrel/010.md b/qna/kestrel/010.md index a8e17632..7dedaa96 100644 --- a/qna/kestrel/010.md +++ b/qna/kestrel/010.md @@ -4,14 +4,35 @@ --- ## Kestrel -need something +Kestrel is a threat hunting language which +provides an abstraction for threat hunters to focus on what to hunt instead of how to hunt. + +Kestrel is a threat hunting language aiming to make cyber threat hunting fast by providing +a layer of abstraction to build reusable, composable, and shareable hunt-flow. + +What does it mean by hunt fast? + +- Do NOT write the same IoB pattern in different data source queries. +- Do NOT write one-time-use adapaters to connect hunt steps. +- Do NOT waste your existing analytic scripts/programs in future hunts. +- Do construct your hunt-flow from smaller reuseable hunt-flow. +- Do share your huntbook with your future self and your colleagues. +- Do get interactive feedback and revise hunt-flow on the fly. + +Besides being a threat hunting language, the namesake of the project is also a type of falcon. +The American Kestrel, is the smallest and most common falcon in North America. +Formerly called "sparrowhawk", +a misnomer as it is a true falcon and is unrelated genetically to the Eurasian sparrowhawk. # Question: -What is question? +Which of the following is untrue? ## Answers -- wrong answer -- right answer +- Kestrel allows threat hunters to share hunt-flows +- Kestrel makes cyber threat hunting fast +- Kestrel is a type of falcon +- With Kestrel, threat hunters can reuse hunt-flows +- Kestrel allows threat hunters to focus on how to hunt instead of what to hunt ## Score - Right:25 diff --git a/qna/kestrel/020.md b/qna/kestrel/020.md deleted file mode 100644 index a8e17632..00000000 --- a/qna/kestrel/020.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## Kestrel -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/kestrel/030.md b/qna/kestrel/030.md deleted file mode 100644 index a8e17632..00000000 --- a/qna/kestrel/030.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## Kestrel -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/kestrel/040.md b/qna/kestrel/040.md deleted file mode 100644 index a8e17632..00000000 --- a/qna/kestrel/040.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## Kestrel -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/kestrel/050.md b/qna/kestrel/050.md deleted file mode 100644 index a8e17632..00000000 --- a/qna/kestrel/050.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## Kestrel -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/oca/010.md b/qna/oca/010.md index 66ff432e..b2b7c7e6 100644 --- a/qna/oca/010.md +++ b/qna/oca/010.md @@ -4,14 +4,33 @@ --- ## Open Cybersecurity Alliance -need something +The Open Cybersecurity Alliance (OCA) is +making standards-based, interoperable cybersecurity a reality. +OCA develops standardized data interfaces +to support an open ecosystem where cybersecurity tools +interoperate without the need for custom integrations. + +OCA is a nonprofit, global collaboration of software providers, end users, +government agencies, research institutes +and individuals committed to enabling the free exchange of +information, insights, analytics, and response across cybersecurity tools. + +An open source project, OCA operates under the OASIS Open governance process, which ensures transparency, +inclusiveness, and safety, with a path to standardization in international policy and procurement. + # Question: -What is question? +What is OCA the abbreviation for? ## Answers -- wrong answer -- right answer +- Open Cybersecurity Alliance +- Open Cybersecurity Association +- Open Cyberspace Alliance +- Organization of Cybersecurity Allies +- Open Cyberspace Association +- Orthodox Church in America +- Organization of Chinese Americans + ## Score - Right:25 diff --git a/qna/oca/020.md b/qna/oca/020.md index 66ff432e..27552bed 100644 --- a/qna/oca/020.md +++ b/qna/oca/020.md @@ -4,14 +4,32 @@ --- ## Open Cybersecurity Alliance -need something +The Open Cybersecurity Alliance (OCA) is +making standards-based, interoperable cybersecurity a reality. +OCA develops standardized data interfaces +to support an open ecosystem where cybersecurity tools +interoperate without the need for custom integrations. + +OCA is a nonprofit, global collaboration of software providers, end users, +government agencies, research institutes +and individuals committed to enabling the free exchange of +information, insights, analytics, and response across cybersecurity tools. + +An open source project, OCA operates under the OASIS Open governance process, which ensures transparency, +inclusiveness, and safety, with a path to standardization in international policy and procurement. + # Question: -What is question? +OCA is a nonprofit operating under what governance process: ## Answers -- wrong answer -- right answer +- GitHub +- OASIS Open +- Linux Foundation +- Creative Commons +- Apache License 2.0 +- Open Cybersecurity Alliance + ## Score - Right:25 diff --git a/qna/oca/030.md b/qna/oca/030.md deleted file mode 100644 index 66ff432e..00000000 --- a/qna/oca/030.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## Open Cybersecurity Alliance -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/oca/040.md b/qna/oca/040.md deleted file mode 100644 index 66ff432e..00000000 --- a/qna/oca/040.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## Open Cybersecurity Alliance -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/oca/050.md b/qna/oca/050.md deleted file mode 100644 index 66ff432e..00000000 --- a/qna/oca/050.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## Open Cybersecurity Alliance -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/stix/010.md b/qna/stix/010.md index 69e5b30f..2500b3ab 100644 --- a/qna/stix/010.md +++ b/qna/stix/010.md @@ -4,14 +4,30 @@ --- ## STIX -need something +Structured Threat Information Expression (STIX) is a language and serialization format +used to exchange cyber threat intelligence (CTI). + +With STIX, an OASIS Open Standard, sharing and ingesting cyber threat intelligence becomes a lot easier. +With STIX, all aspects of suspicion, compromise and attribution can be represented clearly +with objects and descriptive relationships. +STIX information can be visually represented for an analyst or stored as JSON to be quickly machine readible. +STIX's openness allows for integration into existing tools and products +or utilized for your specific analyst or network needs. + +The Cybersecurity and Infrastructure Security Agency (CISA) uses STIX in it's +Automated Indicator Sharing (AIS) for sharing +threat activity context such as tactics, techniques, and procedures, vulnerabilities, and courses of action. +STIX is used in AIS with many Information Sharing and Analysis Centers (ISACs) including +Health ISAC, Multi-State ISAC, Water ISAC, Financial Services ISAC, Autommotive ISAC, and many more. # Question: -What is question? +What is STIX the abbreviation for? ## Answers -- wrong answer -- right answer +- It is not an abreviation but named after a knitting store in Bozeman, Montana +- Scientific and Technical Information eXchange +- Structured Threat Information eXpression +- Structured Threat Information eXchange ## Score - Right:25 diff --git a/qna/stix/020.md b/qna/stix/020.md deleted file mode 100644 index 69e5b30f..00000000 --- a/qna/stix/020.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## STIX -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/stix/030.md b/qna/stix/030.md deleted file mode 100644 index 69e5b30f..00000000 --- a/qna/stix/030.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## STIX -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/stix/040.md b/qna/stix/040.md deleted file mode 100644 index 69e5b30f..00000000 --- a/qna/stix/040.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## STIX -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock diff --git a/qna/stix/050.md b/qna/stix/050.md deleted file mode 100644 index 69e5b30f..00000000 --- a/qna/stix/050.md +++ /dev/null @@ -1,21 +0,0 @@ -%{ - type: "multi-choice" -} - ---- -## STIX -need something - -# Question: -What is question? - -## Answers -- wrong answer -- right answer - -## Score -- Right:25 -- Wrong:5 - -## Powerup -MoveBlock From 3e97e024aaef743fe37a845f0a299017fb44484a Mon Sep 17 00:00:00 2001 From: Duncan Sparrell Date: Fri, 5 Apr 2024 12:27:47 -0400 Subject: [PATCH 3/4] oca --- .../templates/layout/root.html.heex | 6 +++--- .../templates/layout/tailwind.html.heex | 6 +++--- priv/static/images/oca.jpeg | Bin 0 -> 5158 bytes qna/Sponsors/000.sponsors.md | 4 ++-- qna/Sponsors/002.sponsors.md | 4 ++-- qna/Sponsors/004.sponsors.md | 4 ++-- qna/Sponsors/006.sponsors.md | 4 ++-- qna/Sponsors/008.sponsors.md | 4 ++-- qna/Sponsors/018.oasis.md | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 priv/static/images/oca.jpeg diff --git a/lib/quadblockquiz_web/templates/layout/root.html.heex b/lib/quadblockquiz_web/templates/layout/root.html.heex index 4d7ab8da..545819dc 100644 --- a/lib/quadblockquiz_web/templates/layout/root.html.heex +++ b/lib/quadblockquiz_web/templates/layout/root.html.heex @@ -62,10 +62,10 @@ - diff --git a/lib/quadblockquiz_web/templates/layout/tailwind.html.heex b/lib/quadblockquiz_web/templates/layout/tailwind.html.heex index 0542120b..ac1ba90d 100644 --- a/lib/quadblockquiz_web/templates/layout/tailwind.html.heex +++ b/lib/quadblockquiz_web/templates/layout/tailwind.html.heex @@ -53,10 +53,10 @@ class="max-h-32" /> - diff --git a/priv/static/images/oca.jpeg b/priv/static/images/oca.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..19d842a6bfd1cf545054b2868fba97bdfe8c23a1 GIT binary patch literal 5158 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 Date: Fri, 5 Apr 2024 14:04:33 -0400 Subject: [PATCH 4/4] kicking --- qna/csaf/010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qna/csaf/010.md b/qna/csaf/010.md index c202e704..f946f543 100644 --- a/qna/csaf/010.md +++ b/qna/csaf/010.md @@ -6,7 +6,7 @@ ## VEX VEX stands for “Vulnerability Exploitability eXchange.” CSAF stands for "Common Security Advisory Format". -CSAF is an OASIS Standard that has a VEX profile which +CSAF is an OASIS Standard that has a VEX profile which allows a software supplier or other parties to assert the status of specific vulnerabilities in a particular product or product line.