diff --git a/lv/seminar/images/overview_verification_step.svg b/lv/seminar/images/overview_verification_step.svg new file mode 100644 index 0000000..a401adf --- /dev/null +++ b/lv/seminar/images/overview_verification_step.svg @@ -0,0 +1,639 @@ + + + +init, logind, firefox, pipewire t1init, logind, pipewire t2init, logind, pipewire, vpnagent t3init, logind, pipewire, extractor t4init, logind, extractor t5init, logind, extractor t6init, logind, firefox, extractor t7Secondary sourceinit, logind, firefox, pipewire t1init, logind, pipewire t2init, logind, pipewire, vpnagent t3init, logind, pipewire, extractor t4init, logind, extractor t5init, logind, extractor t6init, logind, firefox, extractor t7HIDS diff --git a/lv/seminar/presentation.typ b/lv/seminar/presentation.typ index 8e60b02..8400a4d 100644 --- a/lv/seminar/presentation.typ +++ b/lv/seminar/presentation.typ @@ -1,13 +1,15 @@ #import "@preview/polylux:0.3.1": * #import themes.metropolis: * #import "@preview/tablex:0.0.5": tablex, hlinex, vlinex, colspanx, rowspanx +#import emoji: checkmark, crossmark +//#import symbol: approx #show: metropolis-theme.with( footer: [CC BY-SA 4.0 Arthur Grisel-Davy] ) + #set text(font: "Fira Sans", weight: "light", size: 20pt) -#show math.equation: set text(font: "Fira Math") #set strong(delta: 100) #set par(justify: true) @@ -29,6 +31,40 @@ #slide(title: "Introduction")[ // Find example of HIDS that uses processes list +// malwarebyte +// windows defender +] + +#slide(title:"")[ + #align(center)[#text(size:1.2em, weight:"bold")[Only uncompromised hosts provide trustworthy information.]] ] +#slide(title: "Introduction")[ + #figure(image("images/overview_verification_step.svg", width: 100%)) +] + +#slide(title: "Introduction")[ + +#let check = table.cell(fill: green.lighten(60%))[*#sym.checkmark*] +#let cross = table.cell(fill: red.lighten(60%))[*#sym.times*] +#let middle = table.cell(fill: orange.lighten(60%))[*#sym.approx*] + +#align(center)[ +#table( + columns: 4, + align: (left, center, center, center), + stroke: none, + gutter: 0.5em, + table.hline(position: bottom), + table.header([*Feature*], [*Power*], [*EM*], [*Sound*]), + [Independence], check, check, check, + [Correlation], check, cross, middle, + [Ease of Capture], check, check, middle, + [Location Insensitivity], check, cross, cross, + [Actionability], [], [], [] +) + +] +] +