Lecture 6, April 12

Reading: text, §23.1–2, [Bis07] (This is available in the Resources area of SmartSite; look in the folder “Handouts”)
Due: Homework #1, due April 12, 2013 at 11:55pm

Discussion question. From Saul Alinsky, Rules for Radicals, Random House, Inc., New York, NY (1972) pp. 72–73:

Actually, Socrates was an organizer. The function of an organizer is to raise questions that agitate, that break through the accepted pattern. Socrates, with his goal of “know thyself,” was raising the internal questions within the individual that are so essential for the revolution which is external to the individual. So Socrates was carrying out the first stage of making revolutionaries. If he had been permitted to continue raising questions about the meaning of life, to examine life and refuse the conventional values, the internal revolution would soon have moved out into the political arena. Those who tried him and sentenced him to death knew what they were doing.
How might you apply this philosophy to computer security?

Lecture outline.

  1. Greetings and felicitations!
  2. Penetration Studies
    1. Why? Why not direct analysis?
    2. Effectiveness
    3. Interpretation
  3. Flaw Hypothesis Methodology
    1. System analysis
    2. Hypothesis generation
    3. Hypothesis testing
    4. Generalization
  4. System Analysis
    1. Learn everything you can about the system
    2. Learn everything you can about operational procedures
    3. Compare to other systems
  5. Hypothesis Generation
    1. Study the system, look for inconsistencies in interfaces
    2. Compare to other systems’ flaws
    3. Compare to vulnerabilities models
  6. Hypothesis testing
    1. Look at system code, see if it would work (live experiment may be unneeded)
    2. If live experiment needed, observe usual protocols
  7. Generalization
    1. See if other programs, interfaces, or subjects/objects suffer from the same problem
    2. See if this suggests a more generic type of flaw
  8. Elimination
  9. Where to start
    1. Unknown system
    2. Known system, no authorized access
    3. Known system, authorized access
  10. Examples
    1. Burroughs system
    2. Corporate site
  11. Vulnerability models
    1. PA model
    2. RISOS
    3. NRL
    4. Aslam
  12. Example Flaws
    1. fingerd buffer overflow
    2. xterm race condition


You can also obtain a PDF version of this. Version of April 11, 2013 at 9:06PM