Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 760 Bytes

File metadata and controls

33 lines (17 loc) · 760 Bytes

Incident Response

Containment

Isolating intruder elements by quarantining the source of the attacks.

kubectl apply -f workshop/secpols

ir

kubectl label pod -n attack -l app=attack "quarantine=true" --overwrite

ir

Evidence Collection

Collect the flow, DNS, HTTP, alert event logs, and other relevant evidence.

Initiate Packet Capture to record all network traffic in the attack namespace.

ir

Congratulations! You have finished all the labs in the workshop.

Follow the cleanup instructions on the main page if needed.