https://github.com/zalan-toth/incidentresponse
Live Incident Response Scripts
https://github.com/zalan-toth/incidentresponse
powershell powershell-script script
Last synced: 10 months ago
JSON representation
Live Incident Response Scripts
- Host: GitHub
- URL: https://github.com/zalan-toth/incidentresponse
- Owner: zalan-toth
- Created: 2024-12-19T00:05:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T00:38:08.000Z (about 1 year ago)
- Last Synced: 2025-04-06T17:16:51.437Z (10 months ago)
- Topics: powershell, powershell-script, script
- Language: PowerShell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Incident Response Script
#### Assignment for Network Forensics at SETU
This repository contains code related to live incident response. The code is part of a larger assignment in network forensics.
Feel free to use this code as you wish.
## Features
Collect data from a victim machine like memory and network information and then transfer it to the forensic workstation using netcat. Using cryptcat is suggested, but as it is an example, netcat is sufficient in this use case.