Notes for December 2, 1998 1. Greetings and Felicitations! 2. Practise: blocking writing to communicate information or do damage a. Limit writing (use of MAC if available; show how to arrange system executables) b. Isolation c. Quarantine 3. Practise: Trust a. Untrusted software: what is it, example (USENET) b. Check source, programs (what to look for); C examples c. Limit who has access to what d. Your environment (how do you know what you're executing); UNIX examples e. Least privilege; above with root 4. Practise: detecting writing a. Integrity check files a la binaudit, tripwire; go through signature block b. LOCUS approach: encipher program, decipher as you execute. c. Co-processors: checksum each sequence of instructions, compute checksum as you go; on difference, com- plain 5. Network security a. Main point: just like a system 6. Review of ISO model a. physical b. data link c. network d. transport e. session f. presentation g. application 7. PEM, PGP a. Goals: confidentiality, authentication, integrity, non-repudiation (maybel) b. Design goals: drop in (not change), works with any RFC 821-conformant MTA and any UA, and exchange messages without prior interaction c. Use of Data Exchange Key, Interchange Key d. Review of how to do confidentiality, authentication, integrity with public key IKs e. Details: canonicalization, security services, printable encoding (PEM) f. Certificate-based key management g. PGP v. PEM