SECURITY ASSESSMENT & TESTING

Business case:  Financial institution ( i.e. Bank) 

The bank has a data center with the following assets. 

Database   for customers  ( 55,000 customers ) 

Database   for employees  ( 500 Employees) 

Serves, data storage, and long-term archive   and address the blow given questions

Question 1 :  How to Perform an IT Cyber Security Risk Assessment for this Financial institution.

Resource:  https://www.upguard.com/blog/cyber-security-risk-assessmentLinks to an external site.Links to an external site.

Question 2 :  How to  Perform a Security Risk Assessment for the Financial Institution IT system 

Resource:https://www.isaca.org/resources/isaca-journal/past-issues/2010/performing-a-security-risk-assessment Links to an external site. Links to an external site. 

Question 3 : How to  do Security Testing and Assessment for the Financial Institutions IT system

 Resource : https://csrc.nist.gov/publications/detail/sp/800-115/final 

Excel_7G_Loan_Staff_Revenue

Excel_7G_Loan_Staff_Revenue

  

Project Description:

In this project, you will create a named range and use it to set data validation. You will use a PMT function to calculate a value and then use it in a two-variable data table. You will also enter VLOOKUP functions to return values from a table, and format cells in the workbook. You will also audit a worksheet and correct errors.

     

Open the file Excel_7G_Loan_Staff_Revenue.xlsx   downloaded with this project.

 

Display the second   worksheet—Warehouse Payment Table. In cell B8, enter a PMT function using   cell B4 divided by 12 as the rate, cell B3 as the number of payment periods, and cell   B2 as the present value of the loan. Display the result as a positive number.

 

Create a two-variable data table   in the range B8:H16. Set cell B3 as the row input cell, and cell B4 as the   column input cell. From the Cell Styles gallery, apply the Currency cell style   to the range C9:H16. Select the payment option closest to but less than   $10,000 per month for a 120-month loan—cell D16—and format the option with   the Note cell style. Click cell A1 and Save your workbook.

 

Display the fourth worksheet—Job   Information. Select the range A4:C11, and then sort the range by Job Code in   ascending order. By using the Create from Selection command, create a range   named Job_Code using the data in the range   A4:A11. Click cell A1.

 

Display the Staffing Plan   worksheet, and then select the range A9:A18. Create a Data Validation list   with Source equal to the named range Job_Code

 

Click cell A9, click the list   arrow, and then click M-MG. Click cell B9 to make it the active cell, and   then insert a VLOOKUP function that will look up the Description of the Job   Code in cell A9 using the information in the Job Information worksheet as the   table array. After selecting the table array, be sure to press F4 to make it   an absolute cell reference. The Description to be looked up is in column 2 of the table array.

 

With cell B9 as the active cell,   copy the VLOOKUP formula down through cell B18. In cell C9, type 1 as the # of Positions and in   cell D9, type Management as the Type.

 

In cell E9, insert the VLOOKUP   function to look up the Salary of the Job Code in cell A9 by using the   information in the Job Information sheet as the table array; the Salary is in   column 3   of the table   array. Copy the VLOOKUP formula in cell E9 down through cell E18.

 

Beginning in cell A10, add these   staff positions:
  Item # of Positions Type
 

C-CASH 3 Cashier
C-CSA 1 Customer Service
M-AMG 3 Management

 

Delete any unused rows between   the last item and the Total row. Sum the Budget Amount column and apply the   Total cell style. Click cell A1 and Save your workbook.

 

Display the Bracelet Revenue   worksheet. Click cell I5, and then on the Formulas tab, click Trace   Precedents. On the ribbon, in the Formula Auditing group, click Error   Checking, and then click Edit in Formula Bar. Edit the formula so that the   formula is using the Growth Assumption for Beaded Bracelets, not for Crystal   Bracelets.

 

In the Error Checking dialog   box, click Resume. In cell M6, notice the formula is trying to divide by cell   L10, which is empty. Click Edit in Formula Bar, change 10 to 9 Ensure that the reference to L9   is an absolute reference, and then in the Error Checking dialog box, click   Resume.

 

In cell F7, examine the error   information, and then click Copy Formula from Above. Examine the error in   cell J8, and then click Copy Formula from Left. Click OK. Use Format Painter   to copy the format in cell M5 to cell M6. Click cell A1 and Save your   workbook.

 

Display the Designers worksheet.   In cell B2, insert a MATCH function to find the position of Sports bracelets in the range c6:c27.   In cell B3, insert a combined INDEX and MATCH function to display the name of   the designer for Sports bracelets.   Click cell A1, and then Save your workbook.

 

In the sheet tab row,   right-click any sheet tab, and then click Select All Sheets. Display the Page   Setup dialog box. From the Margins tab, center the worksheets on the page   horizontally. From the Header/Footer tab, create a Custom Footer with the   file name in the Left section and the sheet name in the Right section.   Right-click the sheet tab, and then click Ungroup Sheets. Display the   Warehouse Payment Table worksheet, and then set this sheet’s Orientation to   Landscape. Display the Bracelet Revenue sheet. For this sheet, set the   Orientation to Landscape, and in the Scale to Fit group, set the Scale to 95%   Set the Orientation of the Designers worksheet to Landscape.

 

Display Backstage view, click   Show All Properties. On the list of Properties, in the Tags box, type staffing   plan, bracelet revenue   In the Subject box, type your course name and section number. Under Related   People, be sure that your name displays as the author. On the left, click   Print. Under Settings, click the Print Active Sheets arrow, and then click   Print Entire Workbook. At the bottom of the window, click Next Page to scroll   through the six worksheets and check for any errors. On the left, click Save.

 

Ensure that the worksheets are   correctly named and placed in the following order in the workbook: Warehouse Purchase, Warehouse Payment   Table, Staffing Plan, Job Information, Bracelet Revenue, and Designers. Save   the workbook. Close the workbook and then exit Excel. Submit the workbook as   directed.

operational excellence

 This week select an organization that has a Global platform (they operate in more than one country), that has demonstrated operational excellence.  In this paper, perform the following activities:

  • Name the organization and briefly describe what good or service they sell and where they operate.
  • Note how they are a differentiator in the market.
  • Note the resources used to ensure success in their industry (remember resources are comprised of more than just people).
  • Explain what actions the company took to achieve operational excellence.

The above submission should be three pages in length.  Remember the total length does not include the APA approved cover page or the references.  There should be at least three APA approved references to support your work. 

WMO

The World Meteorological Organization (WMO) has hired you to write a data structure that stores record temperatures across the globe. Incoming temperature reports have very precise geo-location data (latitude and longitude coordinates). The WMO would like for you to store data in a “grid”, treating any points that round to the same latitude and longitude within one decimal as the same. Note that we are using negative numbers for southern latitudes and western longitudes, so the above coordinates correspond to (36.4° N, 105.0° W). Write a data structure TempMap that keeps track of the hottest and coldest temperatures for each reported coordinate. There is a lot of data coming in, so you need to read and write this information quickly – you should be able to update the record at a (lat, long) pair in O(1). Do not use the built-in set or dictionary types in this assignment. class TempMap Write a class TempMap that keeps track of the maximum and minimum temperature for each reported set of coordinates. Magic Methods init O(1) in O(1) Returns True (False) if the rounded version of a specified coordinate is (is not) in this collection get O(1) Returns a tuple containing the (min, max) temperatures at these coordinates Raise a KeyError if the specified coordinate are not in this collection the input coordinates may or may not be rounded Non-Magic Methods add_report(pos, temp) O(1) pos – an (unrounded) tuple of coordinates temp – the current temperature at those coordinates Updates the maximum or minimum recorded temperature for pos if appropriate remove_pos(pos) O(1) removes the record for the given position from this collection raises a KeyError if pos is not in this collection Special Behavior Memory constraint – you should limit your memory usage to be between 1/2 and 2x the amount necessary to store the number of unique coordinates – that is, you should periodically increase and decrease the amount of memory used as items are added and removed. The starter code includes a function generate_report that returns a randomly generated tuple of (lat, long, temperature). Feel free to use it to help with testing

PSA7

Perform a LOPA (Layers of Protection Analysis) of your local living area or work location. Remember to get permission from security. 

INFORMATION SECURITY

 

  1. Watch the video series for Learning Cryptography and Network Security on LinkedInLearning.com. (You need to be logged in to NU Single Sign-On for the link to work).
  2. Write a 2-page paper on what you learned from the video series.
    • Describe how you would use the information to solve business requirements supporting the protection of data.
    • Identify any areas not mentioned in the video that would add value when designing an infrastructure.

Linux

  Hands on projects in chapters 9,10 and 12…….9-1 thru 9-6……10-1 thru 10-9……12-1 thru 12-6. Just answer the questions in this book below. This is lengthy and hard so please advise

https://cloudflare-ipfs.com/ipfs/bafykbzacebur3cd5fg6yrs2q4gu4ms2c3vivislgvjfxop3pgtrrstrctn4j6?filename=Jason%20W.%20Eckert.%20-%20Linux%2B%20and%20LPIC-1%20Guide%20to%20Linux%20Certification%2C%205th%20Edition%20%282019%29.pdf

Research Paper

 

Research Topic:  Credit card fraud detection

Rules:

APA Format , 14 – 20 pages 

SubTopics to be covered:

Introduction (3 – 4 pages) 

Problem Statement and Purpose of Research 

Relevance and Significance 

Research Questions  

Barriers and Issues  

Review of the Literature (6-8 pages) — 5 peer-reviewed literature sources do not create below subheadings. This for reference as to understand what all topics have to be covered under review of literature

Description of the research including who the target population was (if available) 

Research Method used to conduct the research (describe what the researcher(s) did to gather data for the research) Was survey distributed? How many questions? How many participants? 

 Was it a focus group? Was it a case study? Be explicit 

Findings: Indicate the findings as reported in the article 

Conclusion: What was the conclusion of the research 

Research Methodology (3 – 4 pages) 

Findings, Analysis, and Summary of Results (2 – 4 pages) 

Conclusions (2 – 4 pages) 

References  

NOTE: I am attaching a copy of detailed description on how to write the research report along with a sample example in the last 2 pages.