How could blocking all icmp traffic protect you

Assignment Help Operating System
Reference no: EM131309586

Firewall Rules

In this project you will create two simple firewall rules in Windows Advanced Firewall. This may be the first time you have made a modification to the firewall on your computer. The first rule will block all ICMP traffic. This will effectively prevent you from using the ping command to send ICMP packets to other computers. You will use a command prompt to verify the rule was effective.

The second rule will block all outgoing Port 80 traffic. Port 80 is traditionally associated with Web traffic (HTTP). Once you create and enable the rule, all outgoing Port 80 traffic will be blocked. You will use a Web browser to verify the rule was effective, however, secure Web traffic (HTTPS) running over Port 443 will still be accessible.

Both of the rules in this project will apply to outgoing traffic only. It is important to remember to disable the rules at the end of the project so your ICMP and Port 80 traffic will not be blocked.

Directions:

1. Click Start.
2. In the search box, type cmd
3. Press Enter.
4. Type ping www.google.com
5. Press Enter. (This will ping www.Google.com)
6. Type time
7. Press Enter twice.
8. Take a screenshot.
9. Click Start, Control Panel, System and Security, and Windows Firewall.
10. Click Advanced settings.
11. Click Outbound Rules.
12. Click New Rule (right-hand pane).
13. Click Custom, Next, and Next.
14. Change the dropdown box to ICMPv4.
15. Click Next, Next, Next, and Next.
16. Name the rule YourName_Block_ICMP. (Replace YourName with your first and last names. In this case, it was RandyBoyle_Block_ICMP.)
17. Click Finish.
18. Return to your command prompt.
19. Type ping www.google.com
20. Press Enter. (This will ping www.google.com. You should get a "General failure" error.)
21. Type time
22. Press Enter twice.
23. Take a screenshot.
24. Open a Web browser.
25. Browse to www.Google.com. (This will verify that you do have Internet access.)
26. Return to the Windows Advanced Firewall window.
27. Click Outbound Rules.
28. Click New Rule (right-hand pane).
29. Click Port, and Next.
30. Type "80" into the text box for Specific remote ports. (This will effectively block all outgoing Web traffic from your computer. You will disable/delete this rule later.)
31. Click Next, Next, and Next.
32. Name the rule YourName_Block_Port_80. (Replace YourName with your first and last names. In this case, the rule was named RandyBoyle_Block_Port_80.)
33. Click Finish.
34. Return to your Web browser.
35. Browse to any non-secure (not HTTPS) website of your choosing. You can browse to any website as long as it does not make an HTTPS connection (Port 443). The rule you made only blocks Port 80 Web traffic.
36. Take a screenshot of the blocked website. (In this case, it was www.Microsoft.com.)
37. Return to the Windows Advanced Firewall window.
38. Select both of the rules you created.
39. Right-click the selected rules.
40. Click Disable Rule. (If you don't disable the rules, your ICMP and Web traffic will still be blocked.)
41. Take a screenshot of your disabled rules.

Submit your Screenshots and answer the following questions:

• How could blocking all ICMP traffic protect you?
• Could you still access some websites with your Port 80 rule enabled? Why?
• Why would you want to allow incoming (not outgoing) Port 443, but block incoming Port 80?
• Could malware rename itself in order to get through a firewall? Why would this work?

Your well-written paper should meet the following requirements:

• Be three pages in length
• Contain an illustrative table or a diagram created from properly cited external references
• Include three credible external references in addition to the textbook
• Your paper must follow APA style guidelines, as appropriate .
• Two citations for every paragraph.

Reference no: EM131309586

Questions Cloud

Who has more valuable information in potential transaction : A few years ago, a new online insurer appeared. Found at www.ticketfree.org, the insurer offered, for a price, up to $500 of coverage against speeding tickets.
Write a program to render an animated humanoid walking robot : Write a program to render an animated humanoid walking robot. r robot must have two arms and two legs that are made of cylinders. each arm is made of the upper arm and lower arm (forearm).
How existence of deductible reduces problems of moral hazard : Often, insurers will let policyholders choose a low deductible, or will offer them a larger deductible in exchange for a substantial reduction in the premium. Explain how this two-tiered system helps insurers deal with the problem of adverse selec..
Summarize the integrated behavioral model : How the Integrated Behavioral Model or Transtheoretical model was applied. Discuss whether this application was effective or not.Summarize the key findings.Identify gaps and/or next steps for using the information.
How could blocking all icmp traffic protect you : How could blocking all ICMP traffic protect you? Could you still access some websites with your Port 80 rule enabled? Why? Why would you want to allow incoming (not outgoing) Port 443, but block incoming Port 80?
List at least ten ways you personally are filtering : Looking at the same news story you explored above, list at least ten ways you personally are filtering the information you receive.
What strategic recommendations would you make : What strategic recommendations would you make? What operational security aspects should be considered so as to prevent such attacks in the future? What sort of an encryption policy, if any, would have helped in this situation?
Create organization chart for two or three level of employee : Create an organization chart for two or three levels of employees. Then add arrows to identify the three directions of the formal communication network.
What activity did you choose and why : What activity did you choose and why?What did you observe and/or volunteer to do and/or participate in?What are the adaptations of the sport? (Here you can discuss what disabilities the sport caters too, classifications, rules and equipment modifi..

Reviews

Write a Review

Operating System Questions & Answers

  When would we overwrite bob''s database, and with what

Suppose we are using Lamport's hash, and Bob's system crashes before receiving Alice's reply to a message. Further suppose an intruder, Trudy, can eavesdrop and detect that Bob crashed (maybe Trudy can even cause Bob to crash).

  Minimum and maximum size of an ethernet frame in bytes

Determine the minimum size and Maximum size of an Ethernet frame, in bytes?

  Provide the design and justification for your mechanism

Provide the design and justification for your mechanism that supports process dispatching and discuss the design advantage and disadvantage of each approach throughout the process lifecycle.

  Six of the best practices should be general practices

The management team for MWS has asked for a simple but thorough checklist describing best practices for securing the operating systems used in the company. Six of the best practices should be general practices

  Mechanism by which an operating system can enforce

Describe a mechanism by which an operating system can enforce limited transfer of capabilities. That is, process A might transfer a capability to process B, but A wants to prevent B from transferring the capability to any other processes

  Question about lan operating systems

Assume you are network administrator for a new corporation that has ten users and plans to add five more users within a year. The files require to be accessed by all ten users and each user must have different security rights.

  Process of typing commands to interact with operating system

Initially, the process of typing commands to interact with the operating system may seem foreign, but the more you use the command-line interface and the individual commands, the easier they will become to use and understand.

  Windows and unix file management systems

From the e-Activity, evaluate the ease of use and efficiency of using both Windows and Unix file management systems. Of the two file management systems, determine the one that is more efficient and has a better user interface

  A data structure call the gold pile and d gold-diggers

Consider a computer game that is played as follows. You have G gold-makers each of which at random times produce one unit of gold and adds it to a data structure call the goldpile and D gold-diggers each of which can grab one unit of gold from the go..

  Consider a version of the bounded buffer problem

Consider a version of the bounded buffer problem in which there is two producer processes (P1and P2) and one consumer processes (P3) all sharing the same buffer. Assume that the size of the buffer is n=4, and that we start with a completely empty buf..

  Role as an information security professional

One of the most useful tools you will use in your role as an Information Security professional is a hardening checklist. Essentially, it is a document that serves as a guide to configuring a desktop / system security.

  The pros and cons of first-fit and best-fit algorithms

Prepare a presentation where you discuss the different dynamic storage allocation algorithms, First-fit, Best-fit, and Worst-fit. Include the pros and cons of each algorithm?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd