Need help with a question Create a 14- to 18-slide, media rich, Microsoft® PowerPoint® presentation, with voiceover, to share an

Need help with a question

Create a 14- to 18-slide, media rich, Microsoft® PowerPoint® presentation, with voiceover, to share an Incident Response Plan for a banking institution that you create based on four major components of incident response. Your plan should include:

· Title slide

· Introduction

· Key stakeholders in a response team

· Compliance/regulatory requirements

· Component 1: Discovery

· Events that should be logged and monitored

· Include the bank’s financial application, data storage, and network

· Component 2: Escalation

· List what triggers an event into an incident.

· List the severity of impact.

· Summarize the steps for escalating.

· Component 3: Response

· Summarize the planned response for an incident

· Response to an actual hacker event

· Notification of applicable members on the response team

· Component 4: Reporting and lessons learned

· Summarize who participates in the lessons learned

· Summarize what a Lessons Learned document should include

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

pcapanalysis.py # You may NOT alter the import list!!!! import pyshark import hashlib class MITMException(Exception): “””A class to throw if

pcapanalysis.py # You may NOT alter the import list!!!! import pyshark import hashlib class MITMException(Exception): “””A class to throw if you come across incorrect syntax or other issues””” def __init__(self, value): self.value = value def __str__(self): return repr(self.value) class MITMProject(object): # HINT: # You can use the __init__ method to