CS691 S2005 Final Exam Review
Final Exam will be in class 5/12 Thursday
4:30-7pm.
Note that the start time is 4:30pm earlier than our
meeting time!
CS691c S2003 Final Exam
Answer all questions. You have until 3/22 11:59pm to email me your answer.
- Firewall
- Why the servers in
DMZ are not allowed to initiate the connections to the systems in the intranet?
- What would happen
if a machine in Internet pings a machine in the intranet?
- When should we use
SNAT instead of MASQUERADE?
- How DNAT is used?
Is it applied in PREROUTING or POSTROUTING?
- IDS
- With the possibility
of the inside attack, where should IDS devices be located?
- What are two basic
types of IDS devices?
- If a hacker changes
the content of the TFN DDoS attack msg from "1234" to "haha",
what will be the new snort rule, you will add?
- The above scenario
indicates the problems with IDS detection with specific patterns. If the
attacker changes the content, the existing rules will produce false negatives.
What is your solution to this.
- Give three examples
of designs or syntax in snort rules, that tries to improve the efficiency
of intrusion detection process.
- Explain how honeypot
can be used to reduced the false positives to zero.
- Penetration Testing
- What are the steps
of a systematic hack?
- How the nmap detects
the OS version?
- How the scanning
tools evades the detection?
- Given an example
of how fpipe can be used to avoid blocking by the firewall.
- How can netcat be
used to set up a backdoor connection?
- How the information
collected with footprinting, scanning, and enumeration can help gain access
to the system? Give three examples.
- Optional Questions from
semester project presentations.