/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Teddy Hogeborn
  • Date: 2008-09-04 07:30:58 UTC
  • mfrom: (24.1.87 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080904073058-h21spydersnh8jml
* README: Improved wording.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  the root file, and continue booting.
49
49
  
50
50
  Now, of course the initial RAM disk image is not on the encrypted
51
 
  root file system, so anyone who would come and take the the whole
52
 
  computer would have the Mandos client key when they took the server
53
 
  offline and read the disk with their own tools.  *But*, by then the
54
 
  Mandos server will have detected that the original server is no
55
 
  longer online and will no longer give out the encrypted key.  The
56
 
  timing here is the only real weak point, and the method, frequency
57
 
  and timeout of checking can be adjusted to any desired level of
58
 
  paranoia.
 
51
  root file system, so anyone who had physhical access could take the
 
52
  server offline and read the disk with their own tools to get the
 
53
  authentication keys used by a client.  *But*, by then the Mandos
 
54
  server should notice that the original server has been offline for
 
55
  too long, and will no longer give out the encrypted key.  The timing
 
56
  here is the only real weak point, and the method, frequency and
 
57
  timeout of the server’s checking can be adjusted to any desired
 
58
  level of paranoia
59
59
  
60
60
  (The encrypted keys on the Mandos server is on its normal file
61
 
  system, so those are safe, provided the root file system of that
 
61
  system, so those are safe, provided the root file system of *that*
62
62
  server is encrypted.)
63
63
 
64
64
* FAQ - couldn’t the security be defeated by...
72
72
   all *before* the Mandos server timeout kicks in and the Mandos
73
73
   server refuses to give out the key to anyone.
74
74
   
75
 
   As the typical SOP seems to be to barge in and turn off and grab
76
 
   *all* computers to maybe look at them months later, this is not
77
 
   likely.
 
75
   Now, as the typical SOP seems to be to barge in and turn off and
 
76
   grab *all* computers, to maybe look at them months later, this is
 
77
   not likely.  If someone does that, the whole system *will* lock
 
78
   itself up completely, since Mandos servers are no longer running.
 
79
   
 
80
   For sophisticated attackers who *could* do such a thing, *and* had
 
81
   physical access to the server for enough time, it would be simpler
 
82
   to get a key for an encrypted file system by using hardware memory
 
83
   scanners and reading it right off the memory bus.
78
84
 
79
85
** Replay attacks?
80
86
   Nope, the network stuff is all done over TLS, which provides
88
94
** Physically grabbing the Mandos server computer?
89
95
   You could protect *that* computer the old-fashioned way, with a
90
96
   must-type-in-the-password-at-boot method.  Or you could have two
91
 
   computers be the Mandos server for each other.  (Multiple Mandos
92
 
   servers can coexist on a network without any trouble.  They do not
93
 
   clash, and clients will try all available servers.)
 
97
   computers be the Mandos server for each other.
 
98
   
 
99
   Multiple Mandos servers can coexist on a network without any
 
100
   trouble.  They do not clash, and clients will try all available
 
101
   servers.  This means that if just one reboots then the other can
 
102
   bring it back up, but if both reboots at the same time they will
 
103
   stay down until someone types in the password on one of them.
94
104
 
95
105
** Faking ping replies?
96
106
   The default for the server is to use "fping", the replies to which
103
113
* Security Summary
104
114
  So, in summary:  The only weakness in the Mandos system is from
105
115
  people who have:
106
 
  1. The power to come in and physically take your servers, and
 
116
  1. The power to come in and physically take your servers, *and*
107
117
  2. The cunning and patience to do it carefully, one at a time, and
108
118
     *quickly*, faking Mandos client/server responses for each one
109
119
     before the timeout.
112
122
  these attributes, they do not, probably, constitute the majority.
113
123
  
114
124
  If you *do* face such opponents, you must figure that they could
115
 
  just as well open your servers and read the keys right off the
116
 
  memory by running wires to the memory bus.
 
125
  just as well open your servers and read the file system keys right
 
126
  off the memory by running wires to the memory bus.
117
127
  
118
128
  What this system is designed to protect against is *not* such
119
129
  determined, focused, and competent attacks, but against the early
120
 
  morning knock on your door and the sudden absence of all servers in
121
 
  your server room.
 
130
  morning knock on your door and the sudden absence of all the servers
 
131
  in your server room.  Which it does nicely.