diff options
author | 2016-11-07 18:23:01 +0100 | |
---|---|---|
committer | 2016-11-07 18:23:01 +0100 | |
commit | 93367bbf66fb0e3c443cf79807f84573505abbba (patch) | |
tree | 8db6d09aa9b9cd4c493725fd6888ab9b7108b99b /sec-blueprint/06-attack-surfaces.md |
docs subfolder created; moved all MD files in docs
Change-Id: I89e02117c9569354567816ec5ba2a5565b79849b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'sec-blueprint/06-attack-surfaces.md')
-rw-r--r-- | sec-blueprint/06-attack-surfaces.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sec-blueprint/06-attack-surfaces.md b/sec-blueprint/06-attack-surfaces.md new file mode 100644 index 0000000..b82efe1 --- /dev/null +++ b/sec-blueprint/06-attack-surfaces.md @@ -0,0 +1,36 @@ +--- + +title : Attack Surfaces +date : 2016-06-30 +categories: architecture, automotive +tags: architecture, automotive, linux +layout: techdoc + +--- + +**Table of Content** + +1. TOC +{:toc} + +## OS installation at factory Key leak risk + +## OS boot + +## OS upgrade + +## Device bus (static and autodetection) USB + +## "Wireless connections (Wifi## Bluetooth## ...)" + +## "Wired connection (Can## Serial## Eth ...)" + +## OS-Device file system + +## User data (local & cloud) + +## Application FW + +## Application Store + +## Application data (local & Cloud) |