Need help in Homework in emerging threats

 Develop a disaster recovery plan for an organization. There are many different templates available online for you to use as reference and guidance. Your plan should cover the following sections (these sections detail the elements in a DR plan in the sequence defined by industry compliance standards ISO 27031 and ISO 24762): 

  1. Important: This section should summarize key action steps (such as where to assemble employees if forced to evacuate the building) and list key contacts with contact information for ease of authorizing and launching the plan.
  2. Introduction
  3. Roles and Responsibilities
  4. Incident Response
  5. Plan Activation
  6. Document History
  7. Procedures

find diagonal

Implement the function find_diagonal_win_2(board) whose parameter is a 2

dimensional list that represents a Tic-Tac-Toe game. The function attempts to find

out whether there is a winner in the right to left diagonal only. It does not consider

columns, rows or the left to right diagonal.

If the top right to bottom left diagonal contains 3 ‘X’ characters, print “X is the winner”.

If the top right to bottom left diagonal contains 3 ‘O’ characters, print ‘O is the

winner”.

If there is no winner, after considering all columns, print “There is no winner”

The template file contains 3 test tic-tac-toe boards for testing but you should try some

of your own as well.

Hints:

● since this function only considers the right to left diagonal, it will not catch

other ways to win, even though you can see other wins in the data.

● You can depend on the board being 3 x 3 square and the only contents will be

‘X’, ‘O’ or ‘ ‘

● This problem might be solvable with nested loops but I used a single loop

over a 2 dimensional list instead.

The output from the provided test data is:

>>> find_diagonal_win_2(board1)

There is no winner

>>> find_diagonal_win_2(board2)

O is the winner

>>> find_diagonal_win_2(board3)

There is no winner Those two go together. The program is Python.

# CSC-401 Assignment 4

# Due: May 1, 11:59 PM

# Author:

# Collaborators:

#

#

# Don’t forget to delete ‘pass’ from each function

# Don’t forget doc strings

Whistleblower

 Please read the document carefully.  I need a 1 page press release from the perspective of either U.S. Citizens or U.S. National Security Agency about one of the scenarios in the document, a 1-2 page technical background about the scenario, and a 1 page FAQ sheet about the scenario 

The Stages of Cyber Operations

 

The Stages of Cyber Operations

Introduction

Cyber operations have a long and storied history that has evolved tremendously over the last few decades. Cyber operations, and in particular its subset of cyber warfare, came into realization during the 1980s, took-off as an information-gathering mechanism during the late 1990s and early 2000s, then became militarized and still is to this day. Two major incidents that characterize the late 1990s and early 2000s are the Moonlight Maze and the Stuxnet incidents, respectively. Cyber operations were performed throughout each of these incidents.In this assignment, you will describe the goals and objectives of cyber operations, examine the Moonlight Maze and Stuxnet incidents, and identify the regulations or laws that were instituted in the U.S. because of these incidents.The specific course learning outcome associated with this assignment is:

  • Evaluate the stages and motivating factors of a cyber operation in network traffic.

This course requires the use of Strayer Writing Standards. For assistance and information, please refer to the Strayer Writing Standards link in the left-hand menu of your course. Check with your professor for any additional instructions.

Instructions

Write a 3- to 5-page paper in which you:

  • Describe the goals and objectives of each of the seven stages of cyber operations, defined for this assignment as:
    • Target recognition.
    • Reconnaissance.
    • Gaining access.
    • Hiding presence.
    • Establishing persistence.
    • Execution.
    • Assessment.
Moonlight Maze Incident
  • Explain how each cyber operations stage of the Moonlight Maze incident was implemented and what motivated the activities during each stage.
  • Describe the regulations or laws that were instituted in the U.S. because of the Moonlight Maze incident, citing specific, credible sources.
Stuxnet Incident
  • Explain how each cyber operations stage of the Stuxnet incident was implemented and what motivated the activities during each stage.
  • Describe the regulations or laws that were instituted in the U.S. because of the Stuxnet incident, citing specific, credible sources.
Source Citations and Writing
  • Support your main points, assertions, arguments, or conclusions with at least three specific and credible academic references synthesized into a coherent analysis of the evidence.
    • Cite each source listed on your references page at least one time within your assignment.
    • For help with research, writing, and citation, access the library or review library guides.
  • Write clearly and concisely in a manner that is well-organized; grammatically correct; and free of spelling, typographical, formatting, and/or punctuation errors.
    • Use section headers in your paper to clearly delineate your main topics.