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

Navigation Menu

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

Jessica27sanchez/Fundamentals

Folders and files, repository files navigation, automated elk stack deployment.

The files in this repository were used to configure the network depicted below.

Elk Diagram

Diagram

These files have been tested and used to generate a live ELK deployment on Azure. They can be used to either recreate the entire deployment pictured above. Alternatively, select portions of the Ansible file may be used to install only certain pieces of it, such as Filebeat.

https://github.com/Jessica27sanchez/Fundamentals/blob/main/Ansible/filebeat-playbook.yml

This document contains the following details:

Description of the Topology

Access policies.

  • Beats in Use
  • Machines Being Monitored
  • How to Use the Ansible Build

The main purpose of this network is to expose a load-balanced and monitored instance of DVWA, the Vulnerable Web Application.

Load balancing ensures that the application will be highly reliable, in addition to restricting access to the network. A load balancer intelligently distributes traffic from clients across multiple servers without the clients having to understand how many servers are in use or how they are configured. Because the load balancer sits between the clients and the servers it can enhance the user experience by providing additional security, performance, resilience and simplify scaling your website.

Security - A load balancer can add additional layers of security to your website without any changes to your application. It protects applications from emerging threats. Also, the Web Application Firewall (WAF) in the load balancer protects your website from hackers and includes daily rule updates just like a virus scanner. Another way is using Authenticate User Access, The load balancer can request a username and password before granting access to your website to protect against unauthorized access. It can protect against DDoS attack; The load balancer can detect and drop distributed denial-of-service (DDoS) traffic before it gets to your website. And lastly but the least, Simplify PCI compliance, If you process credit cards, you need to comply with Payment Card Industry (PCI) regulations. A load balancer simplifies compliance with PCI rules

Performance - Load balancers can reduce the load on your web servers and optimize traffic for a better user experience. With SSL Offload securing traffic with SSL (Secure Sockets Layer) on the load balancer removes the overhead from web servers resulting in more resources being available for your web application. It can use traffic compression for website traffic giving your users a much better experience with your website. Using Traffic Caching, a load balancer will retain a copy of frequently accessed elements of your website such as images resulting in fewer to your web servers and quicker delivery of content to users. Another feature, HTTP 2.0 is an enhancement to the HTTP protocol which results in much quicker websites. A load balancer can communicate with clients using HTTP 2.0 even if not supported by your web servers

Resilience - Load balancers can transparently accommodate failed and under-performing components to maintain user service. It can continued service if a web server fails, If one of your web servers fails, the load balancer will continue to transparently provide service to the remaining servers with no impact on the user. If a web server is busy, the load balancer will detect this and redirect traffic to less busy web servers. Create a highly available site, load balancers can be deployed in highly available pairs so that if one fails, the other load balancer immediately takes over with no impact on users. Simplify business continuity If you have an application in multiple sites for disaster recovery, a load balancer can detect a site outage and seamlessly redirect users to the alternate site.

A jump box is a secure computer that all admins first connect to before launching any administrative task or use as an organization point to connect to other servers or untrusted environments. It is an intermediary host or an SSH gateway to a remote network, through which a connection can be made to another host in a dissimilar security zone, for example a demilitarized zone (DMZ). It bridges two dissimilar security zones and offers controlled access between them.

Integrating an ELK server allows users to easily monitor the vulnerable VMs for changes to the log and system traffic.

What does Filebeat watch for? Metricbeat takes the metrics and statistics that it collects and ships them to the output that you specify, such as Elasticsearch or Logstash. Metricbeat helps you monitor your servers by collecting metrics from the system and services running on the server, such as: Apache What does Metricbeat record? Metricbeat takes the metrics and statistics that it collects and ships them to the output that you specify, such as Elasticsearch or Logstash.

The configuration details of each machine may be found below. Note: Use the Markdown Table Generator to add/remove values from the table .

The machines on the internal network are not exposed to the public Internet.

Only the Jump-Box machine can accept connections from the Internet. Access to this machine is only allowed from the following IP addresses: 77.199.197.11

Machines within the network can only be accessed by Jump-Box. The jump-box is allowed to access the ELK vm, its IP address is 52.250.126.157 and the local machine is IP address is 10.1.0.4. A summary of the access policies in place can be found in the table below. A summary of the access policies in place can be found in the table below.

Elk Configuration

Ansible was used to automate configuration of the ELK machine. No configuration was performed manually, which is advantageous because... The primary benefit of Ansible is it allows IT administrators to automate away the drudgery from their daily tasks. That frees them to focus on efforts that help deliver more value to the business by spending time on more important tasks.

The playbook implements the following tasks:

  • Install Python3-pip
  • Install Docker using pip
  • Install ELK
  • Enable docker service on restart

The following screenshot displays the result of running docker ps after successfully configuring the ELK instance.

Docker ps output

Target Machines & Beats

This ELK server is configured to monitor the following machines:

  • 10.0.0.5, 10.0.0.6, 10.0.0.7

We have installed the following Beats on these machines:

  • We successfully installed_filebeat and metricbeat

These Beats allow us to collect the following information from each machine:

Filebeat monitors the log files or locations that you specify, collects log events, and forwards them either to Elasticsearch or Logstash for indexing.

Metricbeat is a lightweight shipper that you can install on your servers to periodically collect metrics from the operating system and from services running on the server. Metricbeat takes the metrics and statistics that it collects and ships them to the output that you specify, such as Elasticsearch or Logstash.

Using the Playbook

In order to use the playbook, you will need to have an Ansible control node already configured. Assuming you have such a control node provisioned:

SSH into the control node and follow the steps below:

  • Copy the Playbook.yml file to the ansibe container in the Jump-Box.
  • Update the Ansible_Playbooks_Solved_ansible_config.yml file to include Web- 1,2,3 machines.
  • Run the playbook, and navigate to the ansible container to check that the installation worked as expected. Filebeat ( https://github.com/Jessica27sanchez/Fundamentals/blob/main/Ansible/filebeat-playbook.yml ) and metricbeat ( https://github.com/Jessica27sanchez/Fundamentals/blob/main/Ansible/metricbeat-configuration.yml ) playbooks which are copied in the abisble container

Successfully logging into Kibana after installing beat files

PROGRAMMING/SOFTWARE > CYBER MISCNetworking Fundamentals Homework 8: Rocking your Network!. Phase 1-4, Wit Explanations

University of California, BerkeleyCYBER MISCNetworking Fundamentals Homework 8: Rocking your Network!Phase 1:-My findings after running fping command against the IP range of the hollywoodDatabase Server:fping -s -g 15.199.95.80 15.199.95.95shows that the entire range is unreachableNo vulnerabilities to declare in this server-My findings after running fping command against the IP range of the holly ...[Show More]

Preview 1 out of 4 pages

networking fundamentals homework rocking your network

Purchase this document to unlock the blurred part and the rest of the document

Reviews( 0 ), unlock this document.

Purchase the document to unlock it.

Can't Find what you want?

Related documents.

Hacking_Web_Applications.docx

Hacking Web Applications.docx University Medical & Dental College, Faisalabad CMIT 321

Attacking_a_Vulnerable_Web_Application_and_Database_lab_04_04_2020.pdf

Attacking a Vulnerable Web Application and Database_lab_04_04_2020.pdf Guru Gobind Singh Indraprastha University COMPUTER S 101

Intercepting_Communications_WriteUp.pdf

Intercepting-Communications-WriteUp.pdf Arizona State University CSE 365

MAPEREZ_EXER03.cpp

MAPEREZ-EXER03.cpp Mapúa Institute of Technology CS 127

Grishma_Dahal__L2C5_.pdf

Practice in using UNIX utilities:

HuffmanTree.java

HuffmanTree.java

Coding_Through_Abaqus.pdf

Coding Through Abaqus.pdfUniversity of Illinois, Urbana Champaign ME 471

HCOProject_pass1.docx

HCOProject pass1.docx Liberty University CSIS 325

Lecture_3___CS50_s_Introduction_to_Programming_with_Python.pdf

Lecture 3 - CS50's Introduction to Programming with Python.

Ad blocker detected, we have noticed that you have an ad blocker enabled which restricts ads served on the site.,please disable adblocker to proceed..

We provide unclocked coursehero documents free of charge. We aim to enable the spread and access to education and information freer and easier. All you have to do is to paste the coursehero link for your desired document and click ‘UNLOCK’ You will be prompted to register for an account, if not registered already, where we shall upload the document for your access in minutes. The document will remain in your account for as long as you wish and will stay free for your access.

Quick Links

All Study Resources

Create account

Log into account

networking fundamentals homework rocking your network

Privacy Statement

Terms and Conditions

CLICK HERE TO ACCESS YOUR DESIRED DOCUMENTS FROM OUR WEBSITE

Copyright © freecourseherounlocks.com. All rights reserved

Register in less than 20 seconds

Already have an account with us sign in, log into your account, doesnt have an account yet create account, are you sure, notification details.

COMMENTS

  1. 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.

  2. 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.

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

    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. ... Nmap is a free networking scanning tool available for Linux distributions.

  4. 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:

  5. 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:

  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. 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.

  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. 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.

  11. Lyle Caballes Rocking Your Network (pdf)

    Cybersecurity 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" 1. Command(s) used to run ping against the IP ranges: fping 15.199.95.91;fping 15.199.94.91 ...

  12. 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 ...

  13. 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.

  14. 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.

  15. Robert HullRocking your network (docx)

    Cybersecurity 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" 1. Command(s) used to run ping against the IP ranges: ping 15.199.95.91 ping 15.199.94.91 ...

  16. 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.

  17. GitHub

    Networking Fundamentals Homework Rocking your Network!.pdf. Networking Fundamentals Homework Rocking your Network!.pdf Networks Fundamentals II Homework In a Network Far, Far Away!.pdf.

  18. Networking Fundamentals: Build a solid foundation

    Description. About the course: Networking is easily one of the most commonly recommended topics to learn for anyone interested in being in an IT career, and so it's arguably one of the most important skills to build when starting out. Regardless of what job you end up choosing, having at least a foundational understanding of how data travels ...

  19. 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.

  20. Networking Fundamentals: Rocking Your Network

    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: We only need to get ...

  21. CYBER MISCNetworking Fundamentals Homework 8: Rocking your Network

    Phase 1-4, Wit Explanations. University of California, BerkeleyCYBER MISCNetworking Fundamentals Homework 8: Rocking your Network!Phase 1:-My findings after running fping command against the IP range of the hollywoodDatabase Server:fping -s -g 15.199.95.80 15.199.95.95shows that the entire range is unreachableNo vulnerabilities to declare in ...

  22. 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:

  23. 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 ...