Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypervisor rootkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flg_bachelors
TS
2024
hypervisor rootkit
Commits
f552fe72
Commit
f552fe72
authored
5 months ago
by
iliya.saroukha
Browse files
Options
Downloads
Patches
Plain Diff
feat: intro somewhat finished
parent
f17f6eeb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
presentations/dry-run/dry-run.qmd
+35
-5
35 additions, 5 deletions
presentations/dry-run/dry-run.qmd
with
35 additions
and
5 deletions
presentations/dry-run/dry-run.qmd
+
35
−
5
View file @
f552fe72
...
@@ -39,15 +39,45 @@ la virtualisation de plateforme dans une nouvelle ère de popularité et
...
@@ -39,15 +39,45 @@ la virtualisation de plateforme dans une nouvelle ère de popularité et
pertinence
pertinence
:::
:::
##
"
Axiomes
" en lien avec
la sécurité
## Axiomes
liés à
la sécurité
::: {.incremental}
::: {.incremental}
- **Isolation**/_sand-boxing_ de chaque environnement virtuel
- **Isolation**/**_sand-boxing_** de chaque environnement virtuel
- **impossibilité** (du moins théorique) de s'échapper de son environnement
<!--- TODO: add something about the MMU and shadow page tables-->
- **ne doit affecter** en aucun cas **l'hôte sous-jacent**
- **Impossibilité** (du moins théorique) de s'échapper de son environnement
- **Ne doit affecter** en \textcolor{red}{\textbf{aucun cas}} **l'hôte** ou
**la couche de virtualisation** (VMM) sous-jacente
:::
:::
## Hardware assisted full virtualization
## _Hardware-assisted full virtualization_
::: {.callout-note}
\scriptsize Depuis $\sim$ 2005, exposition d'**instructions matérielles** par les _vendors_ CPU (Intel,
AMD) afin de palier au problème introduit par \textcolor{red}{17 instructions privilégiées}
ne générant pas de **_trap_**[^1]
:::
. . .
::: {.columns}
::: {.column width="50%"}
::: {.incremental}
- \small \textbf{Déduplication} des anneaux de protection (\textcolor{red}{root}/\textcolor{teal}{non-root})
- \small VMM opère en CPU \textcolor{red}{root} mode
- \small Exécution d'une instruction privilégiée :
- \footnotesize On passe le contrôle au VMM à travers un **`VMExit`** (_world-switch_)
:::
:::
::: {.column width="50%"}

:::
:::
[^1]: [Platform Virtualization, Pr. Florent Glück](https://githepia.hesge.ch/flg_courses/virtualization/virtualization_pub_spring24/-/blob/master/course/02-Platform_Virtualization.pdf?ref_type=heads)
# Hypervisor as a rootkit
# Hypervisor as a rootkit
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment