networking fundamentals homework rocking your network

Provide details on what you need help with along with a budget and time limit. Questions are posted anonymously and can be made 100% private.

networking fundamentals homework rocking your network

Studypool matches you to the best tutor to help you with your question. Our tutors are highly qualified and vetted.

networking fundamentals homework rocking your network

Your matched tutor provides personalized help according to your question details. Payment is made only after you have completed your 1-on-1 session and are satisfied with your session.

networking fundamentals homework rocking your network

  • Homework Q&A
  • Become a Tutor

networking fundamentals homework rocking your network

All Subjects

Mathematics

Programming

Health & Medical

Engineering

Computer Science

Foreign Languages

networking fundamentals homework rocking your network

Access over 20 million homework & study documents

Networking fundamentals rocking your network.

Sign up to view the full document!

networking fundamentals homework rocking your network

24/7 Homework Help

Stuck on a homework question? Our verified tutors can answer all questions, from basic  math  to advanced rocket science !

networking fundamentals homework rocking your network

Similar Documents

networking fundamentals homework rocking your network

working on a homework question?

Studypool, Inc., Tutoring, Mountain View, CA

Studypool is powered by Microtutoring TM

Copyright © 2024. Studypool Inc.

Studypool is not sponsored or endorsed by any college or university.

Ongoing Conversations

networking fundamentals homework rocking your network

Access over 20 million homework documents through the notebank

networking fundamentals homework rocking your network

Get on-demand Q&A homework help from verified tutors

networking fundamentals homework rocking your network

Read 1000s of rich book guides covering popular titles

networking fundamentals homework rocking your network

Sign up with Google

networking fundamentals homework rocking your network

Sign up with Facebook

Already have an account? Login

Login with Google

Login with Facebook

Don't have an account? Sign Up

U.S Elite Tutors

Networking Fundamentals: Rocking your Network

RockStar Corp has recently built a new office in Hollywood, California. You are tasked with completing a network vulnerability assessment of the office. You will complete several steps in order to analyze the Hollywood network and then provide RockStar Corp a summary of your findings. RockStar Corp is also concerned that a hacker may have infiltrated their Hollywood office. You will need to determine if there is anything suspicious in your findings. FILES REQUIRED RockStar Corp has provided you with:

A list of their network assets: Rock Star Server List Instructions to scan their network. YOUR GOAL You will follow instructions to work through four phases of the network assessment. For each phase, include the following:

The steps and commands used to complete the tasks. A summary of your findings for each testing phase. Any network vulnerabilities discovered. Findings associated with a hacker. Recommended mitigation strategy. Document the OSI layer where the findings were found. TOPICS COVERED IN YOUR ASSIGNMENT Subnetting CIDR IP Addresses fping OSI Model and OSI Layers Protocols Ports Wireshark PCAP Analysis DNS HTTP ARP Syn Scan TCP nslookup Network Vulnerability Assessments Network Vulnerability Mitigation NETWORK VULNERABILITY ASSESSMENT INSTRUCTIONS Please note that you will be using your Vagrant virtual machine for this homework.

PHASE 1: “I’D LIKE TO TEACH THE WORLD TO PING” You have been provided a list of network assets belonging to RockStar Corp. Use fping to ping the network assets for only the Hollywood office.

Determine the IPs for the Hollywood office and run fping against the IP ranges in order to determine which IP is accepting connections. RockStar Corp doesn’t want any of their servers, even if they are up, indicating that they are accepting connections. Use fping and ignore any results that say “Request timed out”. If any of the IP addresses send back a Reply, enter Ctrl+C to stop sending requests. Create a summary file in a word document that lists out the fping command used, as well as a summary of the results. Your summary should determine which IPs are accepting connections and which are not. Also indicate at which OSI layer your findings are found. PHASE 2: “SOME SYN FOR NOTHIN`” With the IP(s) found from Phase 1, determine which ports are open:

You will run a SYN SCAN against the IP accepting connections. See SYN SCAN Instructions below. Using the results of the SYN SCAN, determine which ports are accepting connections. Add these findings to the summary and be sure to indicate at which OSI layer your findings were found. SYN SCAN INSTRUCTIONS What is Nmap?

Nmap is a free networking scanning tool available for Linux distributions. Security professionals use Nmap to determine the devices running on a network, as well as finding open ports to determine potential security vulnerabilities. Nmap has many capabilities and commands that can be run. Here is a cheat sheet for reference: https://www.stationx.net/nmap-cheat-sheet/. For this activity, we will specifically focus on the Nmap capability of running a SYN SCAN.

We have already covered that a SYN SCAN is an automated method to check for the states of ports on a network, Nmap is simply a tool that can automate this task. To run a SYN SCAN:

Open up the terminal within your Linux machine. The command to run a SYN SCAN is nmap -sS . For example, if you wanted to run a SYN SCAN against the server IP of 74.207.244.221, you would run nmap -sS 74.207.244.221 and press enter. This will scan the most common 1000 ports. After this runs for several minutes, it should return a similar result that depicts the state of the ports on that server: Starting Nmap 7.70 ( https://nmap.org ) at 2019-08-14 11:51 EDT Nmap scan report for li86-221.members.linode.com (74.207.244.221) Host is up (1.4s latency). Not shown: 988 closed ports PORT STATE SERVICE 22/tcp open ssh 25/tcp filtered smtp 110/tcp open pop3 113/tcp filtered ident 135/tcp filtered msrpc 139/tcp filtered netbios-ssn 143/tcp open imap 445/tcp filtered microsoft-ds 465/tcp open smtps 587/tcp open submission 993/tcp open imaps 995/tcp open pop3s The results show the port number / TCP / UDP , the state of the port, and the service / protocol for the ports that are either open or filtered (stopped by a firewall). Closed ports are not shown, indicated on the line: Not shown: 988 closed ports. For the purpose of this exercise, document which ports are open on the RockStar Corp server, and which OSI layer SYN scans run on. PHASE 3: “I FEEL A DNS CHANGE COMIN’ ON” With your findings from Phase 2, determine if you can access the server that is accepting connections.

RockStar typically uses the same default username and password for most of their servers, so try this first: Username: jimi Password: hendrix Try to figure out which port/service would be used for remote system administration, and then using these credentials, attempt to log into the IP that responded to pings from Phase 1. RockStar Corp recently reported that they are unable to access rollingstone.com in the Hollywood office. Sometimes when they try to access the website, a different, unusual website comes up.

While logged into the RockStar server from the previous step, determine if something was modified on this system that might affect viewing rollingstone.com within the browser. When you successfully find the configuration file, record the entry that is set to rollingstone.com. Terminate your ssh session to the rollingstone server, and use nslookup to determine the real domain of the IP address you found from the previous step. Note: nslookup is a command line utility that can work in Windows or Linux Systems. It is designed to query Domain Name System records. You can use PowerShell or MacOS/Linux terminal to run nslookup. To run nslookup, simply enter the following on the command line:nslookup to find the domain associated to an IP addressORnslookup to find the IP address associated to a domain You’ll know you found the right domain if it begins with media-. Add your findings to your summary and be sure to indicate which OSI layer they were found on. PHASE 4: “SHARP DRESSED MAN” Within the RockStar server that you SSH’d into, and in the same directory as the configuration file from Phase 3, the hacker left a note as to where he stored away some packet captures.

View the file to find where to recover the packet captures. These are packets that were captured from the activity in the Hollywood Office. Use Wireshark to analyze this pcap file and determine if there was any suspicious activity that could be attributed to a hacker. Hint: Focus on the ARP and HTTP protocols. Recall the different types of HTTP request methods and be sure to thoroughly examine the contents of these packets. Add your findings in your summary and be sure to indicate at which OSI layer they were found. YOUR SUBMISSION: “ITS THE END OF THE ASSESSMENT AS WE KNOW IT, AND I FEEL FINE” GUIDELINES FOR YOUR SUBMISSION: Provide the following for each phase:

List the steps and commands used to complete the tasks. List any vulnerabilities discovered. List any findings associated to a hacker. Document the mitigation recommendations to protect against the discovered vulnerabilities. Document the OSI layer where the findings were found. For example:

Determined the IP ranges to scan were 1.1.1.1 and 2.2.2.2, then ran fping against 1.1.1.1 and 2.2.2.2. Used the following commands to run fping: fping 1.1.1.1 Determined a potential vulnerability that IP 1.1.1.1 is responding. Since RockStar Corp doesn’t want to respond to any requests, this is a vulnerability. Recommend to restrict allowing ICMP echo requests against IP 1.1.1.1 to prevent successful responses from PING requests. This occurred on the network layer as Ping uses IP addresses and IPs are used on the Network Layer.

Sample Solution

The post Networking Fundamentals: Rocking your Network appeared first on use litetutors.

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

networking fundamentals homework rocking your network

U.S Elite Tutors

U.S Elite Tutors is a leading academic writing company, which has been providing exclusive writing services for years. We are here to help you write any paper on our new website 24/7.

Writing Services

  • Admission Services
  • Custom Essays
  • Term Papers
  • Case Studies
  • Research Proposals
  • Bibliographies
  • Dissertation Services
  • Thesis Writing
  • Book/Movie Reviews
  • Resume/CV Writing
  • Data Analysis
  • Coursework Help

Contact Info

For any questions, feedback, or comments, we have an ethical customer support team that is always waiting on the line for your inquiries.

Search code, repositories, users, issues, pull requests...

Provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

MitPat0/Week-8-Networking-Fundamentals-Homework-Rocking-your-Network

Folders and files, repository files navigation, week-8-networking-fundamentals-homework-rocking-your-network.

IMAGES

  1. Introduction To Networking Fundamentals

    networking fundamentals homework rocking your network

  2. Introduction to Networking Network Fundamentals Part 1

    networking fundamentals homework rocking your network

  3. HMWK8 Networking Fundamentals Homework: Rocking your Network!

    networking fundamentals homework rocking your network

  4. Networking Fundamentals Homework Rocking your Network!.docx

    networking fundamentals homework rocking your network

  5. Networking Fundamentals

    networking fundamentals homework rocking your network

  6. Networking Fundamentals by Crystal Panek- Download PDF

    networking fundamentals homework rocking your network

VIDEO

  1. Network routing explained with real life example

  2. D-Block & S-Te-Fan

  3. ROCKING

  4. Homework📚na karne ke bahane..😤🥵#viral #comedy #shorts

  5. 4 Tips for Rocking Your Introduction At Business Spotlight

  6. Network

COMMENTS

  1. GitHub

    List any vulnerabilities discovered. i discovered that IP adress 167.172.144.11 is a life. List any findings associated to a hacker. four ip adresses are shows unreachable but there is only one ip adress that shows alive ip adress. 167.172.144.11 is alive. 15.199.94.91 is unreachable. 11.199.158.91 is unreachable. 11.199.141.91 is unreachable.

  2. HMWK8 Networking Fundamentals Homework: Rocking your Network!

    Networks Fundamentals II Homework: In a Network Far, Far Away! Week 5 Homework Submission File Archiving and Logging Data; ... HMWK8 Networking Fundamentals Homework: Rocking your Network! Course: Public Speaking (COMM 203) 25 Documents. Students shared 25 documents in this course. University: Austin College.

  3. Module 8- Rocking your Network

    Networking Fundamentals: Rocking your Network Make a copy of this document to work in, and then for each phase, add the solution below the prompt. Save and submit this completed file as your Challenge deliverable. Phase 1: "I'd like to Teach the World to ping" 1. Command(s) used to run fping against the IP ranges:

  4. Angela Ward Rocking your Network

    Networking Fundamentals: Rocking your Network. Make a copy of this document to work in, and then for each phase, add the solution below the prompt. Save and submit this completed file as your Challenge deliverable. Phase 1: "I'd like to Teach the World to ping" Command(s) used to run fping against the IP ranges:

  5. GitHub

    Networking Fundamentals Homework: Rocking your Network! You have just been hired by RockStar Corporation as a network security analyst. RockStar Corp has recently built a new office in Hollywood, California. You are tasked with completing a network vulnerability assessment of the office.

  6. Solved Networking Fundamentals: Rocking your Network Make a

    Question: Networking Fundamentals: Rocking your Network Make a copy of this document to work in, and then for each phase, add the solution below the prompt. Save and submit this completed file as your Challenge deliverable. Phase 1: "I'd like to Teach the World to ping" 1. Command(s) used to run fping against the IP ranges: [Enter text here] 2.

  7. Networking Fundamentals Rocking your Network!

    Networking Fundamentals I: Rocking your Network! Phase 1: "I'd like to Teach the World to Ping". You have been provided a list of network assets belonging to RockStar Corp. Use fping to ping. the network assets for only the Hollywood office. o Determine the IPs for the Hollywood office and run fping against the IP ranges in order.

  8. Module 8 Rocking Your Network.pdf

    Cybersecurity Module 8 Challenge Submission File Networking Fundamentals: Rocking your Network Make a copy of this document to work in, and then for each phase, add the solution below the prompt. Save and submit this completed file as your Challenge deliverable. Phase 1: "I'd like to Teach the World to ping " 1. Command(s) used to run fping against the IP ranges: Fping -g 15.199.95.91/28 ...

  9. Rocking your Network! .docx

    Cybersecurity Module 8 Challenge Submission File Networking Fundamentals: Rocking your Network Make a copy of this document to work in, ... Networking Fundamentals Homework: Rocking your Network! You have just been hired by RockStar Corporation as a network security analyst. RockStar Corp has recently built a new office in Hollywood,

  10. UPenn-CyberSecurity-Network-Vulnerability-Assessment/Hwreadme ...

    Contribute to Jay-Idrees/UPenn-CyberSecurity-Network-Vulnerability-Assessment development by creating an account on GitHub. ... We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted. Cancel Submit feedback Saved searches

  11. Homework 8

    View Homework 8 - Networking Fundamentals Homework.docx from CS 107426 at Vanderbilt University. Network Vulnerability Assessment - RockStar Corp. Hollywood, California Phase 1 fping -g <IP address> AI Homework Help. ... Networking Fundamentals Homework: Rocking your Network! You have just been hired by RockStar Corporation as a network ...

  12. Solved Networking Fundamentals: Rocking your Network ,what

    Networking Fundamentals: Rocking your Network ,what security mitigation recommendations are needful if an IP address is sending and receiving packets? This problem has been solved! You'll get a detailed solution from a subject matter expert that helps you learn core concepts.

  13. Week 8 Networking Fundamentals Homework(Not Mine)

    Week 8 Networking Fundamentals Homework: Rocking your Network! Your Submission: "Its the End of the Assessment as We Know It, and I Feel Fine" Guidelines for your Submission: Provide the following for each phase: List the steps and commands used to complete the tasks. List any vulnerabilities discovered.

  14. Networking Fundamentals Homework Rocking your Network!.docx

    View Networking Fundamentals Homework Rocking your Network!.docx from AA 1Phase 1: "I'd like to Teach the World to Ping" You have been provided a list of network assets belonging to RockStar Corp. AI Homework Help. ... Networking Fundamentals Homework: Rocking your Network! You have just been hired by RockStar Corporation as a network security ...

  15. TECH 101 Networking Fundamentals: Rocking your Network ...

    Networking Challenge Submission File Networking Fundamentals: Rocking your Network Make a copy of this document to work in. For each phase, add the solution below the prompt. Save and submit this completed file as your Challenge deliverable. Phase 1: "I'd like to Teach the World to ping" ...

  16. Homework 8 Networking Fundamentals Homework.docx

    are also several third-party tools to assist, such as OpenBSD and AntiARP. Mitigation: You can create a static ARP entry to help reduce risk of this happening. There You should also regularly inspect your ports. Schedule a cronjob to do so. Layer 2 - Data Link - ARP Protocol - Used to transfer network traffic within local network.

  17. Networking-Fundamentals-Homework/SubmissionFile.md at main ...

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window.

  18. Week #8 Networking Fundamentals Rocking your Network!.docx

    *Networking Fundamentals Homework: Rocking your Network!* Phase 1: "I'd like to Teach the World to Ping" 1. For the first phase, I have to determine what IP addresses are alive and accepting connections. 2.

  19. Networking Fundamentals: Rocking your Network

    A list of their network assets: Rock Star Server List Instructions to scan their network. YOUR GOAL You will follow instructions to work through four phases of the network assessment. For each phase, include the following: The steps and commands used to complete the tasks. A summary of your findings for each testing phase.

  20. Networking Fundamentals

    Networking Fundamentals: Rocking your Network. Make a copy of this document to work in, and then for each phase, add the solution below the prompt. Save and submit this completed file as your Challenge deliverable. Phase 1: "I'd like to Teach the World to ping" Command(s) used to run fping against the IP ranges:

  21. Cybersecurity/08-Networking-Fundamentals/Homework/readme.md at ...

    We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted. Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly. Name. Query. To see all available qualifiers, see our documentation.

  22. Networking Fundamentals Homework- Rocking your Network.pdf

    RockStar Corp has recently built a new o ffi ce in Hollywood, California. You are tasked with completing a network vulnerability assessment of the o ffi ce.You will complete several steps in order to analyze the Hollywood network and then provide RockStar Corp a summary of your findings.RockStar Corp is also concerned that a hacker may have infiltrated their Hollywood o ffi ce.

  23. MitPat0/Week-8-Networking-Fundamentals-Homework-Rocking-your-Network

    Contribute to MitPat0/Week-8-Networking-Fundamentals-Homework-Rocking-your-Network development by creating an account on GitHub. ... MitPat0/Week-8-Networking-Fundamentals-Homework-Rocking-your-Network. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.