Lecture 6 Outline (April 10, 2015)
Lecture 6 Outline (April 10, 2015)
Reading: § 23.1–2, [Bis07]
Assignments: Program 1, due April 15, 2015; Homework 1, due April 17, 2015
- Greetings and felicitations!
- Effective Monday, our class moves to room 6 Olson
- If you are on the waiting list, you will now get in (6 Olson holds 120)
- I have to move Monday’s office hours to 9:00-9:50am
- Discussion problem of the day
- Penetration Studies
- Why? Why not direct analysis?
- Effectiveness
- Interpretation
- Flaw Hypothesis Methodology
- System analysis
- Hypothesis generation
- Hypothesis testing
- Generalization
- System Analysis
- Learn everything you can about the system
- Learn everything you can about operational procedures
- Compare to other systems
- Hypothesis Generation
- Study the system, look for inconsistencies in interfaces
- Compare to other systems’ flaws
- Compare to vulnerabilities models
- Hypothesis testing
- Look at system code, see if it would work (live experiment may be unneeded)
- If live experiment needed, observe usual protocols
- Generalization
- See if other programs, interfaces, or subjects/objects suffer from the same problem
- See if this suggests a more generic type of flaw
- Elimination
- Where to start
- Unknown system
- Known system, no authorized access
- Known system, authorized access
- Examples
- Burroughs system
- Corporate site
- Vulnerability models
- PA model
- RISOS
- NRL
- Aslam
- Example Flaws
- fingerd buffer overflow
- xterm race condition
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?