Skip to content

Commit

Permalink
chg: [blog:skillaegis] First round of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Aug 14, 2024
1 parent c0a7518 commit f61dc37
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions content/blog/SkillAegis-v1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ layout: post

Practical experience is essential for skill development, and effective training must be both engaging and capable of identifying gaps in understanding. That's why we're pleased to launch version 1.0.0 of SkillAegis, your new training companion.

SkillAegis was developed with these principles in mind, providing trainers with a platform to design, execute, and monitor scenario-based exercises that simulate real-world cyber threats. Based from our past experience in giving MISP training to various user groups, we realized that we needed a tool to help us improve the hands-on part we usually conduct. As a result, we drove the development on primarily integrating tools like MISP. Practically speaking, SkillAegis offers a structured environment for honing skills in threat intelligence and information management.
SkillAegis was developed with these principles in mind, providing trainers with a platform to design, execute, and monitor scenario-based exercises that simulate real-world situations that you may encounter as an outcome of cyber threats. Based from our past experience in delivering MISP trainings to various user groups, we realized that we needed a tool to help us improve the hands-on part we usually give. As a result, we drove the development on primarily integrating tools such as MISP.

Practically speaking, SkillAegis offers a structured environment for honing one's skills in working with threat intelligence and information management.


## Core Features of SkillAegis
Expand All @@ -22,13 +24,13 @@ SkillAegis enables trainers to design custom training exercises tailored to spec
![SkillAegis Scenario Creation](/img/blog/SkillAegis/SkillAegis-Editor_index_cut.png)

### Exercise Execution & Real-Time Monitoring
After scenarios are designed, SkillAegis facilitates their deployment and execution, allowing participants to actively engage with the exercises. The platform's live dashboard offers real-time tracking of participant progress and exercise outcomes, giving trainers and trainees immediate feedback on performance.
After the scenarios are designed, SkillAegis facilitates their deployment and execution, allowing participants to actively engage with the exercises. The platform's live dashboard offers real-time tracking of participant progress and exercise outcomes, giving trainers and trainees immediate feedback on performance.

![SkillAegis Realtime Monitoring](/img/blog/SkillAegis/SkillAegis-Dashboard_exercise.png)

## The SkillAegis Platform

The SkillAegis platforms consists in 3 applications:
The SkillAegis platform consists of 3 applications:
- **[SkillAegis](https://github.com/MISP/SkillAegis) Main Application**
- **[SkillAegis Editor](https://github.com/MISP/SkillAegis-Editor)**
- **[SkillAegis Dashboard](https://github.com/MISP/SkillAegis-Dashboard)**
Expand All @@ -46,19 +48,19 @@ The SkillAegis Editor is the tool for designing and creating new training exerci

![SkillAegis Scenario Creation](/img/blog/SkillAegis/SkillAegis-Editor_designer.png)

Writing evaluations for injects can be challenging, even for experienced users, and poorly configured evaluation conditions can hinder trainees from completing exercises and lead to frustration. The built-in Inject Tester provides tools to configure, test, debug, and optimize individual injects, ensuring they work as expected.
Writing evaluations for injects can be challenging, even for experienced users, and poorly configured evaluation conditions can hinder trainees from completing the exercises, leading to frustration. The built-in Inject Tester provides the tooling to configure, test, debug, and optimize individual injects, ensuring they work as expected.

![SkillAegis Scenario Creation](/img/blog/SkillAegis/SkillAegis-Editor_inject-tester.png)

### [SkillAegis Dashboard](https://github.com/MISP/SkillAegis-Dashboard)

The SkillAegis Dashboard application enables the execution of training sessions and provides real-time visualization of participant progress.

Upon selecting a scenario to run, the application begins tracking and monitoring the progress of all participants. The interface displays the completion status for each inject, shows participant activity through a heatmap, and provides live logs of user actions within the training environment.
Upon selecting a scenario to run, the application begins tracking and monitoring the progress of all participants. The interface displays the completion status for each inject, whilst also showing participant activity via a heatmap. It also provides live logs of user actions within the training environment.

{{<video src="/img/blog/SkillAegis/SkillAegis-Dashboard-recording.mp4" title="SkillAegis Dashboard demo" >}}

Additionally, the selected exercise can be displayed in fullscreen mode, making it suitable for presentation on a classroom screen.
Additionally, the selected exercise can be displayed in fullscreen mode, making it suitable for presentations on a classroom screen.

![SkillAegis Dashboard Fullscreen exercise](/img/blog/SkillAegis/SkillAegis-Dashboard_fullscreen.png)

Expand Down

0 comments on commit f61dc37

Please sign in to comment.