Plast edited by 1 week, 6 days ago
CET4862 Goal: Ifyou’ve taken CIS4360 prior to this, and you should have, then you haveseen some of these videos. If you feel you have a good grasp of TCP/IP,signature analysis, and using Wireshark, you could skip the videos;however, a refresher is always good to have. An ‘attacker’ will typically perform several steps prior to conducting an attack, called the ‘reconnaissance’ phase: 1. Enumeration: What computers are up and running? The ‘attack’ phase* can occur in many forms: *Not all of the attacks are represented in the packet capture. Scenario: Toaid in your goals, the administrator has provided a few details aboutthe network from which the capture originated. There are four computerson the network. The IT administrator admin box is an Ubuntu server.There are also DHCP and web servers and the Admin is the only individualwithin the company with authorization for access to those servers.There are two other employees, Bob Smith, a new hire and recent collegegraduate, who uses a workstation with network access running Windows XP,and Sarah, a developer who uses a workstation with a standardinstallation of Ubuntu also with network access. Both Bob and Sarah areauthorized to have access to their own workstation and no others. Deliverables: A professional-quality report in two sections. First,a management summary, written with no technical language, whichprovides a summary of what was found. The summary should be roughly aparagraph in length. This will require some thinking on your part todigest all that you’ve seen and turn that into something a manager canread quickly, but also come away with, and comprehend, the relevantinformation you gathered. The second part will be the technicalsection where you will answer the following questions. Include thequestion and the answer. 1. What is the network address and subnet mask? 2. For each computer: 3.What computer (refer by OS name and last octet of the IP address, e.g.,Win7.128) is serving as a DHCP server? How do you know? 4. What computer (refer by OS name and last octet of the IP address) is running a web server? 5. What computer (refer by OS name and last octet of the IP address) is running the telnet service? 6. What usernames/passwords were used to access the telnet server? 7.What is a buffer overflow? What is an SQL Injection? Identify thepacket series that contains what appears to be a buffer overflowfollowed by an SQL Injection. Describe how the attacker attempts toeffect the buffer overflow. You may need additional material from theWeb. Use your own words; do not copy and paste an answer. 8. What is a port scan? 9. What did the ‘attacker’ do once on the FTP server? a. How many commands were run on the ftp server? c. From what computer was the FTP server accessed? 10.What is the IP address of the attacker? In your opinion, howtechnically sophisticated is the attacker? Provide evidence to supportyour claims. Writing a non technical summaryYour nontechnical summary should use NO technical terms. Is this difficult whendescribing a technical event? YES! That doesn’t mean it can’t be done.Here is an excerpt from the about the Heartbleed SSL issue. Note that they do a terrific job of explaining the technical issue with NO technical terms! Q: What is SSL?. A:It stands for Secure Socket Layer. It is the technology forestablishing an encrypted link between a Web server and a browser. Thislink ensures that all data passed between the Web server and browsersremain private. Open SSL simply means that the code is freelyavailable. Its the s in https that is supposed to stand forsecure. Unlike Web sites that begin with http, https sites have alock in browser address bars. That lock is supposed to signalthat third parties wont be able to read any information you send orreceive. Under the hood, SSL accomplishes that by transforming your datainto a coded message that only the recipient knows how to decipher, Voxs Timothy Lee. If a malicious party is listening to theconversation, it will only see a seemingly random string of characters,not the contents of your emails, Facebook posts, credit card numbers, orother private information. Have fun! |
In this link, you can access the required documents
Recent Comments