containment, eradication, recovery, and post incident actions

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:14 PM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

containment steps

  1. ensure the safety and security of all personnel

  2. prevent an ongoing intrusion or data breach

  3. identify if the intrusion is the primary or secondary attack

  4. avoid alerting the attacker that the attack has been discovered

  5. preserve forensic evidence of the intrusion and attack

2
New cards

isolation

a mitigation strategy that involves removing an affected component from a larger environment

3
New cards

segmentation

mitigation strategy that achieves the isolation of a host or group of hosts using network technologies and architecture

  • uses VLANs, routing/subnets, and firewall ACLs to prevent communication outside the protected segment

4
New cards

sanitization

group of procedures that an organization uses to govern the disposal of obsolete information and equipment

5
New cards

cryptographic erase(CE)

a method of sanitizing a self encrypting drive by erasing the media encryption key

-(tends to be for solid state drives)

6
New cards

zero-fill

a method of sanitizing a hard drive by overwriting all bits on the drive with zeros

  • not a reliable method to use with SSDs and hybrid drives

7
New cards

secure erase(SE)

method of sanitizing a solid-state device using manufacturer provided software

8
New cards

secure disposal

a method of santizing that utilizes physical destruction of the media by mechanical shredding, incineration, or degaussing

9
New cards

eradication methods for different drive types

self-encrypting drive- cryptographic erase(CE)

magnetic drive- zero-fill

solid-state drive- secure erase(SE)

10
New cards

reconstruction

a method of restoring a system that has been sanitized using scripted installation routines and templates

11
New cards

reimaging

a method of restoring a system that has been sanitized using an image-based backup

12
New cards

reconstitution

a method of restoring a system that cannot be sanitized using manual removal, reinstallation, and monitoring processes. 7 steps:

  1. analyze processes and network activity for signs of malware

  2. terminate suspicious processes and securely delete them from the system

  3. identify and disable autostart locations to prevent processes from executing

  4. replace contaminated processes with clean versions from trusted media

  5. reboot the system and analyze for signs of continued malware infection

  6. for continued malware infection, analyze firmware and USB devices for infection

  7. if tests are negative, reintroduce the system to the production environment

13
New cards

3 simple mottos for system hardening

  1. uninstall anything you aren’t using

  2. if you need it, patch it frequently

  3. always restrict users to the least privilege

14
New cards

post incident activities

  • report writing

  • incident summary report

  • evidence retention

15
New cards

evidence retention

the preservation of evidence based upon the required time period defined by regulations if there is a legal or regulatory impact caused by an incident

16
New cards

lessons learned-6 structured questions

  1. who was the adversary?

  2. why was the incident conducted?

  3. when did the incident occur?

  4. where did the incident occur?

  5. how did the incident occur?

  6. what controls could have mitigated it?

17
New cards

root cause analysis

systematic process to identify the initial source of the incident and how to prevent it from occuring again

  1. define and scope the incident

  2. determine the causal relationships

  3. identify an effective solution

  4. implement and track the solution

18
New cards

you are conducting an incident response and have already eradicated the malware from a victimized system. which of the following actions should you perform as part of the recovery phase?

sanitization

reimaging

setting permissions

secure disposal

setting permissions. following an incident, all types of permissions should be reviewed and reinforced. this especially affects file and firewall ACLs and system privileges assigned to administrative user or group accounts. this is performed during the recovery phase. during the eradication phase, you would conduct sanitization, secure disposal, and reimaging.