deneir/trust/trust-ensemble/writeup.typ
2024-05-22 12:20:50 -04:00

27 lines
955 B
XML

#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]
)