writeup of the trust-ensemble project
This commit is contained in:
parent
cc34bfe953
commit
7c28c31a01
2 changed files with 506 additions and 0 deletions
27
trust/trust-ensemble/writeup.typ
Normal file
27
trust/trust-ensemble/writeup.typ
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#align(center)[#text(weight: "bold", size:2em)[Computing Trust from a Committee of Sensors]]
|
||||
#v(3em)
|
||||
|
||||
#figure(
|
||||
caption: "Overview of the data pipeline from the device under operation to the trust framework",
|
||||
image("overview.svg", width:100%),
|
||||
)<fig:overview>
|
||||
|
||||
Expanding on the previus work , the idea is to leverage the information comming from more than one sensor.
|
||||
The sensors can be of different types (side-channel, host-based, network-based, user-feedback, log-based, etc.), but they should all report a binary or ternary values.
|
||||
|
||||
= Sensors
|
||||
|
||||
#grid(
|
||||
columns: 3,
|
||||
inset: 10pt,
|
||||
fill: (x, y) =>
|
||||
if calc.even(y) { luma(230) }
|
||||
else { white },
|
||||
align: (left, right, right),
|
||||
[*Sensor*], [*Indicators*], [*Output*],
|
||||
[MAD + Policy], [High Consumption,Boots, Reboots, etc.], [Ternary],
|
||||
[BPV], [Boots, Abnormal Boot], [Binary],
|
||||
[File Scanner (ClamAV)], [Malware], [Binary/Ternary],
|
||||
[Log Scanner ], [Abnormal Activity, Malware, Abnormal Boots], [Binary]
|
||||
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue